-
Content Count
2178 -
Joined
-
Last visited
-
Days Won
66
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by evilpuncker
-
execute the db2sql.bat
-
Added. Link'u Missing the names annie said
-
the still missing part is the separated max amount of characters created and storage cap
-
Sprites and bmp(item/collection) not visible
evilpuncker replied to Bandicoot's question in Client-Side Support
also missing _ before identifiedResourceName = "Luffy_Hat", should be identifiedResourceName = "_Luffy_Hat", -
Remove os seguintes patches: 9, 40, 97 e adicione o patch Use SSO Login Packet e diff novamente e rode o client através do ROCred e veja se dá certo, eu até hoje só consegui me conectar através do ROCred deixo aqui minha patchlist como referência: e meu clientinfo
-
usa <langtype>12</langtype>
-
KRO É a mesma coisa que o data.grf do BRO? O kRO é bem mais atualizado que o bRO, portanto eu aconselho que use a data.grf do kRO pois com certeza o client irá acusar a falta de alguns arquivos necessários que a data do bRO não possui, e quanto ás lua files: https://github.com/ROClientSide/Translation clica em Download ZIP e vai em data/luafiles514
-
Baixe e instale o kRO caso não o tenha: http://www.nickyzai.com/?p=kro Baixe o hexed deste link específico: http://herc.ws/board/topic/3609-2013-12-23c-kro-client-merry-christmas-3/page-2#entry24183 Use o NEMO para diffar o hexed para ele rodar no Hercules: http://herc.ws/board/topic/2905-nemo-client-patcher/
-
post here the whole patch please!
-
same thing
-
Require certain amount of DEX before card affects
evilpuncker replied to Hadeszeus's question in Database Requests
something like this { Id: 4145 AegisName: "Berzebub_Card" Name: "Berzebub Card" Type: 6 Buy: 20 Weight: 10 Loc: 136 Script: <" if(readparam(bDex) > 150 && countitem(4145) > 1) // if dex higher than 150 and card count higher than 1, gives -50 else gives -30 { bonus bVariableCastrate,-50; } bonus bVariableCastrate,-30; ">}, wrote on the fly -
tem sim: http://haru.ws/hercules/itemdbconverter/
-
try this one, I've removed the failure part: http://upaste.me/035e10347b24c4979
-
none but you can wait for ossi0110 to release it: http://herc.ws/board/topic/4198-preview-of-my-new-client-package/
-
use winmerge and look every modified file to see what is being changed and keep your mods
-
working as intended, Abrakadabra skill will always require 1 gem
-
change all "donateshop" to "donateshop1" and so on, using a different number in each npc
-
elas ainda não estão implementadas no hercules
-
we don't, AFAIK
-
update your fluxcp to the latest one! http://herc.ws/board/topic/1901-flux-control-panel-for-hercules/
-
[Duvida] aonde editar o nivel maximo para fun ?
evilpuncker replied to Denyel's question in Suporte ao Servidor
map.h #define MAX_LEVEL 150 e tbm no exp.txt -
try this: http://herc.ws/board/topic/4055-utility-points-to-item-exchanger/
-
Renewal but Stats Calculation is Pre-Renewal
evilpuncker replied to dhaisuke's question in General Server Support
in pc.c search for #ifdef RENEWAL // renewal status point cost formula sp += (low < 100) ? (2 + (low - 1) / 10) : (16 + 4 * ((low - 100) / 5));#else sp += ( 1 + (low + 9) / 10 );#endif and change #ifdef to #ifndef and recompile!