Jump to content

Gerzzie

Members
  • Posts

    136
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Gerzzie

  1. Can this be used as a Item? What client? I remember last year I have finished something like this.
  2. Is this still available or compatible on our Latest rAthena?
  3. I'm using @Vykimo's Battleground and it works fine for me. But it has been removed or hidden here on our Forum. I cannot view the thread.
  4. You can modifiy the skill thru SRC Modification Find this on your trunk. src/map/skill.cpp
  5. Make sure to download Visual C++ Redistributable for Visual Studio 2015 here's the link : https://goo.gl/jEg2ig
  6. You must have a Visual Studio 2017 for you to compile. There's no password on MySQL Database just input the username : root then enter.
  7. Is this compatible for 2012 client?
  8. Try doing this step : CTRL + ALT + DEL then ESC.
  9. I'm currently looking for a command that hides all the headgear of the players. Just like removing all the headgear sprites and stuffs. He'll just type @disable_headgears and all Sprites will be disabled.
  10. Hello! Sinong kayang gumawa ng Auto potion script willing to pay. Katulad ng concept kay Euphy. Hindi kase working saken eh. Thank you!
  11. What Client version are you using?
  12. I've connected my Ragnarok Server. But i can't continue to Character Select.
  13. If you have a Facebook you can add me and i'll teach you step by step : Gerzzie Sundiam
  14. This is where you locate your file : [ File Location: trunk/src/map/atcommand.c ] Find: ACMD_FUNC(reloadmsgconf) { map_msg_reload(); clif_displaymessage(fd, msg_txt(sd,463)); // Message configuration has been reloaded. return 0; } Add below: ACMD_FUNC(afk) { nullpo_retr(-1, sd); trade_tradeack(sd,4); sd->state.autotrade = 1; if( battle_config.at_timeout ) { int timeout = atoi(message); status_change_start(&sd->bl, SC_AUTOTRADE, 10000, 0, 0, 0, 0, ((timeout > 0) ? min(timeout,battle_config.at_timeout) : battle_config.at_timeout) * 60000, 0); } clif_authfail_fd(fd, 15); return 0; } Find: AtCommandInfo atcommand_base[] = { Add below: ACMD_DEF(afk),
  15. This guide belongs to Anakid
  16. Make sure you have a sprite that has a dual dagger on. Like 2 Vengeful swords
  17. Check your Task Manager if your client is still there. Do you use GRF Editor?
  18. Hello! I do have a solution for this. Simply go to your SRC folder. src/map/status.c and remove that part:
  19. How can i avail Gepard? Kindly reply pls

  20. Can someone help me with this ? I need to revert my Rathena. Thanks in advance!
×
×
  • Create New...