Search results

  1. Louis T Steinhil

    About root privileges

    How can I solve this one?
  2. 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`...
  3. 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`...
  4. Louis T Steinhil

    Pvp countdown on waiting room

    Hello guys I would like to make my waiting room to have a countdown from until when my pvp/mvp top event will end. (pvp script is not mine, credits to the owner.) Note: Pvp ends on saturdays and starts on mondays. //===== rAthena Script ======================================= // Ranking...
  5. Louis T Steinhil

    Client Crash on bubblegum

    Saw a topic on bugs section but there isn't any said solution to the problem. Does anyone know anything how to solve the crash of client(2013-08-07) when you're using bubblegum?
  6. Louis T Steinhil

    Ragnarok History?

    I'm not here to judge. I just wanted to share insights about this blog. I don't know much about the hisrtory of ragnarok...but it's definitely a good article for it. Though I don't say that this is something real or fake...   Happy Reading everyone!  ...
  7. Louis T Steinhil

    Splash Page (java script)

    Well it's not that much but I hope someone will benefit from this. I know I'm not good at graphics so...take it easy on me. Just sharing some codes.   Splash Page Demo: http://project-destro.asurahosting.com/test   Description: Splash Page On click: A button will appear "Enter Site" else Auto...
  8. Louis T Steinhil

    Episode 15.1

    Just saw this post, http://rathena.org/board/topic/86360-episode-151-charleston-crisis-instance/#entry219284
  9. Louis T Steinhil

    Making @clone into a skill

    Hi does anyone know how can I make this a skill? ACMD(clone){ int x=0,y=0,flag=0,master=0,i=0; struct map_session_data *pl_sd=NULL; if (!message || !*message) { clif->message(sd->fd,msg_txt(1323)); // You must enter a player name or ID. return true; } if((pl_sd=iMap->nick2sd((char...
  10. Louis T Steinhil

    Skill

    How to set a skill that has targets to be casted directly on ground? I mean you'll remove the target but when you click the skill, it will automatically cast the said skill on the ground you're stepping at.
  11. Louis T Steinhil

    Edit Skill of kagerou

    case KO_ZANZOU:if(sd){struct mob_data *md;md = mob_once_spawn_sub(src, src->m, src->x, src->y, iStatus->get_name(src), 2308, "", SZ_SMALL, AI_NONE);if( md ){md->master_id = src->id;md->special_state.ai = AI_ZANZOU;if( md->deletetimer != INVALID_TIMER...
  12. Louis T Steinhil

    Skill Cooldown

    Is it possible to set some skills that has cooldown? When a player died after he re-spawn, the said skill will skip the "cooldown  thing" and can be used again? For example; Hallucination Walk is used then suddenly the player died. Hallucination Walk has a cooldown of 5 minutes. When he...
  13. Louis T Steinhil

    About Illusion, Zanzou(kagerou skill)

    According to the skill description, it produces a clone of the caster. Anyone here knows how to config that? Because we all know that the ones we have is the mob ninja. I just want to customize mine. thanks in advance...
  14. Louis T Steinhil

    item bonus at night?

    Is it possible that a function checks if it is night then an additional bonus on an item will trigger? if(night == 1){ move speed + 20%}; something like that... just a pseudo code*
  15. Louis T Steinhil

    Achievement System

    Is this compatible with hercules? http://rathena.org/board/topic/65641-achivement-system-with-no-source-edit/ if no how can I make it compatible?
  16. Louis T Steinhil

    About npcs

    increasing the max item can be sold (from 100) -> (1000 items.)
  17. Louis T Steinhil

    implementing navigation on 2013 clients

    I have the lua files but it seems that the only thing that's working on navigation is the map. The others (mob, npc ...) were not working. I got the lub files from @shakto. Am I missing something?
  18. Louis T Steinhil

    About Episode 14.2 New Skills adding on 2012-04-10?

    Is it ok to add it on that particular client date? but as you all can see, when I input skill points on flash combo; it goes back to that gray icon. I already have the sprite at item collection of new skills, I also added this on the missing lua file on the skilltreeview.lua...
  19. Louis T Steinhil

    Custom WoE

    Let's say I have 4 different emperiums, then, when Agit starts 1 of those 4 emperiums will be summoned, and that emperium will last until WoE is finished. Is it possible to call a random emperium from those 4 emps?
  20. Louis T Steinhil

    How to remove battleground, Booking and Navigation Buttons

    as the title says. Thanks in advance! 
Back
Top