Hadeszeus
New member
Another very useful and very good script from Annie! Also thanks leloush
@Annie
One more question. Im trying to add a timetick to avoid multiple entries of the players who already joined or part of a party.
How to make it work.
@Annie
One more question. Im trying to add a timetick to avoid multiple entries of the players who already joined or part of a party.
How to make it work.
Code:
if ( instance_attachmap( "guild_vs2", .@ins, 1, getcharid(1)+"RAID" ) == "" ) { mes "error : 5"; instance_destroy .@ins; close; } else if( #delay > gettimetick(1) ){ dispbottom "Delaying..."; } instance_set_timeout 0, 1, .@ins; instance_init .@ins; instance_attach .@ins; delitem .register_item, 1; warpparty has_instance("guild_vs2"), 0,0, getcharid(1), strnpcinfo(4); 'lives = .party_lives; set #delay,#delay + ( 3600 * 5 );
Last edited by a moderator: