Jump to content

GM Takumirai

Members
  • Posts

    592
  • Joined

  • Last visited

Everything posted by GM Takumirai

  1. Check if your the guild owner of that castle prt cas 01
  2. or you can use this english LMS (1).txt
  3. its like an hourly point/reward http://rathena.org/b...rly-tcg-reward/ //===== Hourly Points Script ========================================= //===== By: ========================================================== //= GorthexTiger modified by Nibi //===== Current Version: ============================================= //= 1.0 //===== Compatible With: ============================================= //= Any eAthena Version //===== 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,{ //--Start of the Script OnPCLoginEvent: attachnpctimer ""+strcharinfo(0)+""; initnpctimer; end; OnTimer30000: //Check if Vending (normal or @at) if(checkvending() >= 1 || checkchatting() == 1) { dispbottom "The hourly points event stopped because you were vending / chatting. Please relog if you wish to start again."; stopnpctimer; end; } //Check if Idle getmapxy( .@map$, .@x, .@y, 0 ); if(@map$ == .@map$ && @x == .@x && @y == .@y) { set @afk, @afk + 1; } //If move timer resets else { set @afk, 0; } set @map$, .@map$; set @x, .@x; set @y, .@y; //Idle Check for 5 Minutes if(@afk == 5) { dispbottom "The hourly points event stopped because you were idle for 5 minutes. Please relog if you wish to start again."; stopnpctimer; end; } end; OnTimer60000: set @minute, @minute + 1; //Check for 1 Minute if(@minute == 60){ set @minute,0; set .@point_amt, 3; //Points to get every hour (default: 10) getitem 7227,.@point_amt; dispbottom "You received "+.@point_amt+" TCG by staying ingame for 1 hour"; set @consecutive_hour, @consecutive_hour + 1; } //Check for 12 hours consecutive if(@consecutive_hour == 12) { set @consecutive_hour,0; set .@cpoint_amt, 50; //Points to get for 12 Consecutive hours (default: 50) getitem 7227,.@point_amt; dispbottom "You received "+.@point_amt+" TCG in playing for 12 consecutive hours"; } stopnpctimer; initnpctimer; end; } //--End of the Script
  4. Yes a fakename rafael and tnx for making this script
  5. yes good idea to put an TAG name if he avail the vip the name of the player who avail will be given a TAG name [VIP]PlayerName
  6. I tried this annie.. the version 2 fix the problem .. annie how can we change the hp of the crystals because we damage it 1 damage only And annie my suggestion gow can we make this an automated event? also hope you will post your script collection that you made in the script collection.. we love your work and we love to see you here in rathena .. in short we love you Also annie my suggestion is there spawn if they die maybe putting them outside the base because if player die they spawn in the crystal location enemy will just kill them instantly And one more annie can we change the registration thing to make it party vs party because using pub other that just want to ruin the game join or easily can click the pub.. but putting a team rwgistration you must be in the team yo join so that those with bad inttention cant join thanks annie
  7. i support this project hope the map will be available also
  8. Thanks Annie, annie another suggestion how would i make it that the winner will automatically get the prize, because hiding a npc might be abuse by other GM..
  9. @annie http://www.eathena.ws/board/index.php?s=&showtopic=270169 = there was a problem on this script if party leader team A already have 6 member and invite another 1 member, but the 1 member will not yet accept the invitation.. - then the party leader go to the registration after registration the NPC will register team A as Red Team.. = so the total of team A will be 7 and it suppose to be 6 vs 6 only.. hope you understand what i mean @annie i like the idea of WoW hope you will finish it.. ill support that project .. thanks
  10. if team leader AA register to Red Team compose of 6, then he will invite another 1 member but the member will not yet accept the party invite.. - then after registration he will accept the invite.. if team leader BB register to Blue Team then the 2 team will be warp but the problem is it will be 7vs 6 suppostedly 6v6
  11. Yes i admit it annie i just rip it and trying to fix the exploit of the script seen in eAthena.. - hope you release a party vs party script
  12. try what annie made before you ask again.. - dont waste what annie made to you because she made awesome script love you annie
  13. i didn't understand it annie.. - hope you can revise it.. thanks for your response @annie i think your script in this topic http://rathena.org/board/topic/72372-bg-type-emperium-breaking/page__pid__145777#entry145777 - can also be used to make a party vs party pvp script although it use a battleground script.. but its good to use it..
  14. I just want to bump this nred help please hope annie can fix it or euphy or gmocean
  15. @kharizard - this is not recommended anymore.. if you download the latest rAthena svn you can see the custom WOE setter made by Euphy..
  16. Tnx for thw response darris @nana what is the link of your tools?
  17. i have a question how to get the md5 hash hexed code of client 05 15 2012
  18. how to reconfigure this client hash?.. i also want to know where to edit if i want other hash code in hex??.. is there a complete guide for this?.. guide on how to set up a new hex code of md5 hash?
  19. why is this not yet applied in the svn??
  20. this is nice - hope you put a guidelines to setup this ..
×
×
  • Create New...