-
Content Count
2178 -
Joined
-
Last visited
-
Days Won
66
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by evilpuncker
-
Cancel Npc-Script in the maps pvp, woe and gvg
evilpuncker replied to OmarAcero's question in Script Support
something like if(getmapflag(strcharinfo(PC_MAP),mf_pvp) || getmapflag(strcharinfo(PC_MAP),mf_gvg)) { end; } -
Ultimate Guild Ranker
evilpuncker replied to Dastgir's topic in PvP, WoE, GvG, & Battleground Releases
lots of places need to be changed... $agitcount = 1; to set $agitcount,1; for(.@ = 0; .@i < getarraysize(blabla); .@i++) to for( set .@i,0; .@i < getarraysize(blabla); set .@i,.@i + 1) and way moreeeeeeee -
File Name: WeeThumbnail File Submitter: evilpuncker File Submitted: 02 Mar 2015 File Category: Client Resources A great tool used to view spr files directly in windows explorer by thumbnails, just run install.bat and enjoy it! Click here to download this file
-
the server will load things from mob_skill_db.sql and mob_db.sql instead of mob_skill_db.txt and mob_db.txt
-
Hercules Ultimate Localization Design
evilpuncker replied to Tio Akima's question in General Server Support
some tips Hercules is still English only and there is not any language (at the date of this post) available besides English to make it in another language you need to generate a pot file and translate it by yourself (that is a lot of job) -
-
We all know that we don't really have many files here in the forum download section and users need to go to others forum in order to download some of them, that is kinda fine, but what if the other forum is offline? So I wanna ask to everyone that like to give back something back to RO community, that we start to import downloads from any other RO related forum to here (with proper credits/permission of course) so users will be able to find all of them in one place instead of the need of searching for hours and hours and ending up into broken links or offline sites! what you can do: upload resources that are laying on your hd that you don't use anymore download from rA/eA and upload here in Hercules stopping being a leech xDD and since this is a call to action thing, lets give some love to yommy so we can get a new client <3 there are hundreds of servers using hercules and earning money, but seems like people doesn't like to give things back lets stop being a moneywh*re guys!!! help this community with a smile
-
can anyone provide any english working pallets
evilpuncker replied to binbinH's question in Client-Side Support
mind trying those: http://kamishi.ragnawork.com/?page_id=75 -
post the script so we can check it...
-
Why Endless Tower MVP's doesn't count as MVP ?
evilpuncker replied to Kusoo's question in General Server Support
mind posting the script that triggers when a mvp dies and give points? -
uow! oh God! excuse me! now it was! got it! thank you very much! now where I can edit the description of these icons? thanks! and thanks evilpuncke! luafiles514/lua files/stateicon/stateiconinfo.lub
-
Then i have to replace 2 line right ? Find : StrBuf->Printf(&buf,"('%d','%s','%llu','%d','%d',",cid,esc_script,bs.tick,bs.flag,bs.type);StrBuf->Printf(&buf, "'%d')", bs.icon); Into : StrBuf->Printf(&buf,"('%d','%s','%"PRId64"','%"PRIu8"','%d','%d')",cid,esc_script,bs.tick,bs.flag,bs.type,bs.icon); humhum, I think its no need to divide into two lines ouch!..forgot to say, PRId64(for thoese who already patched #8) and PRIu64 (for those who dosnt patched #8) will you update the first post with issues fixed? =D
-
Server side's item DB has no text for the items other than a name that goes unused client side. All seeable item information via the client (except its bonuses) are managed on the client side DB. And why translate mob db? when spawning a monster via command it will be translated
-
/stateinfo ?
-
btw if you are accepting suggestions, what about adding a "duration" parameter so we can give auras for a given timer to the users =D
-
Format is@aura id1 id2 id3 Where, id2 and id3 are optional will there be any update to this? Isn't that already implemented? oh sorry I was talking about the latest issues that members posted xD quoted that post wrongly
-
Format is@aura id1 id2 id3 Where, id2 and id3 are optional will there be any update to this?
-
nice one!
-
[Showcase] Night Garden Prontera And Vend
evilpuncker replied to Chemical Crush's topic in Map Showcase
nice one, in-game screens please xD -
just checkout a separated eA, copy your files into it and generate a new diff file with your mods
-
your grf should be load first than any other
-
tentou em branco? tenta 000000, veja que valor está na tabela birthdate no sql, e fale português xD
-
o número que aparece é a linha onde se encontra o erro
-
pelo jeito o problema é no arquivo stateiconinfo_f.lub
-
tenta esse arquivo