Jump to content

evilpuncker

Community Contributors
  • Content Count

    2178
  • Joined

  • Last visited

  • Days Won

    66

Everything posted by evilpuncker

  1. http://herc.ws/board/topic/9070-src-error/#entry53473
  2. evilpuncker

    Breed NPC

    make sure that your hercules is fully updated
  3. he wants to remove the unidentified part of iteminfo file, in client side! @topic try this one: main = function() for ItemID,DESC in pairs(tbl) do result, msg = AddItem(ItemID, DESC.identifiedDisplayName, DESC.identifiedResourceName, DESC.slotCount, DESC.ClassNum) if not result then return false, msg end for k,v in pairs(DESC.identifiedDescriptionName) do result, msg = AddItemIdentifiedDesc(ItemID, v) if not result then return false, msg end end end return true, "good" end
  4. you don't need exp2.txt, hercules default exp.txt already supports up to 1000
  5. http://haru.ws/hercules/itemdbconverter/ or http://herc.ws/board/topic/8264-item-db-converter/
  6. battle.c case AS_SONICBLOW: if (sc && sc->data[SC_SOULLINK] && sc->data[SC_SOULLINK]->val2 == SL_ASSASIN) ATK_ADDRATE(map_flag_gvg(src->m)?25:100); //+25% dmg on woe/+100% dmg on nonwoe
  7. eA and rA don't have custom BG by default so I guess you can wait for it here: http://herc.ws/board/topic/8814-extendedbg/
  8. can you be more specific? which BG are you talking about?
  9. if you want to check if player is using cash mount use hascashmount() command
  10. I know it, I was just saying that so newcomers that don't know how to do it, to have a updated version in the download
  11. why not provide latest version of patcher? we are at 2.6.4.7 already
  12. oh nvm then, sorry I misunderstood the entire topic xD
  13. hercules files are kinda different than the one you posted and seems like that patch was made with brAthena and not Hercules, look how different is the reloadscript structure from Hercules:
  14. make it a script command as well!!!
  15. no it is not, you need to remove every unwanted feature/npc manually
  16. you will need to wait for Ai4rei to release a plugin to RSU since seems like gravity blocked their patches server to some countries http://herc.ws/board/topic/2485-ro-patcher-lite-v244625-last-updated-20150103/?p=51872
  17. se tiver uma graninha no paypal considere efetuar uma pequena doação aqui http://www.yomrawr.com/ para a comunidade ter um client novo
  18. windows: vai no map-server.exe e "copia" ele clica em qualquer lugar e "colar atalho" clica com o direito "propriedades" em "destino" vai estar algo assim C:Userssdffdsdffdsdfsdfsdsdfherculesmap-server.exe mude para C:Userssdffdsdffdsdfsdfsdsdfherculesmap-server.exe --generate-translations aperte Ok rode o atalho criado aproveite;
  19. palettes and hair styles are two different things, you need to add each hair style before trying to use them
  20. /** * Item Trade restrictions */enum ItemTradeRestrictions { ITR_NONE = 0x000, ///< No restrictions ITR_NODROP = 0x001, ///< Item can't be dropped ITR_NOTRADE = 0x002, ///< Item can't be traded (nor vended) ITR_PARTNEROVERRIDE = 0x004, ///< Wedded partner can override ITR_NOTRADE restriction ITR_NOSELLTONPC = 0x008, ///< Item can't be sold to NPCs ITR_NOCART = 0x010, ///< Item can't be placed in the cart ITR_NOSTORAGE = 0x020, ///< Item can't be placed in the storage ITR_NOGSTORAGE = 0x040, ///< Item can't be placed in the guild storage ITR_NOMAIL = 0x080, ///< Item can't be attached to mail messages ITR_NOAUCTION = 0x100, ///< Item can't be auctioned ITR_ALL = 0x1ff ///< Sum of all the above values};
  21. that would be a nice suggestion to be implemented in default hercules xD
×
×
  • Create New...

Important Information

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