-
Content Count
2178 -
Joined
-
Last visited
-
Days Won
66
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by evilpuncker
-
my bad then
-
this plugin may help you! it will generate new files based on all your npcs
-
@@hemagx any chance that you are going to update it for us?
-
Ceres control panel compatible with Hercules??
evilpuncker replied to Kuroi_no_MakubeX's question in General Server Support
hercules tables are kinda different so you need to edit your cp to be able to work 100% on it -
this can be easily done by creating a new map zone and blocking the unwanted skill to be cast
-
you could use a pagination system, I've seen several scripts using it in order to avoid this problem, you may want to search for some scripts like that, sorry but I don't have any example and my scripting level is not that advanced lol
-
if you increase it will crash your client lol script.c /* menus beyond this length crash the client (see bugreport:6402) */ if( StrBuf->Length(&buf) >= 2047 ) { struct npc_data * nd = map->id2nd(st->oid); char* menu; CREATE(menu, char, 2048); safestrncpy(menu, StrBuf->Value(&buf), 2047); ShowWarning("NPC Menu too long! (source:%s / length:%d)n",nd?nd->name:"Unknown",StrBuf->Length(&buf)); clif->scriptmenu(sd, st->oid, menu); aFree(menu); } else clif->scriptmenu(sd, st->oid, StrBuf->Value(&buf));
-
because imageshack sux
-
vc pode tentar usar: unittalk strcharinfo(0),"/am"; caso não dê certo vc vai ter q alterar na source, seguindo o exemplo a seguir: sprintf(command, "/kick %s (%d)", status->get_name(target), status->get_class(target));
-
I guess they are hardcoded like that in the client
-
using it will only show the effect, not the actual skill, if you want the skill to work, you may try using unitskillusepos or npcskill commands
-
if you are familiar with plugins I recommend this one: http://herc.ws/board/topic/3977-odin-server-side-manner/
-
that is kinda hard unless you are talking about the client part, because the server side part is kinda complicated depending on how you want the skill to work, since as you can see in source code, each skill is coded differently
-
no demo yet? looking forward to use it on my server
-
most of the changes are in status.c file, under status_calc_*** functions, for example: status_calc_luk if(sc->data[SC_GLORIA]) luk += 30; the code above is responsible for giving the 30 luck bonus from Gloria status now to change sanctuary healing value just search for "hp = (skill_lv>6)?777:skill_lv*100;" in skill.c and change it
-
is your kRO fully updated?
-
great!
-
ele já vem com tradução, basta vc ativar https://github.com/HerculesWS/FluxCP/tree/master/lang
-
I don't have any better idea for its redesign... lets just move it to something like the Lua files structures pseudo code/example: [JobID.Novice] = { Str = { 0, 6, 5, 0, 2, 3, 0, 1, 4, 0 }, Agi = { 0, 6, 5, 0, 2, 3, 0, 1, 4, 0 }, Vit = { 0, 6, 5, 0, 2, 3, 0, 1, 4, 0 }, Int = { 0, 6, 5, 0, 2, 3, 0, 1, 4, 0 }, Dex = { 0, 6, 5, 0, 2, 3, 0, 1, 4, 0 }, Luk = { 0, 6, 5, 0, 2, 3, 0, 1, 4, 0 }}
-
great!! but what about job_db2.txt?
-
try switching to any other graphic setting, like the first one "NVIDIA GeForce GTX 970" and even better use this setup instead
-
check your graphic card settings in setup
-
Help how to remove Demon of the sun, moon and stars
evilpuncker replied to classy5's question in General Server Support
I don't and I don't support getting advantage agains legal players xD -
Help how to remove Demon of the sun, moon and stars
evilpuncker replied to classy5's question in General Server Support
he can get rid off of the blind status in the client side by removing its file or hexing the client in order to achieve it @Mysterious -
RO Patcher Lite, v4.5.0.1340 - last updated 2024/09/21
evilpuncker replied to Ai4rei's topic in Client-Side Releases
great, going to test right now! @edit as you can see in the following image, I can not read the entire message in the title bar, why not add something like the red thing I added?