Jump to content

Angelmelody

Members
  • Content Count

    772
  • Joined

  • Last visited

  • Days Won

    23

Everything posted by Angelmelody

  1. Srry, I misunderstood what you mean ,Original I suppose you just want to reduce damage of Dragon Breath.... anyway,I think the effect of Dragon Breath is SC_BURNING ,You can find it inside function skill_additional_effect of skill.c
  2. if( tstatus->race == RC_DEMIHUMAN ) md.damage = md.damage /2;
  3. I think player still can equip again, myabe this is a bug of map zone system I did a custom fix 123.patch err.. I find Annie's fix was better than me ,She has considered about card slot
  4. use the same command for both if(isequippedcnt(Ring_) == 2 ) || isequippedcnt(Ifrit_Card) == 2) { bonus bStr,50;} else { bonus bStr, 20;}
  5. After tested on last revision ,I can buy Berzebub card
  6. Homunculus S were already implemented in pre-re , you just need to make your server to read quest script (..npcrequestshomun_s.txt)
  7. how to fix it? rename it but dont be the same as mob name can you please edit the script? http://upaste.me/691c1098268b372ef http://upaste.me/1e6210983f88f7c7b
  8. how to fix it? rename it but dont be the same as mob name
  9. https://github.com/HerculesWS/Hercules/blob/master/src/config/const.h#L39 change "pre-re/" to "re/" Idk whether it will cause any risk.
  10. I think your directory path is wrong ro-rootdataluafiles514lua filesskillinfoz
  11. why your skillinfolist is txt file? It should be lub file
  12. Monster script command require a gid value return , so that we can control the mobs to go the way point
  13. Was this problem solved ? 6f264513874c80b912f47dbad1ec0347c67534e7
  14. navigate to directory ro-rootdataluafiles514lua filesskillinfoz open skillinfolist and find SKID.AL_TELEPORT then modify it's bSeperateLv to ture done
  15. Kinda misleading description, he wants to change idnum to iteminfo, Guess what, I have made A tool to convert itemdb.conf to itemdb.txt format... TWO MONTHS AGO.(but not published anywhere yet, due to my busy time) Which is flexible, that means can swap the field and much more. So just use this tool https://github.com/dastgirpojee/LuaScripts/tree/master/Lua/conf2db Read readme.md for usage and Its flexibility. So use this to convert conftodb and use itemconverter, till hercules itemdb compatible itemconverter is released. Failed to convert
  16. OMG! it seems like ItemConverter tool no longer support our item_db format
  17. OnPCDieEvent: if ( killerrid >= 110000000 ) { //--->killed by a mob ........................... } end; if(killerrid==getcharid(3))----->killed by him/her self (ex: Grand Cross) if(!killerrid) ----->eat poison potion
  18. try other <langtype>?</langtype>
  19. AFAIK , if item id was inside the pet egg id range , Client will not show that bar
  20. try newer client 20131223 , It work fine
  21. I'd like to suggest hercules to add new bonus AddMaxWeight ,So that we can use it on item script , why not use ' MaxWeight +=N; ' ? clieck. Hope devs agree ,thx
  22. the diff option 'Resize Font' will lock your broacast font size
×
×
  • Create New...

Important Information

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