-
Content Count
2178 -
Joined
-
Last visited
-
Days Won
66
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by evilpuncker
-
seems like the files you got are corrupted somehow, try downloading a fresh copy of hercules and compile it
-
vai em pc.c procura por: int pc_maxparameterincrease(struct map_session_data* sd, int type) { int base, final, status_points = sd->status.status_point; base = final = pc->getstat(sd, type); while (final <= pc_maxparameter(sd) && status_points >= 0) {#ifdef RENEWAL // renewal status point cost formula status_points -= (final < 100) ? (2 + (final - 1) / 10) : (16 + 4 * ((final - 100) / 5));#else status_points -= ( 1 + (final + 9) / 10 );#endif final++; } final--; return final > base ? final-base : 0;} altere para: int pc_maxparameterincrease(struct map_session_data* sd, int type) { int base, final, status_points = sd->status.status_point; base = final = pc->getstat(sd, type); while (final <= pc_maxparameter(sd) && status_points >= 0) {#ifndef RENEWAL // renewal status point cost formula status_points -= (final < 100) ? (2 + (final - 1) / 10) : (16 + 4 * ((final - 100) / 5));#else status_points -= ( 1 + (final + 9) / 10 );#endif final++; } final--; return final > base ? final-base : 0;} e recompile
-
show us the errors
-
btw why not fix the script to add the correct count of numbers?
-
glad to have u here <3 thor patcher the best and I'm really excited about your new updates
-
18/10/2013 as file name says?
-
how can i add soul link buffs on this script?
evilpuncker replied to Brynner's question in Script Support
bellow sc_start .@j,240000,.@sum; add the following: if ( .@spirit = .spirit[BaseJob] ); else if ( Upper & 1 && BaseLevel < 70 ) .@spirit = 494; else end; sc_start4 SC_SOULLINK, -1, 5, .@spirit,0,0; and bellow OnInit: add it: .spirit[Job_Alchemist] = 445; .spirit[Job_Monk] = 447; .spirit[Job_Star_Gladiator] = 448; .spirit[Job_Sage] = 449; .spirit[Job_Crusader] = 450; .spirit[Job_SuperNovice] = 451; .spirit[Job_Knight] = 452; .spirit[Job_Wizard] = 453; .spirit[Job_Priest] = 454; .spirit[Job_Bard] = .spirit[Job_Dancer] = 455; .spirit[Job_Rogue] = 456; .spirit[Job_Assassin] = 457; .spirit[Job_Blacksmith] = 458; .spirit[Job_Hunter] = 460; .spirit[Job_Soul_Linker] = 461; @edit btw, why you used 0 for min level? -
post your clientinfo.xml here
-
your clientinfo got the same login ports xd
-
create another account and see if it changes
-
remove your account id from clientinfo.xml
-
Using 2013-05-22Ragexe and 2013-05-22Ragexe.xdiff
evilpuncker replied to phoenix29's question in Client-Side Support
try diffing it with NEMO -
just change it to the one in pre-re folder
-
change the two occurrences of L_check into something else, like L_asds
-
Setting up a new server - Where is Party Share range?
evilpuncker replied to Mazrim's question in General Server Support
this? // Give additional experience bonus per party-member involved on even-share parties (excluding yourself)?// ex. If set to 10, an even-share party of 5 people will receive +40% exp (4 members * 10% exp):// 140% party experience in total, so each member receives 140%/5 = 28% exp (instead of 20%).party_even_share_bonus: 0 -
no.
- 29 replies
-
- point shop
- shop
-
(and 6 more)
Tagged with:
-
eu uso client de 2014 e meus atributos são 600 e funcionam normalmente, não sei qual deve ser o seu problema :/
-
actually using it in linux is even easier: http://herc.ws/wiki/Building_HPM_Plugin_for_gcc so it does work
-
http://herc.ws/board/topic/2615-afk/?p=32284 plugin if you don't mind
-
Web Vending Database (Standalone and FluxCP Addon)
evilpuncker replied to Sanasol's topic in Source Releases
he left us again xD hope he comes back soon, this is a great addon -
comment the line DISABLE_PACKETVER_RE since you are NOT using a RE client i use client date 2013-06-05. thank you update your kRO installation to get those missing files
-
Weird Delay with Condensed white potion.
evilpuncker replied to Shackles's question in General Server Support
maybe it is hardcoded in the client just like foods -
I suggest you to use those: .@atcmd_command$ = The name of the @command used. .@atcmd_parameters$[] = Array containing the given parameters, starting from an index of 0. .@atcmd_numparameters = The number of parameters defined. take this as example
-
try reporting it at bug tracker if you think it is an emulator issue
-
gvg King of Emperium Hill
evilpuncker replied to AnnieRuru's topic in PvP, WoE, GvG, & Battleground Releases
try to find the difference between the two diffs and update the rA one