Search results

  1. X

    Char server stopped

    I'm trying to convert rAthena Clan system to Herc and now after compiling no error shows up until when i run the server the char server stopped. I'm using windows btw. I found what causing it but dont know why. If I add inter_clan->sql_init(); to int inter_init_sql(const char *file) the...
  2. X

    getmonster display name

    How can we get monster display name when triggered OnNPCKillEvent? Is there a way?
  3. X

    Slave / Master ID

    I've been searching through the src and can't find the code on how can a summoned slave stay when the master log out. I have specific mob id and create an object is_f_slave and can be call through md ( e.g. md->is_f_slave , for checking purpose ) So how can I prevent this slave to stay put?
  4. X

    Fake NPC Name

    Is it possible to build a fake npc name script command? Like fakenpcname("NPC#1","NPC_F_N"); eventually the NPC#1 name will change to NPC_F_N.
  5. X

    [Question] Plugin

    Hi. I've been playing around the src and just realized there's a Plugin function. My question is, when should be use this? Does this apply when adding new skill, calculating damage, etc?
  6. X

    [Flux Addon] View Equip

    I'm planning to release this add on for free. Leave a comment Thanks.
  7. X

    change critical damage on emperium from 1 to 2

    How to make the critical damage on emperium to 2?
  8. X

    Ragnarok Evolution [ 3x/3x/3x ]

      Website: http://ragnarok-evolution.com/ Forum: http://board.ragnarok-evolution.com/ Registration: http://cp.ragnarok-evolution.com/?module=account&action=create Facebook Page: https://www.facebook.com/RagnarokEvo Lite...
  9. X

    Group Name Color

  10. X

    First Thor Patcher Design

    My first thor patcher design :3 its kinda dirty.... so, feel free to rate and comment. version 2.0  
  11. X

    Can't connect to server

    I can't connect to my server. I follow this guide: http://portforward.com/english/routers/port_forwarding/Buffalo/WCR-GN/Ragnarok_Online_Server.htm   Here's my config.   map_server // Character Server IP// The map server connects to the character server using this IP address.// NOTE: This is...
  12. X

    Q>2012-04-24ragexe supports iteminfo.lub?

    Does 2012-04-24Ragexe client supports iteminfo.lub? If no what client does support iteminfo.lub?
  13. X

    [Solved]R> 2012-04-24ragexe packet?

    Can anyone share the right packet for 20120424ragexe? EDIT: Nevermind. Got it.
  14. X

    Login interface unknown area

    How to fix this unknown map? The problem is where ever I go (all map e.g prontera, payon..) its the same, it says unknown area.
  15. X

    Highness Heal not working

    Good day everyone. After I edited the skill id of "Highness Heal", I can't cast it anymore to myself/other char but if I cast it to undead monster it can cause damage. Here's what i've done: Server Side: skill.h AB_HIGHNESSHEAL = 1023, AB_CLEARANCE = 2052, skill_db.txt...
  16. X

    Skill effect/animation gone

    Hi Everyone. I tried to change the skill id of Adoramus skill. Everything works except for one thing, the skill effect/animation was gone. I don't know why. Screenshot: Here's what i've done skill.h AB_ADORAMUS = 1025,AB_CLEMENTIA = 2041,   skill_db.txt...
  17. X

    Enable Warg for Sniper

    How to enable Warg for SniperJob? I already added Skill "Warg Mastery" but when I use it with warg flute, the warg doesnt come out. Can anyone help me?
  18. X

    About Skill Tree

    EDIT: Nevermind. Got it
Back
Top