Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    408

Everything posted by Emistry

  1. add in more Guild Name here setarray .Guild$,"Diabloz","Draco"; add in more Cases according to your Guild Number..... switch( .@i ){ Case 0: warp "prontera",123,45; end; // Guild 1 Case 1: warp "payon",123,45; end; // Guild 2 //etc...add more here.....
  2. if i was right it is only 0.10% to gain 100% the value should be 10000 to gain 10% the value should be 1000
  3. conf/inter_athena.conf // Level range for sharing within a party party_share_level: 15 then Restart Server
  4. re-copy and paste the script....i have re-edit my original posts right after 2 minutes i post it.... prontera,155,181,5 script Sample 757,{ setarray .Guild$,"Diabloz","Draco"; mes "Back to Base according to your Guild."; next; for( set .@i,0; .@i < getarraysize( .Guild$ ); set .@i,.@i + 1 ){ set .@Menu$,.@Menu$ + .Guild$[.@i] +":"; } set .@i,select( .@Menu$ ) - 1; if( getguildname( getcharid(2) ) != .Guild$[.@i] ){ mes "You are not in this Guild."; close; } switch( .@i ){ Case 0: warp "prontera",123,45; end; Case 1: warp "payon",123,45; end; // Case 3: blablabla if there is more guild default: mes "Wrong Selection."; close; } end; }
  5. Ops.... try this prontera,155,181,5 script Sample 757,{ setarray .Guild$,"Diabloz","Draco"; mes "Back to Base according to your Guild."; next; for( set .@i,0; .@i < getarraysize( .Guild$ ); set .@i,.@i + 1 ){ set .@Menu$,.@Menu$ + .Guild$[.@i] +":"; } set .@i,select( .@Menu$ ) - 1; if( getguildname( getcharid(2) ) != .Guild$[.@i] ){ mes "You are not in this Guild."; close; } switch( .@i ){ Case 0: warp "prontera",123,45; end; Case 1: warp "payon",123,45; end; // Case 3: blablabla if there is more guild default: mes "Wrong Selection."; close; } end; }
  6. try this prontera,155,181,5 script Sample 757,{ setarray .Guild$,"Diabloz","Draco"; mes "Back to Base according to your Guild."; next; for( set .@i,0; .@i < getarraysize( .Guild$ ); set .@i,.@i + 1 ){ set .@Menu$,.@Menu$ + .Guild$[.@i] +":"; } set .@i,select( .@Menu$ )-1; if( getguildname( getcharid(2) ) != .Guild$[.@i] ){ mes "You are not in this Guild."; close; } switch( .@i ){ Case 0: warp "prontera",123,45; end; Case 1: warp "payon",123,45; end; // Case 3: blablabla if there is more guild default: mes "Wrong Selection."; close; } end; }
  7. Explain further please... ?? how the Guild Name is choose ? When it will warp users to the base ? upon Guild Name is assigned ? or they can go whenever they want ?
  8. lhz_in03,261,267,5 <TAB> script <TAB> ClassHelper <TAB> 891,{
  9. the link i provide is linking you to a post.... i am trying to show you the post...not the eathana ( Because i know it is down )
  10. Emistry

    This or That?

    LOL....never played RO2...coz i dont like the Game Graphic..>.< Random Choose....RO2: Gotw Prey or Predator ??
  11. Emistry

    eAthena

    LOL...though it is just go through some Short Maintenance..... >.< Alot script havent back up.... seem like going to recreate those script again in the future when those member request again .... /$
  12. this wil never works....because the symbol is Wrong... suppose to be if( getrefine() == 10 ) try these.....and...there is some part i dont know the details...so i just simply put the effect rate..such as Attack Speed Bonus 20050 Bow Script bonus bUnbreakableWeapon,0; bonus bLongAtkRate,5; if( getrefine() >= 10 ) bonus bLongAtkRate,5; bonus bBaseAtk,100; 20051 One Handed Sword bonus bUnbreakableWeapon,0; bonus2 bAddEff,Eff_Silence,300; if( getrefine() >= 10 ) bonus bAtkRate,5; bonus bBaseAtk,100; 20052 One Handed Sword bonus bUnbreakableWeapon,0; bonus2 bAddEff,Eff_Stun,300; if( getrefine() >= 10 ) bonus bAtkRate,5; bonus bBaseAtk,100; 20053 One Handed Sword bonus bUnbreakableWeapon,0; bonus2 bAddEff,Eff_Curse,300; if( getrefine() >= 10 ) bonus bAtkRate,5; bonus bBaseAtk,100; 20054 Wand bonus bUnbreakableWeapon,0; bonus bMatkRate,10; if( getrefine() >= 10 ) bonus bMatkRate,5; 1503 Mace bonus bUnbreakableWeapon,0; bonus bBaseAtk,100; bonus bAspdRate,20; 13042 Dagger bonus bUnbreakableWeapon,0; if( getrefine() >= 10 ) bonus2 bAddRace,RC_DemiHuman,5; bonus bBaseAtk,100;
  13. try this OnPcBaseLvUpEvent
  14. Check this post : Job Changer Beside...please post in the Correct Section.....
  15. try this - script Sample -1,{ OnPCLoadMapEvent: if( Upper > 3 && compare( strcharinfo(3),"prtg_cas" ) ){ mes "You are now Allow to Join Trans WOE."; close2; warp "prontera",155,181; } end; } prtg_cas01 mapflag loadevent prtg_cas02 mapflag loadevent prtg_cas03 mapflag loadevent prtg_cas04 mapflag loadevent prtg_cas05 mapflag loadevent
  16. Next time....do some seach using Search Engine that provided in this forum 1st ?? http://rathena.org/board/topic/57156-request-woe-for-trans-only/page__view__findpost__p__69337
  17. Have you tried this ? just edit the items lists... use the original one if you dont want it use CashPoints ( Default is Zeny )
  18. Window 7 Features : Snipping Tool ( Wikipedia ) How to Use : Guide
  19. but...if comment out the item from item_db... it might lead to error message spamming in your mapconsole... because you disabled that item that might drop from monster.. perhaps you can do a little modification on the code ?? something like changing the item required to make guild...from Emperium to other UnObtainable items there... pc_search_inventory(sd,714) to this pc_search_inventory(sd,12345) change the value "12345" to other items ( it is just an example )
  20. change into this if( #CASHPOINTS < getarg(@i)) {
×
×
  • Create New...