Jump to content
  • 0

Im having This error.


v00m3r

Question


  • Group:  Members
  • Topic Count:  53
  • Topics Per Day:  0.01
  • Content Count:  291
  • Reputation:   4
  • Joined:  04/24/12
  • Last Seen:  

when i summon a poring in town.. then a normal player kills it. an error shows on mapserv_sql

[Warning]: script: buildin_atcommand: failed to execute command 'naman:@monsteri
gnore'
[Debug]: Source (NPC): CHANGER (invisible/not on a map)
[Debug]: Source (NPC): CHANGER (invisible/not on a map)

Edited by v00m3r
Link to comment
Share on other sites

10 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  69
  • Topics Per Day:  0.02
  • Content Count:  1315
  • Reputation:   372
  • Joined:  12/10/11
  • Last Seen:  

Post your script please.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  53
  • Topics Per Day:  0.01
  • Content Count:  291
  • Reputation:   4
  • Joined:  04/24/12
  • Last Seen:  

Post your script please.

what script will i post it here? i dont even know whats happening. i just summon a poring then the player will kill it then that shows up.. Edited by v00m3r
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  439
  • Reputation:   29
  • Joined:  12/08/11
  • Last Seen:  

What he mean is, post your entire npc script. The community wouldn't be able to help you unless you provide them

your script.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  53
  • Topics Per Day:  0.01
  • Content Count:  291
  • Reputation:   4
  • Joined:  04/24/12
  • Last Seen:  

Here is the script.. its the job changer.

Class Master.txt

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  69
  • Topics Per Day:  0.02
  • Content Count:  1315
  • Reputation:   372
  • Joined:  12/10/11
  • Last Seen:  

Can you describe exactly what it is you're doing prior to that error showing? Do you summon the poring via a command or via an npc, etc etc?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  53
  • Topics Per Day:  0.01
  • Content Count:  291
  • Reputation:   4
  • Joined:  04/24/12
  • Last Seen:  

Can you describe exactly what it is you're doing prior to that error showing? Do you summon the poring via a command or via an npc, etc etc?

i summoned a poring. then a normal player kills it.. the poring died then the error shows up..

i summon the poring via @command..

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  98
  • Topics Per Day:  0.02
  • Content Count:  299
  • Reputation:   5
  • Joined:  04/05/12
  • Last Seen:  

i think your problem is in the auto job changer

disable the auto job changer

search this

set .AUTOJOBCHANGER,0;  //Turn on AUTO Jobchanger

then change it to

set .AUTOJOBCHANGER,1;  //Turn on AUTO Jobchanger

try it im not sure

i think your problem is in the auto job changer

disable the auto job changer

search this

set .AUTOJOBCHANGER,0;  //Turn on AUTO Jobchanger

then change it to

set .AUTOJOBCHANGER,1;  //Turn on AUTO Jobchanger

try it im not sure

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  53
  • Topics Per Day:  0.01
  • Content Count:  291
  • Reputation:   4
  • Joined:  04/24/12
  • Last Seen:  

i think your problem is in the auto job changer

disable the auto job changer

search this

set .AUTOJOBCHANGER,0;  //Turn on AUTO Jobchanger

then change it to

set .AUTOJOBCHANGER,1;  //Turn on AUTO Jobchanger

try it im not sure

i think your problem is in the auto job changer

disable the auto job changer

search this

set .AUTOJOBCHANGER,0;  //Turn on AUTO Jobchanger

then change it to

set .AUTOJOBCHANGER,1;  //Turn on AUTO Jobchanger

try it im not sure if i set it into 1.

if i set this to 1 it will open the autojobchanger..

ive tried but still the error is poping up again when summon poring died.

i tried it again.. even a monster on a dungeon... this shows up

Edited by v00m3r
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  69
  • Topics Per Day:  0.02
  • Content Count:  1315
  • Reputation:   372
  • Joined:  12/10/11
  • Last Seen:  

Replace all

atcommand strcharinfo(0)+":@monsterignore";

with

atcommand "@monsterignore";

Let me know how it goes.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  53
  • Topics Per Day:  0.01
  • Content Count:  291
  • Reputation:   4
  • Joined:  04/24/12
  • Last Seen:  

Replace all

atcommand strcharinfo(0)+":@monsterignore";

with

atcommand "@monsterignore";

Let me know how it goes.

dude thanks.. it work.. thank you!!! i also try to change job while the monster attacking me.. and none of the bug shows... thanks alot!!

Edited by v00m3r
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...