Search results

  1. Dduwsmitt

    Decarding Bug

    additional info. After successfully removing the card, the script command 'successremovecards' fails to re-equip the item.     it seems pc->equipitem(sd, i, sd->status.inventory.equip); is not working properly. pc->unequipitem(sd, i, PCUNEQUIPITEM_FORCE); does not recalculate...
  2. Dduwsmitt

    Why don't bio labs mvp show an aura and why the little skull isn't shown next to their name

    Alternatively/Surefire method is to diff your client into reading your custom monster_size_effect file
  3. Dduwsmitt

    cell_pvp

    hello is it okay to just ignore these warnings?
  4. Dduwsmitt

    Dduwsmitt Resume

    Current status: UNAVAILABLE   Who da fuq is dis sht:   Hello i am Dduwsmitt, i have been a core developer sometimes a scripter on rathena since 2012. i have migrated here on hercules on 2014. What can I do for you?:   Name it and i will forge it. EXCEPT "Web Development" (well i know some of it...
  5. Dduwsmitt

    how to use announcement "fontY"

    announce "<text>",<flag>{,<fontColor>{,<fontType>{,<fontSize>{,<fontAlign>{,<fontY>}}}}} can someone give me an example how to use fontY?
  6. Dduwsmitt

    Custom Jobs using 2014-10-22b client

    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
  7. Dduwsmitt

    Item Flag Use

  8. Dduwsmitt

    Old blue box / Boxes inventory full restriction

  9. Dduwsmitt

    MaxLvExpGain

    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'...
  10. Dduwsmitt

    berserk remove's two-hand quicken when used

    how to make two-hand quicken and berserk work at the same time? thank you! 
  11. Dduwsmitt

    make[1]: Warning: File `../config/renewal.h' has modification time 5.8e+04 s in the future

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

    Convert mob_db_re.sql to mob_db.txt

    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 ?
  13. Dduwsmitt

    Drawmove Flux themes

    is this compatible w/hercules? http://rathena.org/board/topic/79515-drawmove-free-animated-fluxcp-theme-coded/
  14. Dduwsmitt

    item script to add max weight

    item script to add max weight like rathena's bAddMaxWeight
  15. Dduwsmitt

    Euphy's Card Trader, for Hercules

    Its working to me too , but it does not give points, and it does not delete the card . its saying the deal is completed but , nothing actualy happened xD it said deal is a success  Still got my drake card Please Help me to make it usable
  16. Dduwsmitt

    Euphy's Card Trader, for Hercules

    //===== rAthena Script =======================================//= Card Trader//===== By: ==================================================//= Euphy//===== Current Version: =====================================//= 1.1 //===== Compatible With: =====================================//= rAthena...
  17. Dduwsmitt

    Hunting Missions on newest trunk version of hercules. no global_reg_value

    there are no more global_reg_value on the sql database. please help how to fix , hunting mission quest   ase 6: mes "[Hunting Missions]"; mes "The top hunters are:"; query_sql("SELECT char_id AS id, (SELECT `name` FROM `char` WHERE char_id = id),`value` FROM `global_reg_value` WHERE str =...
Back
Top