Jump to content

daim

Members
  • Content Count

    129
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by daim

  1. Hi there, Im using 30-07-2010 client. Today one of my player having problem to slot in SILK robe into hotkey. When he put the SILK ROBE into hotkey there nothing apear on client for example F1. (off coz the silk robe not being equiped) and i can see that 2322 is save in hotkey database on server sided. This happens only on his char. Other char is fine. Anyone have idea about this? Thanks.
  2. Andro have many disadvantage and not so stable. For example there no skills animation...
  3. yeah, this function very important. Hope this can be done soon. Thanks to dev.
  4. Hi there, Im having this error on my hercules console. May i know what is this mean? And how can i fix this? status_change_timer: Mismatch for type 221: 135 != 1257 (bl id 2232030) thanks
  5. not work sir, it only load nogoditem zone, PvP zone not inherit altought i add that inherit lebel. My findings is PvP zone cant be combined with other zone. Altough we added pvp mapflag on mapflags section on zone in map_zone_db.txt it automatically remove the original zone and make the specified map as PvP zone.
  6. may i know what is the fix?
  7. @@evilpuncker any idea sir?
  8. hi there here how i do { /* PvP zone is applied to all maps with a pvp mapflag */ name: "PvP" /* changing this name requires MAP_ZONE_PVP_NAME to also be changed in src/map/map.h file */ disabled_skills: { BS_GREED: "PLAYER" CG_HERMODE: "PLAYER" //HERMAN MC_VENDING: "PLAYER" } disabled_items: { Greed_Scroll: true } mapflags: ( "nocashshop", ) disabled_commands: { //Example Below makes @heal be used in maps within this zone only by those group lv 70 and above go: 100 } },{ name: "nogoditem" disabled_skills: { BS_GREED: "PLAYER" CG_HERMODE: "PLAYER" //HERMAN MC_VENDING: "PLAYER" } disabled_items: { Greed_Scroll: true Mjolnir: true ID2629: true ID2541: true ID2410: true ID12740: true } mapflags: ( "nocashshop", //"pvp", //"pvp_noparty", )disabled_commands: { //Example Below makes @heal be used in maps within this zone only by those group lv 70 and above go: 100 } }, and this is my mapflag guild_vs2 mapflag zone nogoditemguild_vs2 mapflag pvp_nopartyguild_vs2 mapflag pvp i have to add pvp maflag to allow pvp on. But with this mapflag the zone cannot combine with nogoditem + pvp zone, it will be just PVP zone. if i remove the mapflag pvp, and then warp to map and type @pvpon then only it can be nogoditem + pvp zone. Any idea how to make it work?
  9. I did sir, but it seem PvP mapflag cant have other zone. It only bind to defualt PvP zone (which pvpon by mapflag)
  10. Hi there, Issit posttible to have this setup of zone? for example i have 2 zone PVP TYPE. Type 1: PVP with potions enabled Type 2: PVP with potions disabled with current zone system, PVP map automaticaly using PVP ZONE settings, which mean we cant set 2 version of pvp types, all pvp map will automatically will be using PvP zone settings. Issit possle to setup pvp zone + nofood zone? Thanks
  11. sorry for digging old post. Is this can be improved? for example i have 2 zone PVP TYPE. Type 1: PVP with potions enabled Type 2: PVP with potions disabled with current zone system, PVP map automaticaly using PVP ZONE settings, which mean we cant set 2 version of pvp types. I hope someone can do patch for this. Thanks
  12. Hi there, I got this warning [Warning]: pc_bonus: unknown type 0 -10 ! [Warning]: pc_bonus: unknown type 0 -10 ! [Warning]: pc_bonus: unknown type 0 -10 ! how can i check what item cause this? coz it not give more details bout that. thanks
  13. Hi there, May i know what is this mean UPPER: XXX in item_db option. Becuse some hat cant be used if it set UPPER: 8 for example. But i also saw there is other item like weapon, coins which upper option and that can be use.
  14. Hi, Could anyone know why this problem? Autotrader cant be loaded after server restart and timeout appear on console. thanks
  15. Hi there, As per topic, im using kinda old client dated 31082010ragexe. How can i enable crashlog.log if the client crash out? Seem my client now only display error dialogs not the crash.log. thanks
  16. Not really that much, if you know what mods you did, If you know what mods you did and have been up with svn updating(and no manual), one can get a diff of what's done, and accordingly apply to Hercules(with some edits ofcourse). probably some days work(if its like above i mentioned), else would take a month Indeed Dastgir. That what happen to me, i have no diff from what mod i done. lol
  17. i took 3 months to made sure my Hercules and mods work well from eathena. Off coz lot of functions, reffer, tokens changes. You have to find it slowly. If you're a good programmer then it will be easy too. Or just hire coder by visiting hercules paid services.
  18. hi ind. Today i tried to install this plugin. Compile successfuly, there file created in plugins/ but when i try use it i got warning [Warning]: pc_bonus: unknown type 0 -30 ! [Warning]: pc_bonus: unknown type 0 -30 ! [Warning]: pc_bonus: unknown type 0 -30 ! may i know how to fix this? after several time tried, i forgot to load it from plugin.conf. but having this tow issue. Hope someone can help.
  19. Hi there, I just convert my db from eathena to hercules. Everything seem well, but the problem is most player skill point are missing. How can i fix this? Im new with hercules. thanks
  20. Hi there, Is there any way to MASS reset players variables. For example i would like to reset KILL variable in pvp ghost npc script to default = 0 whithout needs player online. let say 10 player attached with KILL variable, i needs to reset KILL to all player without they online. is this posibble?
×
×
  • Create New...

Important Information

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