Jump to content

Dduwsmitt

Members
  • Content Count

    59
  • Joined

  • Last visited

Everything posted by Dduwsmitt

  1. hello did you make it work on latest revision of hercules? i am having errors this line sv->readdb(db_path, "item_vending.txt", ',', 1, 1, ARRAYLENGTH(item_vend), &itemdb_read_vending); // Extended Vending system [Lilith] and this item = itemdb_exists(battle_config.item_zeny?battle_config.item_zeny:battle_config.item_cash?battle_config.item_cash:item_vend[0].itemid);
  2. Let me revise my question: Is it possible for players to interact inside the dungeon? like SAO. Can we see each other when we enter it and clear the boss together?
  3. is it possible to add a reset option?. example if i want to reset it for all players. Question: Can we see other players inside easy mode?
  4. up You can edit it on skill_db.conf { Id: 489 Name: "CG_TAROTCARD" Description: "Tarot Card of Fate" MaxLevel: 5 Range: 9 Hit: "BDT_SKILL" SkillType: { Enemy: true } AttackType: "Misc" DamageType: { NoDamage: true IgnoreFlee: true } CastTime: 1000 AfterCastActDelay: 500 SkillData2: 10000 //EDIT IT HERE, i edited mine from 30 to 10 second cooldown CoolDown: 0 Requirements: { SPCost: 40 } },
  5. hello this shows up Unknown coordinates ('120', '205') for map '1@haunt' Unknown coordinates ('181', '210') for map '1@haunt' Unknown coordinates ('151', '200') for map '1@haunt'
  6. if i manualy edit my source files and implement this on the latest hercules rev, will it work?
  7. hello i am using 2014-10-22b client, and enabled custom jobs. however when i change job to that custom class it causes my client to crash please help
  8. hello i am using 2014-10-22b client, and enabled custom jobs. however when i change job to that custom class it causes my client to crash please help
  9. WHEN USING OBB WHEN INVENTORY is full remove restriction //src/map/pc.c::pc_isUseitem 1477: Item cannot be opened when inventory is full How to do it?
  10. i got the exact error. latest rev of herc EDIT FIXED: Just add folder named plugins in the root directory of hercules
  11. Hello this happens when compiling in windows. what should i do? 1>------ Build started: Project: MaxLvExpGain, Configuration: Debug Win32 ------ 1> MaxLvExpGain.c 1>..\src\plugins\MaxLvExpGain.c(104): warning C4003: not enough actual parameters for macro 'addBattleConf' 1>..\src\plugins\MaxLvExpGain.c(104): error C2059: syntax error : ')' 1>..\src\plugins\MaxLvExpGain.c(105): warning C4003: not enough actual parameters for macro 'addBattleConf' 1>..\src\plugins\MaxLvExpGain.c(105): error C2059: syntax error : ')' 1>..\src\plugins\MaxLvExpGain.c(109): warning C4013: 'addHookPre' undefined; assuming extern returning int 1>..\src\plugins\MaxLvExpGain.c(110): warning C4013: 'addHookPost' undefined; assuming extern returning int ========== Build: 0 succeeded, 1 failed, 8 up-to-date, 0 skipped ==========
  12. hello, can i get a help. i add custom items in my created server using this guide but it does not appear when equipped
  13. how to make two-hand quicken and berserk work at the same time? thank you!
  14. Please Help , when im recompiling my server it says make[1]: Warning: File `../config/renewal.h' has modification time 5.8e+04 s in the future and the changes i made does not apply
  15. i am trying to make all my MVP stronger. and i edited it in my sql. now is is there anyway to convert my mob_db.sql to mob_db.txt ?
  16. how to change Cashpoints to a custom Variable? in v4p
  17. Thank you! sir Mumbles . wow! your avatar penguin evolved! xD
  18. is this compatible w/hercules? http://rathena.org/board/topic/79515-drawmove-free-animated-fluxcp-theme-coded/
  19. item script to add max weight like rathena's bAddMaxWeight
  20. Thank you sir , ill try upgrading my emulator Question , If i update my emulator , will it retain all the changes ive made in the emulator? i have updated my emulator, and now its working! Thank you! sir Mumbles . seems like this update fixed the problem in the script. Fixed getarraysize returning incorrect values for character variables https://github.com/HerculesWS/Hercules/commit/9832e82b0e8dbda38bf4feb18e48cf5335e213ee
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.