Jump to content

sandbox

Members
  • Posts

    949
  • Joined

  • Last visited

  • Days Won

    16

Everything posted by sandbox

  1. change the close; command on the last line to end;
  2. - script test -1,{ OnPCKillEvent: if(@pvpkilled$ != rid2name(killedrid)) @killrepeat = 0; @killrepeat++; @pvpkilled$ = rid2name(killedrid); if(@killrepeat >= 3 && @pvpkilled$ == rid2name(killedrid)) { warp "prontera",0,0; announce strcharinfo(0)+" stop killing "+rid2name(killedrid)+"!",bc_all,0x00FF00; } } Warps out the player to prontera after killing the same player more than 2x
  3. sandbox

    Database IDs

    If I can recall correctly, I used to ID my items after 31000.
  4. Oopsie, forgot the coordinates. Apologies.
  5. I don't think that's possible. Though you can make an OnTouch event and mute the players that touches those cells, then make another OnTouch event that cancels the mute whenever they step out.
  6. It is possible but the map should be specific only, or you would make multiple npcs. You can combine these two script commands.
  7. What do you mean by that? What's the point of sentence/word for the pub title?
  8. bonus bDef2Rate,x; Defense coming from Vitality stat plays a big role in the damage amplification of Thanatos.
  9. No need to restart your server, just load the script
  10. Delete the extra closing brace here - script DiceTrigger -1,{ OnMinute00: if(gettime(3) % 2 == 0) donpcevent "DiceTrigger::OnDiceETrigger"; end; } <-------
  11. that's what i said ;(
  12. Hopefully, yes.
  13. monster "lunar01","--ja--",1514,199; monster "lunar01","--ja--",1514,1,strnpcinfo(0)+"::OnKilled";
  14. You should add another line under the set empladder,empladder+1; like emppoints++;
  15. Just you D= you werent specific......
  16. My script? D= http://rathena.org/board/topic/93063-empladder/#entry247019
  17. *npcskilleffect <skill id>,<number>,<x>,<y>; *npcskilleffect "<skill name>",<number>,<x>,<y>; This command behaves identically to 'skilleffect', however, the effect will not be centered on the invoking character's sprite, nor on the NPC sprite, if any, but will be centered at map coordinates given on the same map as the invoking character.
  18. Nope, read the bold line. That's why I placed a ! on the expression, though I admit i've not tested it, it should work properly. >_>
  19. MAKE SURE to BACKUP before applying this, for I have not tested it.. In skill.c Comment out these lines https://github.com/rathena/rathena/blob/master/src/map/skill.c#L5413 https://github.com/rathena/rathena/blob/master/src/map/skill.c#L13909 Then change the switch case formula of Redemptio here https://github.com/rathena/rathena/blob/master/src/map/skill.c#L5568 to this sc_start(src, bl,SC_BLESSING,100,10,300); sc_start(src, bl,SC_INCREASEAGI,100,10,300); sc_start(src, bl,SC_KYRIE,100,10,300); sc_start(src, bl,SC_GLORIA,100,5,300); sc_start(src, bl,SC_MAGNIFICAT,100,5,300); sc_start(src, bl,SC_ANGELUS,100,10,300); break;
  20. +Added In-Game Poll NPC
  21. Version v1.0

    606 downloads

    Script Details & Usage Based on the idea of Kido, this script can serve as a poll where you can use it to get the satisfaction rating of your players on whether your staff, features, and etc. Suggestions for the improvement of this simple script is much appreciated. Installation Enable the script on your NPC folder Carefully read the comments I made inside the script and make sure to configure it properly Terms & Conditions You are not allowed to reproduce or make profit of this script You are not allowed to take credit for this script. Though you can modify/edit it to your liking. I can give you support, but please, do not message me. It is your own responsibility to create a backup before implementing anything new.
    Free
  22. File Name: In-Game Poll File Submitter: sandbox File Submitted: 05 Apr 2014 File Category: Utilities Content Author: sandbox Script Details & Usage Based on the idea of Kido, this script can serve as a poll where you can use it to get the satisfaction rating of your players on whether your staff, features, and etc. Suggestions for the improvement of this simple script is much appreciated. Installation Enable the script on your NPC folder Carefully read the comments I made inside the script and make sure to configure it properly Terms & Conditions You are not allowed to reproduce or make profit of this script You are not allowed to take credit for this script. Though you can modify/edit it to your liking. I can give you support, but please, do not message me. It is your own responsibility to create a backup before implementing anything new. Click here to download this file
  23. { if(!isequipped(6900,6901,6902,6903)) { skill "LK_BERSERK",1; bonus bMaxHPrate,-50 } } Try
  24. Update your kRO with the new izlude map..
×
×
  • Create New...