Jump to content

Sryx

Members
  • Posts

    520
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by Sryx

  1. Re import your sqls or if you know SQL just alter the table and add new column 'vend_coin'
  2. Check inside your grf, I think its under the text/À¯ÀúÀÎÅÍÆäÀ̽º/login_interface
  3. Panong manual patch? or meron kang Patcher?
  4. Try mo gumamit ng ibang ViewID start ka sa 3000
  5. 1. Check your clieninfo.xml inside your grf, make sure that the I.P. is match with your Host. 2. Upload you sever files to your, then check the ip's on char_athena.conf, inter_athena.conf and map_athena.conf. I hope it helps.
  6. Yes Gepard is a good one (some of my client used it). Husky Shield (haven't tried it yet)
  7. Job Sprite Directory Male sprite\Àΰ£Á·\¸öÅë\³² Female sprite\Àΰ£Á·\¸öÅë\¿©
  8. Just get a new GameGuard, Harmony development is dead + Cydth already stop maintaining his Harmony Patch + Harmony is just a trash nowadays because there is a lot of bypass out there.
  9. Sryx

    conversion

    You can do it via scripting. 1. Create NPC that converts Item to Points (stored in account) 2. Wipe all items 3. Create NPC that converts the Points to Item.
  10. 1. https://rathena.org/wiki/Installation_on_Windows or https://rathena.org/board/topic/53291-guidehow-to-setup-a-ragnarok-onlineserver-side-only/ 2. Use you Wan Ip then configure your router. Port Forward the 6900, 5121 and 6121 Ports.
  11. Check if there's an error message to your server or just post a screenshot here.
  12. Sa PC mo nka host ung server? Wan IP ba gmit mo sa clientinfo? kung wan ip ng pc mo. nag port forward knb?
  13. // Forbidden Skills Database // Defines unusable skills in map types and zones. // // Structure of Database: // SkillID,Flag // // Legend for 'Flag' field (bitmask): // 1 - cannot be used in normal maps // 2 - cannot be used in PvP maps (use this instead of 1 for PK-mode servers) // 4 - cannot be used in GvG maps // 8 - cannot be used in Battleground maps // 16 - cannot be cloned (clones will not copy this skill) // Restricted zones - configured by 'restricted <number>' mapflag // 32 - cannot be used in zone 1 maps // 64 - cannot be used in zone 2 maps // 128 - cannot be used in zone 3 maps // 256 - cannot be used in zone 4 maps // 512 - cannot be used in zone 5 maps // 1024 - cannot be used in zone 6 maps // 2048 - cannot be used in zone 7 maps // // Example: // 8,6 // Endure cannot be used in PvP and GvG maps (2+4) db/re/skill_nocast_db.txt db/pre-re/skill_nocast_db.txt for zone list npc/mapflag/restricted.txt for item // Forbidden Items Database // Defines restrictions on equipment, items, and cards in map types and zones. // // Structure of Database: // ItemID,Flag // // Legend for 'Flag' field (bitmask): // 1 - restricted in normal maps // 2 - restricted in PVP // 4 - restricted in GVG // 8 - restricted in Battlegrounds // Restricted zones - configured by 'restricted <number>' mapflag // 32 - restricted in zone 1 // 64 - restricted in zone 2 // 128 - restricted in zone 3 // 256 - restricted in zone 4 // 512 - restricted in zone 5 // 1024 - restricted in zone 6 // 2048 - restricted in zone 7 db/re/item_noequip.txt db/pre-re/item_noequip.txt
  14. Yes It's possible, its like copy hammer sprite -> rename it to monk mace (sprite name) -> replace old sprite (monk mace) https://rathena.org/wiki/Custom_weapons
  15. Sryx

    bc_self

    https://rathena.org/wiki/Announce OnPCLoginEvent: announce "This is my message just for you",bc_blue|bc_self; end;
  16. Sryx

    Donation setup

    ?module=donate ?module=purchase
  17. Sryx

    Equipment Bug

    Latest rAthena svn? What client ? 2012-04-10 or 2013-08-07?
  18. Check your ports. MySQL default port is 3600.
  19. Try here. www.wanhosting.net
  20. Did you skip Packet Obfuscation DIFF?
  21. Did you disable the Packet Encryption Diff in your client?
  22. Custom Item right? https://rathena.org/wiki/Custom_Items
  23. Edit the configuration files EXP: conf/battle/exp.conf DROPS: conf/battle/drops.conf STATS/ATKSPD : conf/battle/player.conf
  24. Drop all tables then import all files inside the trunk/sql-files folder.
×
×
  • Create New...