Jump to content

alone20

Members
  • Posts

    34
  • Joined

  • Last visited

Everything posted by alone20

  1. How can i make my pvp room, for all people can kill each other even if in same guild PLEASE HELP
  2. yes i did that. still not working
  3. its a cool event, anyon can help him with this?
  4. Its not working for me. //==================================================================== //===== Hourly Points Script ========================================= //===== By: ========================================================== //= GorthexTiger modified by Nibi //===== Current Version: ============================================= //= 1.0 //===== Compatible With: ============================================= //= Any eAthena Version / rAthena //===== Description: ================================================= //= Get Points every successful hours of gameplay, you cannot get //= the points even if you miss a second or a minute. A player will //= get a very big bonus if they played 12 hours consecutively //= or without logging out of the game. If the player is vending //= the script will then stop. //===== Additional Comments: ========================================= //= You can modify the script to your liking. //= The default points is Kafrapoints change it anyway if you like. //= 1.1 = Check Chatting too //= 1.2 = 5 Minute Idle Check & @at/@autotrade check. //= 1.3 = Corrected the current balance line on 12 Hours Consecutive //==================================================================== - script hourlypoints -1,{ OnPCLoginEvent: attachnpctimer ""+strcharinfo(0)+""; initnpctimer; end; OnTimer30000: if(checkvending() || checkchatting() || checkidle()) { dispbottom "The hourly points event stopped because you were vending / chatting / afk. Please relog if you wish to start again."; stopnpctimer; end; } end; OnTimer60000: set @minute, @minute + 1; if(@minute == 60){ set @minute,0; set .@point_amt, 1; getitem 7037 .@point_amt; set @consecutive_hour, @consecutive_hour + 1; } if(@consecutive_hour == 6) { set @consecutive_hour,0; set .@cpoint_amt, 10; getitem 7037 .@cpoint_amt; } stopnpctimer; initnpctimer; end; }
  5. anyone who can help me with this kind of script? i want to give automatic prize for the party who can reach the top of ET
  6. I need help for this script guys, help!
  7. thanks. one more thing sir. can u do it every 30 mins.
  8. thanks for the reply. but in any case, do you have something more simplies than this one. a RFYL for novice only
  9. Guys i would like to ask RFYL event script, can anyone help me?
  10. alone20

    Help

    How can i make my pvp room, for all people can kill each other even if in same guild
  11. and did u encounter that even if u didnt won in todays war u can still get the reward from another castle thats not for today war? its only giving reward when u choose kriemhild. even if u dont own this castle. HEL P HEP!
  12. Its working! Thank you! its a big help!
  13. mapserv working fine. but its still not giving the reward to the winner guild. any idea? and did u encounter that even if u didnt won in todays war u can still get the reward from another castle thats not for today war?
  14. its saying that i dont have homunculus even if i already have, can u give me the full scripts with giving homunculus, thanks in advance
  15. requesting for auto leveler of homuculus, scripters help? up up help! help scripters!
  16. alone20

    Buffer HELP

    prontera,155,185,5 script Healer#h1-1::Healer 936,{ if( isPremium() ) { percentheal 100,100; skilleffect 45,0; sc_start SC_CONCENTRATE,900000,10; skilleffect 74,0; sc_start SC_MAGNIFICAT,900000,5; skilleffect 75,0; sc_start SC_GLORIA,900000,5; skilleffect 66,0; sc_start SC_IMPOSITIO,900000,5; skilleffect 67,0; sc_start SC_SUFFRAGIUM,900000,3; skilleffect 34,0; sc_start SC_BLESSING,900000,10; skilleffect 29,0; sc_start SC_INCREASEAGI,900000,10; sc_start SC_STRFood,900000,10; sc_start SC_AGIFood,900000,10; sc_start SC_VITFood,900000,10; sc_start SC_INTFood,900000,10; sc_start SC_DEXFood,900000,10; sc_start SC_LUKFood,900000,10; sc_start SC_ASPDPOTION2,900000,0; atcommand "@repairall"; dispbottom "[ VIP Manager ] Your are now FULLY Buffs"; } else { specialeffect2 EF_HEAL2; percentheal 100,100; specialeffect2 EF_INCAGILITY; sc_start SC_INCREASEAGI,900000,10; specialeffect2 EF_BLESSING; sc_start SC_BLESSING,900000,10; skilleffect 66,0; sc_start SC_IMPOSITIO,900000,5; skilleffect 74,0; sc_start SC_MAGNIFICAT,900000,5; skilleffect 8,0; sc_start SC_ENDURE,900000,10; sc_start SC_CONCENTRATE,900000,10; sc_start SC_ASPDPOTION2,900000,0; sc_start SC_KYRIE,900000,5; specialeffect2 EF_HEAL2; percentheal 100,100; atcommand "@repairall"; dispbottom "[ Healer ] You are now Healed!"; } end; } Thanks for the help dude!
  17. alone20

    Buffer HELP

    prontera,155,185,5 script Healer#h1-1::Healer 936,{ if( isPremium() == 0 ) goto L_NOTENOUGH; percentheal 100,100; skilleffect 45,0; sc_start SC_CONCENTRATE,360000,10; skilleffect 74,0; sc_start SC_MAGNIFICAT,360000,5; skilleffect 75,0; sc_start SC_GLORIA,360000,5; skilleffect 66,0; sc_start SC_IMPOSITIO,360000,5; skilleffect 67,0; sc_start SC_SUFFRAGIUM,360000,3; skilleffect 34,0; sc_start SC_BLESSING,360000,10; skilleffect 29,0; sc_start SC_INCREASEAGI,360000,10; sc_start SC_STRFood,360000,10; sc_start SC_AGIFood,360000,10; sc_start SC_VITFood,360000,10; sc_start SC_INTFood,360000,10; sc_start SC_DEXFood,360000,10; sc_start SC_LUKFood,360000,10; sc_start SC_ASPDPOTION2,360000,0; atcommand "@repairall"; dispbottom "[ VIP Manager ] Your are now FULLY Buffs"; close; L_NOTENOUGH: specialeffect2 EF_HEAL2; percentheal 100,100; specialeffect2 EF_INCAGILITY; sc_start SC_INCREASEAGI,240000,10; specialeffect2 EF_BLESSING; sc_start SC_BLESSING,240000,10; skilleffect 66,0; sc_start SC_IMPOSITIO,360000,5; skilleffect 74,0; sc_start SC_MAGNIFICAT,360000,5; skilleffect 8,0; sc_start SC_ENDURE,360000,10; sc_start SC_CONCENTRATE,240000,10; sc_start SC_ASPDPOTION2,360000,0; sc_start SC_KYRIE,300000,5; specialeffect2 EF_HEAL2; percentheal 100,100; atcommand "@repairall"; dispbottom "[ Healer ] You are now Healed!"; close; } i want to make all buffs last for about 15mins
  18. i want to know how to make longer duration of the buffs in buffer npc. someone?
  19. its not working, even if someone won the castle it wont give any rewards, any idea?
×
×
  • Create New...