Jump to content
  • 0

Im having This error.


Question

Posted (edited)

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

10 answers to this question

Recommended Posts

Posted (edited)

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
Posted

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..

Posted

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

Posted (edited)

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
Posted (edited)

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

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...