payon,150,150,4<tab>script<tab>Payon instance<tab>101,{set .@instance, instance_create("Payon instanced", getcharid(1));if( .@instance < 0 ){ mes "Failed to create the instance!"; close;}if( instance_attachmap("payon", .@instance) == "" ){ instance_destroy(.@instance); mes "Failed to attach payon as a map!"; close;}instance_attach(.@instance);instance_set_timeout(3600, 300, .@instance);instance_init(.@instance);warp "payon", 150, 150;}
It makes my client crash. I even tried what Dastgir suggested on Skype which was to get rid of instance_attach(.@instance);
Still crashed, changed the payon map to eden (my custom hometown) and it still crashed. But I tried endless tower and I didn't crash. What could I be doing wrong? I never attempted to make an instance before, I understood the concept of it and how it's done, but I just keep getting these client crashes... :/
So I used Hercules example for an instance
It makes my client crash. I even tried what Dastgir suggested on Skype which was to get rid of instance_attach(.@instance);
Edited by AeromesiStill crashed, changed the payon map to eden (my custom hometown) and it still crashed. But I tried endless tower and I didn't crash. What could I be doing wrong? I never attempted to make an instance before, I understood the concept of it and how it's done, but I just keep getting these client crashes... :/
Share this post
Link to post
Share on other sites