Jump to content

Shatowolf

Members
  • Content Count

    159
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Shatowolf

  1. Hi, There's already patch on this. Here Good luck.
  2. Below OnStartArena: npc/guild2/agit_main_se.txt sorry for extremely late reply, what is trouble? Its only 1st guild claim.(found any bugs ?) How can i disable my staff guilds from beeing displayed in the ranking? :| I will update it to add exceptions That's great dude.
  3. Plugin seems to be possible for it now (have few bugs on my plugin, that I would be able to solve in my upcoming days) Thanks!!!!
  4. Waiting on this. great idea topic starter.
  5. How about woe se castle count? where should i add this : doevent "UltimateRanker#00::OnEmpBreak";
  6. Hi, Fresh Hercules, i got this while compiling. vending.c: In function 'vending_purchasereq':vending.c:256: warning: 'item_name' may be used uninitialized in this function Edit : It's working now. thanks.
  7. Won't work on latest rev. hope he update it, Thanks mate.
  8. Hi, Can someone update this. the red color. the item_vending.txt not working. Thank you Cheers src/map/itemdb.c itemdb->destroy_item_data = destroy_item_data; itemdb->final_sub = itemdb_final_sub; itemdb->clear = itemdb_clear; itemdb->id2combo = itemdb_id2combo; sv->readdb(map->db_path, "item_vending.txt", ',', 1, 1, ARRAYLENGTH(item_vend), &itemdb_read_vending); ossi0110 gave me this : itemdb->itemdb_read_vending = itemdb_read_vending; and then i got this on compiling : itemdb.c: In function 'itemdb_defaults': itemdb.c:2358: error: 'struct itemdb_interface' has no member named 'itemdb_read_vending' I can't find this on src/map/clif.h itemdb_read_combos(); itemdb_read_itemgroup(); sv->readdb(db_path, "item_vending.txt", ',', 1, 1, ARRAYLENGTH(item_vend), &itemdb_read_vending); // Extended Vending system [Lilith] sv->readdb(db_path, "item_avail.txt", ',', 2, 2, -1, &itemdb_read_itemavail); sv->readdb(db_path, DBPATH"item_trade.txt", ',', 3, 3, -1, &itemdb_read_itemtrade); sv->readdb(db_path, "item_delay.txt", ',', 2, 2, -1, &itemdb_read_itemdelay); any fix on this ? thanks really appreciate it.
  9. Scan result : http://virusscan.jotti.org/en/scanresult/562d3f61e82e032d93179128be0340d9923d0d88 2014-04-07 Found nothing 2014-04-07 Found nothing 2014-04-07 Backdoor.PcClient!xxMlfY+g1Wc 2014-04-07 W32/PcClient.EMWH!tr.bdr 2014-04-07 Found nothing 2014-04-07 Found nothing 2014-04-07 Win32:Malware-gen 2014-04-06 Found nothing 2014-04-06 BackDoor.Generic13.BFZE 2014-04-07 Found nothing 2014-04-07 BDS/Gendal.651766.1 2014-04-07 Backdoor.Win32.PcClient 2014-04-07 Found nothing 2014-04-07 Generic 2014-04-07 Trojan.Vilsel-142 2014-04-07 Backdoor.PcClient.emwh 2014-04-07 W32.Email.W.Banwarum.l 2014-04-07 Found nothing 2014-04-07 Found nothing 2014-04-06 Found nothing 2014-04-07 Found nothing 2014-04-07 Backdoor.PcClient
  10. The problem is when you type @code and select "view existing code" your character stuck. you need to @warp to move again, also at "delete existing code" any fix on this issue? thanks.
  11. Hello, can i request? even GTB is equip there's a chance to dispel it, for like 30% chance. ? Thanks.
  12. Yea i already run it on my sql, still getting that error. Edited : FIXED. thanks to Dastgir
  13. Got this error [SQL]: DB error - Table 'hercules.ugr_guild_infoV' doesn't exist[Debug]: at script.c:14613 - INSERT INTO `ugr_guild_infoV` (`date`,`HighEmpBreak`) VALUES (201403,1) ON DUPLICATE KEY UPDATE `HighEmpBreak`=1[Debug]: Source (NPC): UltimateGuildRanker at amatsu (128,161)
  14. just a suggestion, why not only pick at pvp room? so leveling up and mvp hunting won't pick. nice! i like this
  15. works at hercules? i got this error : [Warning]: script:implode: array length = 0
  16. There a problem on last_mac, can't log in. FIXED : I forgot to update the mmo.h Thanks
  17. Anyone experience this? my sql info was correct. [SQL]: DB error - Column count doesn't match value count at row 1[Debug]: at account_sql.c:642 - INSERT INTO `login` (`account_id`, `userid`, `user_pass`, `sex`, `email`, `group_id`, `state`, `unban_time`, `expiration_time`, `logincount`, `lastlogin`, `last_ip`, `birthdate`, `character_slots`, `pincode`, `pincode_change`,`last_mac`) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
×
×
  • Create New...

Important Information

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