Search results

  1. D

    Pet exchange coupon

    Hi there, May i know how to utilise or use pet exchange coupon? such as succubus pet exchange coupon? thanks
  2. D

    Please mod this script

    //= The default points is Kafrapoints change it anyway if you like. //= 1.1 = Check Chatting too //= 1.2 = 5 Minute Idle Check & @at/@autotrade check. //= 1.3 = Corrected the current balance line on 12 Hours Consecutive //==================================================================== -...
  3. D

    Item Unique_Id possible item duplication check?

    Hi there, Today i just have time to spent to check item duplication if posibble. And im using this command to check my storage. SELECT unique_id FROM STORAGE GROUP BY unique_id HAVING COUNT( * ) >=2 And as a results i found several item have same Unique_Id (unstackable items). My question...
  4. D

    gdb with leaving putty closed.

    Hi there, Is there any proper way to dbug map-server crash without needing connected to putty after issue gdb command? All this while im doing this way. 1. Login to server putty 2. gdb map server 3. wait it crash 4. then bt full. but seem not my connection having problem i scared that i...
  5. D

    baselvl 99 Champion SP reduced ?

    Updates: After updating my git version, CHAMPION job still having the issues. As you can see here, baselvl 99 and 98 diffrent. Champion on baselvl 98 more then champion baselvl 99. how can i fix this asap? Dastgir sir pls look into this.
  6. D

    baselvl 99 Champion SP reduced ?

    Hi there, I need quick fix for this. if a champion lvl 99 sp = 415 if champion baselvl 98 sp = 658 anyone know how to fix it? git version b993924a4b5e82f3961d6b5a579c0204c9e36809 Ok, after i checked up,  if you reach baselvl 99 your SP will deducted or lowered when u are on baselvl 98...
  7. D

    Anybody know about this?

    Hi there, As per photo attached, anyone can explain about this? I already look into mob db but seem no such double exp i set. Why is this happening? regards. Bump
  8. D

    Variables timer

    Hi guys, Issit i would like a script sample to do this: 1. Player use uncard npc. 2. A varaiable bind on player. 3. Player only can use uncard npc again after 1 month of time. hope someone can help. thanks
  9. D

    Something to modify.. please help

    Hi all i would like to add another code similiar as this  what i want try to do is add check if player equip certain weapon id and it  will do the damage % cap like above code. Let say if the player using infiltrator item id 1267, it will give atk_addrate 25%. how can i accomplish this? thanks
  10. D

    Wired Hotkey status

    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...
  11. D

    Error on Consloe status_change_timer: Mismatch

    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
  12. D

    Map Zone problems

    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...
  13. D

    warning on concole

    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
  14. D

    WTA item db : Upper: XX

    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.
  15. D

    auth_db: Node (state Login) timed out for XXXX

    Hi, Could anyone know why this problem? Autotrader cant be loaded after server restart and timeout appear on console. thanks
  16. D

    client crash.log

    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
  17. D

    Missing Skill Points

    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
  18. D

    how to mass reset player variable

    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...
  19. D

    Looking someone to install Harmony

    Hi there, As topic above, im looking someone that able to install harmony to latest Hercules. Please contact me if u able do so and the price. Thanks.
  20. D

    Player Status Check

    Hi all, Could anyone code this features? same like @itemlist but with @statuscheck we can check all status (agi,str,hp,sp,matk,atk and etc) from player including buff. Is this posibble?
Back
Top