Signup Now
Page 2 of 2 FirstFirst 12
Results 11 to 19 of 19
  1. #11
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,441
    Reputation
    309
    Rep Power
    28
    Quote Originally Posted by Niices View Post
    Line 11? no idea how you count the lines? i can zero about this, i tried count to the line 11 in ur luafile but it didnt work there xD
    Line 11 is the one that starts with 'math.randomseed'. It isn't supposed to work, it's just supposed to tell me what's the issue. Do as I said and send me the error message again.

  2. #12
    Moderator Josh's Avatar
    Join Date
    Dec 2013
    Posts
    1,394
    Reputation
    183
    Rep Power
    24
    Quote Originally Posted by Niices View Post
    Line 11? no idea how you count the lines? i can zero about this, i tried count to the line 11 in ur luafile but it didnt work there xD
    You can count the lines using software such as Sublime Text or Notepad++, instead of notepad. Notepad is not really designed for this stuff.
    Interested in software development and/or programming for Tibia?
    Check out the new Tibia Programming Forums (TibiaPF) by clicking the image below.

    Looking for a bot for the MMORPG, Medivia?
    Check out MediviaBotter, a powerful, injected bot by clicking the link below.


  3. #13
    Free User
    Join Date
    Feb 2014
    Posts
    135
    Reputation
    11
    Rep Power
    21
    Quote Originally Posted by Raphael View Post
    Line 11 is the one that starts with 'math.randomseed'. It isn't supposed to work, it's just supposed to tell me what's the issue. Do as I said and send me the error message again.
    07:31:10 error in Library file Raphael.lua:
    ["_TIMETOLEVEL = _TIMETOLEVEL or timetole..."]:Raphael.lua:28: ')' expected (to close '(' at line 25) near '='

    This error is comming up now

  4. #14
    Free User
    Join Date
    Feb 2014
    Posts
    135
    Reputation
    11
    Rep Power
    21
    Quote Originally Posted by Raphael View Post
    Line 11 is the one that starts with 'math.randomseed'. It isn't supposed to work, it's just supposed to tell me what's the issue. Do as I said and send me the error message again.
    07:31:10 error in Library file Raphael.lua:
    ["_TIMETOLEVEL = _TIMETOLEVEL or timetole..."]:Raphael.lua:28: ')' expected (to close '(' at line 25) near '='

    This error is comming up now

  5. #15
    Moderator Josh's Avatar
    Join Date
    Dec 2013
    Posts
    1,394
    Reputation
    183
    Rep Power
    24
    Quote Originally Posted by Niices View Post
    07:31:10 error in Library file Raphael.lua:
    ["_TIMETOLEVEL = _TIMETOLEVEL or timetole..."]:Raphael.lua:28: ')' expected (to close '(' at line 25) near '='

    This error is comming up now
    Actually, looks like you didn't copy paste everything correctly. Make sure you have all brackets in the right place.
    Interested in software development and/or programming for Tibia?
    Check out the new Tibia Programming Forums (TibiaPF) by clicking the image below.

    Looking for a bot for the MMORPG, Medivia?
    Check out MediviaBotter, a powerful, injected bot by clicking the link below.


  6. #16
    Free User
    Join Date
    Feb 2014
    Posts
    135
    Reputation
    11
    Rep Power
    21
    Quote Originally Posted by XtrmJosh View Post
    Actually, looks like you didn't copy paste everything correctly. Make sure you have all brackets in the right place.

    15:55:01 error in Library file Raphael.lua:
    ["math.randomseed(tonumber(tostring(os.ti..."]:Raphael.lua:11 attempt to perform arithmetic on a nil value

    I edited now

  7. #17
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,441
    Reputation
    309
    Rep Power
    28
    Quote Originally Posted by Niices View Post
    15:55:01 error in Library file Raphael.lua:
    ["math.randomseed(tonumber(tostring(os.ti..."]:Raphael.lua:11 attempt to perform arithmetic on a nil value

    I edited now
    It doesn't seem like you replaced it correctly. Try using this file: https://gist.githubusercontent.com/r...df/Raphael.lua

  8. #18
    Free User
    Join Date
    Feb 2014
    Posts
    135
    Reputation
    11
    Rep Power
    21
    Quote Originally Posted by Raphael View Post
    It doesn't seem like you replaced it correctly. Try using this file: https://gist.githubusercontent.com/r...df/Raphael.lua

    00:14:47 error in Library file Raphael.lua:
    [" (os.clock()) *"]:Raphael.lua:13 attempt to perform arithmetic on a nil value

    This is comming up theeen

  9. #19
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,441
    Reputation
    309
    Rep Power
    28
    Quote Originally Posted by Niices View Post
    00:14:47 error in Library file Raphael.lua:
    [" (os.clock()) *"]:Raphael.lua:13 attempt to perform arithmetic on a nil value

    This is comming up theeen
    Do:

    print(os.clock())


    On your console. (Ctrl + D)

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •