Jump to content
  • 0

Error & Debug On Putty


PapaZola

Question


  • Group:  Members
  • Topic Count:  318
  • Topics Per Day:  0.07
  • Content Count:  925
  • Reputation:   32
  • Joined:  12/05/11
  • Last Seen:  

anyone tell me?

what this error

h3u5uwu0dn.png

and here 1 more got error

2b8ev6zt1t.png

bump

Link to comment
Share on other sites

7 answers to this question

Recommended Posts


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2346
  • Joined:  10/28/11
  • Last Seen:  

show your pvpladder script...we dunno what caused this problem in your script without take a look in your script

for skill...perhap you edit the skill_db recently ? re-check what you have edit in there

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  392
  • Reputation:   285
  • Joined:  12/19/11
  • Last Seen:  

Or there is an item that is supposed to give a skill, but the skill id or name is mistyped.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  318
  • Topics Per Day:  0.07
  • Content Count:  925
  • Reputation:   32
  • Joined:  12/05/11
  • Last Seen:  

here my pvp ladder script sir emistry

http://pastebin.com/CYqqDZMw

and i got 1 more this error

bvsm017btf.png

here my script mvp room

http://pastebin.com/uaEyxGGQ

Edited by PapaZola
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  40
  • Topics Per Day:  0.01
  • Content Count:  530
  • Reputation:   33
  • Joined:  01/17/12
  • Last Seen:  

for this error 2b8ev6zt1t.png lemme guess you have Beer Hat/Cap?

the script on the item_db doesn't seem to have

{ bonus bFlee2, 5; skill SM_RECOVERY, 3; skill MG_SRECOVERY, 3; }

"" on the skill part

this should be it:

{ bonus bFlee2,5; skill "SM_RECOVERY",3; skill "MG_SRECOVERY",3; }

Edited by ngek202
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  318
  • Topics Per Day:  0.07
  • Content Count:  925
  • Reputation:   32
  • Joined:  12/05/11
  • Last Seen:  

sir ngek

beer hat on my server disable

:)

//5416,Beer_Cap,Beer Hat,5,20,,600,,2,,0,0xFFFFFFFE,7,2,256,,18,1,418,{ bonus bFlee2,5; skill "SM_RECOVERY",3; skill "MG_SRECOVERY",3; },{},{}

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  130
  • Reputation:   43
  • Joined:  12/11/11
  • Last Seen:  

For the first error, you can get rid of it by adding "end;" before "L_LadderMove:".

It should not, but could, affect the script.

end;
L_LadderMove:

For the "Expected string" errors. You need to give the function the correct type of values for it to work.

It expects an integer, gets a string. There's 2 ways to fix it.

1) Typecast, change ex: getstrlen(var) to getstrlen(""+var). You add an empty string to force it to turn in to a string.

2) Check if the function is needed at all. You send an integer in to the function atoi which is used to turn string to integers = not needed.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  318
  • Topics Per Day:  0.07
  • Content Count:  925
  • Reputation:   32
  • Joined:  12/05/11
  • Last Seen:  

hurmm

can try give me a full script?

hehehe

still waitting my master sir emistry

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...