LatSo Posted August 1, 2013 Group: Members Topic Count: 69 Topics Per Day: 0.02 Content Count: 296 Reputation: 2 Joined: 04/11/13 Last Seen: December 22, 2020 Share Posted August 1, 2013 Why I try to @reloadscript, sometimes my map-server auto disconnect. got no error in compiling and no error in scripts. Quote Link to comment Share on other sites More sharing options...
Mootie Posted August 1, 2013 Group: Members Topic Count: 43 Topics Per Day: 0.01 Content Count: 815 Reputation: 86 Joined: 10/26/12 Last Seen: June 10, 2022 Share Posted August 1, 2013 Have custom items? possible crash also in complicated item bonus script. Quote Link to comment Share on other sites More sharing options...
LatSo Posted August 1, 2013 Group: Members Topic Count: 69 Topics Per Day: 0.02 Content Count: 296 Reputation: 2 Joined: 04/11/13 Last Seen: December 22, 2020 Author Share Posted August 1, 2013 Now that you mention it, I have a warning pc_bonus: unknown type 0 11! Quote Link to comment Share on other sites More sharing options...
Checkmate Posted August 1, 2013 Group: Members Topic Count: 96 Topics Per Day: 0.02 Content Count: 554 Reputation: 14 Joined: 09/24/12 Last Seen: November 20, 2024 Share Posted August 1, 2013 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 Quote Link to comment Share on other sites More sharing options...
LatSo Posted August 1, 2013 Group: Members Topic Count: 69 Topics Per Day: 0.02 Content Count: 296 Reputation: 2 Joined: 04/11/13 Last Seen: December 22, 2020 Author Share Posted August 1, 2013 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? Quote Link to comment Share on other sites More sharing options...
Mootie Posted August 1, 2013 Group: Members Topic Count: 43 Topics Per Day: 0.01 Content Count: 815 Reputation: 86 Joined: 10/26/12 Last Seen: June 10, 2022 Share Posted August 1, 2013 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 Quote Link to comment Share on other sites More sharing options...
LatSo Posted August 1, 2013 Group: Members Topic Count: 69 Topics Per Day: 0.02 Content Count: 296 Reputation: 2 Joined: 04/11/13 Last Seen: December 22, 2020 Author Share Posted August 1, 2013 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. Quote Link to comment Share on other sites More sharing options...
Question
LatSo
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.