Search results

  1. Louis T Steinhil

    Card Deposit from RO Mobile (via OnPCStatCalcEvent)

    View File Card Deposit from RO Mobile (via OnPCStatCalcEvent) Requirements: (OnPCStatCalcEvent of Annie. I'm using 2.0 version since the 2.1 has bugs when @reloading the command) Pro's: Bonus Stats Con's: If you are submitting/retrieving cards "if ever a server crash...
  2. Louis T Steinhil

    Endless Tower Instance with Difficulties

    View File Endless Tower Instance with Difficulties A small tweak on Endless Tower Instance. Increases Monsters HP, Attack, Def/Mdef, Flee and Hit per difficulty. Rewards Instance Points Easy, Vet, Nightmare, Hell & Torment. Generates Alias to monsters if you're on...
  3. Louis T Steinhil

    What's best in storing items and not duplicating by mistake?

    I am trying to make a script called Card Collection NPC all is working now but the main problem I'm encountering is when I submit the card it will give the bonus stats in return. I will immediately close the server via console without letting the character logout so now I got 20 Abysmal Knight...
  4. Louis T Steinhil

    Duplicate NPC Commands

    Hello, I tested this on the latest hercules. It has error
  5. Louis T Steinhil

    setunitdata UDT GROUP & setunittitle

    I get this error when i set it to OnInit: setunitdata( getnpcid(), UDT_GROUP, 21); setunittitle( getnpcid(), "Goddess Statue" ); end; then: OnInit: setunitdata( strnpcinfo(1), UDT_GROUP, 21); setunittitle( strnpcinfo(1), "Goddess Statue" ); end; Whole script: //===== Hercules...
  6. Louis T Steinhil

    setunitdata UDT GROUP & setunittitle

    Hello, is there a way for me to bring along the title and UDT GROUP of npc to duplicate npc? Original NPC Duplicate NPC
  7. Louis T Steinhil

    Endless Tower w/ difficulty

    I think I got it now. Thanks! freeloop(true); // Summon mobs and store their IDs for (.@i = 0; .@i < .@amount; .@i++) { .@mobGID = areamonster(.@map$, .@x1, .@y1, .@x2, .@y2, .@mob_name$, .@mob_id, 1, .@label$); .@MAXHP = getunitdata(.@mobGID, UDT_MAXHP); .@HP =...
  8. Louis T Steinhil

    Hello I would like to know how much for server files + latest client?

    Up to episode 20 with all the new features like runes, etc.
  9. Louis T Steinhil

    Endless Tower w/ difficulty

    Hello guys anyone can help me with this script? I'm converting my endless tower from rAthena to Hercules. Since we don't have this what should I use instead? *instance_live_info(<info type>{,<instance id>}); Returns the specified <info type> of instance attached to the npc...
  10. Louis T Steinhil

    bonus bRace

    Hello i have code here from cydh that changes the players race, this is working on rAthena. Although it's not compatible with herc. Anyone can help me with it? Thanks! https://www.dropbox.com/scl/fi/msiy4c6fu5uwok1e0fhtx/bonus_bRace.diff?rlkey=4c41esca9fewia9n8uartp0jd&e=1&dl=0  ...
  11. Louis T Steinhil

    Item icons on NPC Dialogue

    Hello guys, I don't know if this is a client version or script but how to add that item icon in dialogue?
  12. Louis T Steinhil

    Hello I would like to request for bonus_script & bonus_script_clear

    nvm i already saw the patch https://board.herc.ws/topic/6717-bonus_script-by-cydh/
  13. Louis T Steinhil

    Error compiling 3Ceam windows 10, Visual Studios 2017

    oh sorry i forgot to mention, I'm using latest 3ceam on Visual Studios 2017
  14. Louis T Steinhil

    Error compiling 3Ceam windows 10, Visual Studios 2017

    Does anyone know how to compile in the latest versions?
  15. Louis T Steinhil

    Since @mail is not yet working on 2015

    Since @mail is not yet working on 2015 , is there anyway to get the item from sendmail (https://rathena.org/...-scriptcommand/) source? Like @getmail custom command which you'll get the item / zennies immediately?
  16. Louis T Steinhil

    Mass Murder System(iRO OK Servers)

    Anyone can help me with this? Or any of it is possible?
  17. Louis T Steinhil

    Attaching bonus stats on character?

    Is there a script that attaches bonus stats(example: bonus Str + 1 on someone who killed an Mvp) on characters?
  18. Louis T Steinhil

    About root privileges

    How can I solve this one?
  19. Louis T Steinhil

    Pvp point system / rank system like in dota 2(mmr)

    There's a post in rathena alike but it's not compatible in hercules, can anyone help? // -------------- PVP RATING (SQL ONLY)! ----------------- // // ---- by Kubix. /* tables: CREATE TABLE `pk_rating` ( `id` INT(11) NOT NULL AUTO_INCREMENT, `char_id` varchar(30) NOT NULL, `kill_count`...
  20. Louis T Steinhil

    Help with pvp script

    Can anyone help to make this one compatible with hercules? It doesn't seem to update on mysql. (Script is not mine.) // -------------- PVP RATING (SQL ONLY)! ----------------- // // ---- by Kubix. /* tables: CREATE TABLE `pk_rating` ( `id` INT(11) NOT NULL AUTO_INCREMENT, `char_id`...
Back
Top