-
Content Count
2178 -
Joined
-
Last visited
-
Days Won
66
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by evilpuncker
-
http://herc.ws/board/topic/9070-src-error/#entry53473
-
make sure that your hercules is fully updated
-
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
-
you don't need exp2.txt, hercules default exp.txt already supports up to 1000
-
http://haru.ws/hercules/itemdbconverter/ or http://herc.ws/board/topic/8264-item-db-converter/
-
add to indoorrswtable.txt
-
How to reduce effect of the skill "Spirit Mercenary"
evilpuncker replied to Tutti's question in Database Support
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 -
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/
-
can you be more specific? which BG are you talking about?
-
in the html/css file
-
Would you like to remove this npc to mount the item "Rein"
evilpuncker replied to Tutti's question in Script Support
if you want to check if player is using cash mount use hascashmount() command -
Thor Patcher with Rotating Slider 2.0 Dev Blaze
evilpuncker replied to * Blaze *'s topic in Other Graphic Releases
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 -
Thor Patcher with Rotating Slider 2.0 Dev Blaze
evilpuncker replied to * Blaze *'s topic in Other Graphic Releases
why not provide latest version of patcher? we are at 2.6.4.7 already -
oh nvm then, sorry I misunderstood the entire topic xD
-
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:
-
make it a script command as well!!!
- 36 replies
-
- lootarea
- loot by area
-
(and 1 more)
Tagged with:
-
no it is not, you need to remove every unwanted feature/npc manually
-
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
-
se tiver uma graninha no paypal considere efetuar uma pequena doação aqui http://www.yomrawr.com/ para a comunidade ter um client novo
-
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;
-
palettes and hair styles are two different things, you need to add each hair style before trying to use them
-
/** * 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};
-
Take more damage from a skill when item is equipped
evilpuncker replied to prism's question in Script Support
that would be a nice suggestion to be implemented in default hercules xD -
Erro ao atacar monstros (Mapas Novos)
evilpuncker replied to vitorvhm3's question in Suporte ao Cliente
atualiza seu kRO/bRO e lua files