Jump to content

Emistry

Forum Moderator
  • Posts

    10015
  • Joined

  • Days Won

    396

Everything posted by Emistry

  1. Login Screen Generator Uplaod your Picture...then Convert...and merge the GRF into your Current Custom GRF then ..all done....
  2. When you diff... choose which you like here... Only First Login Background Only Second Login Background
  3. Epic Battle !!! http://www.youtube.com/watch?v=vgx4godTDdQ&feature=related
  4. 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.....
  5. 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
  6. conf/inter_athena.conf // Level range for sharing within a party party_share_level: 15 then Restart Server
  7. 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; }
  8. 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; }
  9. 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; }
  10. 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 ?
  11. lhz_in03,261,267,5 <TAB> script <TAB> ClassHelper <TAB> 891,{
  12. 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 )
  13. Emistry

    This or That?

    LOL....never played RO2...coz i dont like the Game Graphic..>.< Random Choose....RO2: Gotw Prey or Predator ??
  14. 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 .... /$
  15. 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;
  16. try this OnPcBaseLvUpEvent
  17. Check this post : Job Changer Beside...please post in the Correct Section.....
  18. 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
  19. 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
  20. Have you tried this ? just edit the items lists... use the original one if you dont want it use CashPoints ( Default is Zeny )
  21. Window 7 Features : Snipping Tool ( Wikipedia ) How to Use : Guide
×
×
  • Create New...