Vali Posted January 22, 2012 Group: Members Topic Count: 20 Topics Per Day: 0.00 Content Count: 128 Reputation: 7 Joined: 12/29/11 Last Seen: July 2, 2013 Share Posted January 22, 2012 (edited) Hi, In my server the airship stops working when the invasion must start. I dont know how to fix it. I already posted it as a bug in the bug tracker, but nobody answer for 11 days. The script is not modified and its exactly the same that is in the svn. https://rathena.svn....ts/airships.txt NPC: YunoIzl_Airship OnTimer15000: set .mobinv, .mobinv+1; if(.mobinv >= 9 && rand(1,3) == 3) { stopnpctimer; enablenpc "Airship#airplane02"; donpcevent "Airship#airplane02::OnInvasion"; } mapannounce "airplane_01","We are heading to Izlude.",bc_map,0x00FF00; end; Anyone has the same problem? How can i fix it. Thanks! Edited January 23, 2012 by Vali Quote Link to comment Share on other sites More sharing options...
Arcenciel Posted January 24, 2012 Group: Members Topic Count: 69 Topics Per Day: 0.01 Content Count: 1315 Reputation: 372 Joined: 12/10/11 Last Seen: August 31, 2013 Share Posted January 24, 2012 Hopefully this solved your issue r15512 Quote Link to comment Share on other sites More sharing options...
Vali Posted January 24, 2012 Group: Members Topic Count: 20 Topics Per Day: 0.00 Content Count: 128 Reputation: 7 Joined: 12/29/11 Last Seen: July 2, 2013 Author Share Posted January 24, 2012 I will check this next Saturday after the mainteinance. Thx! Quote Link to comment Share on other sites More sharing options...
Question
Vali
Hi,
In my server the airship stops working when the invasion must start. I dont know how to fix it. I already posted it as a bug in the bug tracker, but nobody answer for 11 days. The script is not modified and its exactly the same that is in the svn.
https://rathena.svn....ts/airships.txt
NPC: YunoIzl_Airship
OnTimer15000:
set .mobinv, .mobinv+1;
if(.mobinv >= 9 && rand(1,3) == 3) {
stopnpctimer;
enablenpc "Airship#airplane02";
donpcevent "Airship#airplane02::OnInvasion";
}
mapannounce "airplane_01","We are heading to Izlude.",bc_map,0x00FF00;
end;
Anyone has the same problem? How can i fix it.
Thanks!
Edited by ValiLink to comment
Share on other sites
2 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.