-
Content Count
2178 -
Joined
-
Last visited
-
Days Won
66
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by evilpuncker
-
Please help im making my own server
evilpuncker replied to classy5's question in General Server Support
@@classy5 go to System/itemInfo.lua and edit it easier than setting up a server xd -
Please help im making my own server
evilpuncker replied to classy5's question in General Server Support
tell us which patches you have applied to your hexed -
Please help im making my own server
evilpuncker replied to classy5's question in General Server Support
conf/battle/client.conf packet_obfuscation: 1 -
any plan to make it a hercules plugin as well?
- 18 replies
-
Please help im making my own server
evilpuncker replied to classy5's question in General Server Support
why is your account id "1"? how did you created it? -
Please help im making my own server
evilpuncker replied to classy5's question in General Server Support
tell us the patch list that you applied to your client and have you modified your mmo.h PACKET_VER to 20131223? -
Please help im making my own server
evilpuncker replied to classy5's question in General Server Support
@@classy5 don't diff your client with any of the following: add custom jobs, add custom homunculus, add custom shield -
@@Yoh Asakura trader npc are normal shop npcs, therefore they will display item images as well, they act just like a normal shop, but they use the currency you set them to.
-
that is almost exactly of what the script does: prontera,153,152,1 trader TestCustom2 952,{ OnInit: tradertype(NST_CUSTOM); sellitem Red_Potion; end; /* allows currency to be Red_Potion */OnCountFunds: setcurrency(countitem(Red_Potion)); end;/* receives @price (total cost) */OnPayFunds: if( countitem(Red_Potion) < @price ) end; delitem Red_Potion,@price; purchaseok(); end;}
-
maybe some custom script that you use might be missing a zeny check, or maybe there is any item being sold over the value? it can be really too many thing
-
make a script that exchanges the vote table into any account bound variable and use our awesome trader thing and for v4p I'd recommend this one
-
Please help im making my own server
evilpuncker replied to classy5's question in General Server Support
yes, now see if you can log in -
or 4th: just forget it
-
Please help im making my own server
evilpuncker replied to classy5's question in General Server Support
for the sql error: either import the log.sql file as you did with main.sql, or go to conf/logs.conf and set the 'sql_logs' option to 'no' -
qual client vc tá usando? qual a data vc tá usando no mmo.h?
-
indeed lots of unfinished (and awesome) things by @@Ind will be lost :'( Haru was working on H.E.R.C too, it is not lost, although unfinished i think I was referring to hercules stress test server tho, since I still don't have idea of what h.e.r.c will do
-
Anyone Can help me to fix lv255/120 LV?
evilpuncker replied to jirokiel's question in Source Support
@@jirokiel it was moved to common/mmo.h -
just use the default one from hercules and remove dungeon lvls
-
indeed lots of unfinished (and awesome) things by @@Ind will be lost :'(
-
let it "null" then?
-
Vote for Points that if the player voted.
evilpuncker replied to Fou-lu's question in Website Support
I guess this is not possible unless voting website provides an API to make it possible. -
there is no way to make it automatically I guess, and for the hp/sp problem just generate a new one with this
-
the best thing you could do was setting up a private repository for your server and then pushing each hercules update to it, what simply happened now is that when you update it will just replaced your files (that you have edited I guess) with the new ones, and about the hp thing, read here.
-
Please help im making my own server
evilpuncker replied to classy5's question in General Server Support
@@classy5 if you follow this link, then you don't need to install xampp/wamp/etc