Jump to content
  • 0

map server auto disconnect when reloadingscript


Question

6 answers to this question

Recommended Posts

Posted

that was an error of custom item...
Try to look forward and test one by one your custom item effect...
I have this problem too on test ro.


**My advice**
Just pust standard effect for all custom item to avoid this error

Posted

no matter how hard I look into my custom item effects, can't find the one that can cause warnings.

 

Although I have a theory, I edit my max refine from 20 to 13. Some of my custom items have scripts like this:

if( getrefine() > 7 ) { bonus bAddRace_RC_DemiHuman,getrefine(); bonus bMaxHPrate,(getrefine()/2); }

 

and some of my custom item scripts are:

if(Class==Job_Sorcerer_T) { bonus bMatk,150; bonus bDelayRate,-15; bonus bFlee,100; bonus bInt,10; if(getrefine() > 7) { autobonus3 "{ bonus2 bSkillAtk,19,150; bonus2 bSkillAtk,14,150; bonus2 bSkillAtk,2217,150; }",1000,3000,19,"{ specialeffect2 EF_FIRESPLASHHIT; }";

 

You think that can cause the warnings?

Posted

Well that warning wont crash your server or harm it just a warning that item bonus will not work..

 

Best way to find out check all of your custom item recently and disable it 1 by 1 use // unequip then equip it

Posted

some of my custom items are not working because of sprite issue, I dont think that's the case here.

 

And the only thing unusual in my map-sever is the warning of pc_bonus.

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