koe modification

Adam

New member
Messages
66
Points
0
Github
Adam
Emulator
Hello,

May I ask for little customizations to your nice script please ?

[*]Upon talking to the KoE warper, people are not randomly warped on the map but they choose which entry they wanna spawn at (north,south,east,west); this would allow more tactic plans

[*]When KoE ends, the Guild Leader (only him) would be granted access to a treasure room where [Choose an amount here] different boxes will spawn with customs rewards in it

[*]Guild Leader has until the next KoE starts to redeem the boxes, if he doesn't then the boxes are lost

Thanks !

 
Last edited by a moderator:
Hello,

May I ask for little customizations to your nice script please ?

  • Upon talking to the KoE warper, people are not randomly warped on the map but they choose which entry they wanna spawn at (north,south,east,west); this would allow more tactic plans
  • When KoE ends, the Guild Leader (only him) would be granted access to a treasure room where [choose an amount here] different boxes will spawn with customs rewards in it
  • Guild Leader has until the next KoE starts to redeem the boxes, if he doesn't then the boxes are lost



Thanks !
bumpy :3

 
Last edited by a moderator:
Hello,

May I ask for little customizations to your nice script please ?

  • Upon talking to the KoE warper, people are not randomly warped on the map but they choose which entry they wanna spawn at (north,south,east,west); this would allow more tactic plans
  • When KoE ends, the Guild Leader (only him) would be granted access to a treasure room where 4 different boxes will spawn with customs rewards in it
  • Guild Leader has until the next KoE starts to redeem the boxes, if he doesn't then the boxes are lost



Thanks !
bumpy
default_smile.png


 
Hello,

May I ask for little customizations to your nice script please ?

  • Upon talking to the KoE warper, people are not randomly warped on the map but they choose which entry they wanna spawn at (north,south,east,west); this would allow more tactic plans
  •  
  • When KoE ends, the Guild Leader (only him) would be granted access to a treasure room where [Choose an amount here] different boxes will spawn with customs rewards in it
  •  
  • Guild Leader has until the next KoE starts to redeem the boxes, if he doesn't then the boxes are lost
  •  



Thanks !
I can only do the 1st part ehhehe.. I'm not good in scripting.

Code:
    mes "Hello.";    mes "Would you like to participate in the ^FF0000King of Emperium Hill Tournament^000000?";	if ( select ( "Yes", "No" ) == 2 ) close;    switch(select( "North","East","West","South","Close" )) {        case 1:	warp "guild_vs1", 50, 88; end;        case 2:	warp "guild_vs1", 88, 50; end;        case 3:	warp "guild_vs1", 50, 11; end;        case 4:	warp "guild_vs1", 11, 50; end;	case 5: close;	}}
 
Hello,

May I ask for little customizations to your nice script please ?

  • Upon talking to the KoE warper, people are not randomly warped on the map but they choose which entry they wanna spawn at (north,south,east,west); this would allow more tactic plans
  •  
  • When KoE ends, the Guild Leader (only him) would be granted access to a treasure room where [Choose an amount here] different boxes will spawn with customs rewards in it
  •  
  • Guild Leader has until the next KoE starts to redeem the boxes, if he doesn't then the boxes are lost
  •  



Thanks !
I can only do the 1st part ehhehe.. I'm not good in scripting.

mes "Hello."; mes "Would you like to participate in the ^FF0000King of Emperium Hill Tournament^000000?"; if ( select ( "Yes", "No" ) == 2 ) close; switch(select( "North","East","West","South","Close" )) { case 1: warp "guild_vs1", 50, 88; end; case 2: warp "guild_vs1", 88, 50; end; case 3: warp "guild_vs1", 50, 11; end; case 4: warp "guild_vs1", 11, 50; end; case 5: close; }}
Thanks for that Hadeszeus =]

 
Hello,

May I ask for little customizations to your nice script please ?

  • Upon talking to the KoE warper, people are not randomly warped on the map but they choose which entry they wanna spawn at (north,south,east,west); this would allow more tactic plans
  •  
  •  
  •  
  • When KoE ends, the Guild Leader (only him) would be granted access to a treasure room where [Choose an amount here] different boxes will spawn with customs rewards in it
  •  
  •  
  •  
  • Guild Leader has until the next KoE starts to redeem the boxes, if he doesn't then the boxes are lost
  •  
  •  
  •  



Thanks !
I can only do the 1st part ehhehe.. I'm not good in scripting.

mes "Hello."; mes "Would you like to participate in the ^FF0000King of Emperium Hill Tournament^000000?"; if ( select ( "Yes", "No" ) == 2 ) close; switch(select( "North","East","West","South","Close" )) { case 1: warp "guild_vs1", 50, 88; end; case 2: warp "guild_vs1", 88, 50; end; case 3: warp "guild_vs1", 50, 11; end; case 4: warp "guild_vs1", 11, 50; end; case 5: close; }}
Thanks for that Hadeszeus =]
You are welcome Adam.
default_smile.png


 
...When KoE ends, the Guild Leader (only him) would be granted access to a treasure room...
curious, where is the treasure room ?in guild_vs1, there is not enough room for a treasure room

 
Back
Top