Jump to content
  • 0

map server auto disconnect when reloadingscript


LatSo

Question


  • Group:  Members
  • Topic Count:  69
  • Topics Per Day:  0.02
  • Content Count:  296
  • Reputation:   2
  • Joined:  04/11/13
  • Last Seen:  

Why I try to @reloadscript, sometimes my map-server auto disconnect.

 

got no error in compiling and no error in scripts.

Link to comment
Share on other sites

6 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  43
  • Topics Per Day:  0.01
  • Content Count:  815
  • Reputation:   86
  • Joined:  10/26/12
  • Last Seen:  

Have custom items? possible crash also in complicated item bonus script.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  69
  • Topics Per Day:  0.02
  • Content Count:  296
  • Reputation:   2
  • Joined:  04/11/13
  • Last Seen:  

Now that you mention it, I have a warning pc_bonus: unknown type 0 11!

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  96
  • Topics Per Day:  0.02
  • Content Count:  554
  • Reputation:   14
  • Joined:  09/24/12
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  69
  • Topics Per Day:  0.02
  • Content Count:  296
  • Reputation:   2
  • Joined:  04/11/13
  • Last Seen:  

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?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  43
  • Topics Per Day:  0.01
  • Content Count:  815
  • Reputation:   86
  • Joined:  10/26/12
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  69
  • Topics Per Day:  0.02
  • Content Count:  296
  • Reputation:   2
  • Joined:  04/11/13
  • Last Seen:  

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.

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