All Activity
- Past hour
-
is there a way to fix the lightmaps? normally u have to use: http://nemo.herc.ws/patches/IncreaseMapQuality/ this patch. EDIT: okay got it! look for this 6A 00 6A 00 6A 01 8D 85 FC FF FB FF B9 54 41 22 and change it to: 6A 00 6A 00 6A 04 8D 85 FC FF FB FF B9 54 41 22 means 01 to 04
- Today
-
So I found the line of code : clif_changelook(&sd->bl,LOOK_BODY2,0); inside PC.CPP instead of battle.hpp. So basically, edit the line of code to : clif_changelook(&sd->bl,LOOK_BODY2,sd->status.body); and then recompile rAthena again, is that correct?
-
try checking in conf/battle/skill.conf there are settings for traps
-
Item_Enchant.yml Allow perfect enchants on every enchant
GiovanT replied to Dragonis1701's question in Scripting Support
u need to change .yml and client side -
obrigado pela informação
-
obrigado pela informação
-
So I applied the patch, and they're still showing me novices. I manually patched battle.hpp because int is now int32. Is there something I'm missing? Edit: Solved it. I need to change clif_changelook(&sd->bl,LOOK_BODY2,0); to clif_changelook(&sd->bl,LOOK_BODY2,sd->status.body);
-
Hello do you have rental card only? once you put it on your item it will automatically remove even if it is compounded on item
-
Hello everyone im having a problem regarding ankle snare skill the trap effect only triggers 5 cell or more so basically they can walk around 1-5 traps before they stop here is the sample picture
-
i dont understand can you explain this image? but i think this still refers to MAX WEIGHT as 20000 is the DEFAULT MAX WEIGHT what im looking or asking for is the initial weight or default weight not the default max weight thanks
- Yesterday
-
-
Took a look at the client and I'm very suprised at how good everything works. after what feels like ages of client drought you brought us a nice gift, thanks skylove! Those anyone know a hex edit to increase max hairstyles? currently capped at 42
-
The client is actually supported pretty well by rAthena except for a few minor things like not having the Zero Style Dialogue, which is probably just a package problem that could be converted from hercules by hand if you wanted. Other than a few translation things I haven't had any problems so far. (Expect for the BGM part now lol). TL;DR dont really wanna use hercules because I quite like rAthena.
-
isnt zero client are not supported by rAthena ? Maybe can try with other emulator that support zero client.
-
Hi Guys, which one is working? thank you.
-
Hey, dont know how many people use a zero client but I recently realized that it wont let me change the current bgm with an npc script. I tried playbgm, playbgmall and a lot of different varieties of naming them. Nothing ever happens. If I switch onto a normal client it works completely fine and only the zero client doesnt. maybe anyone encountered this problem before?
-
-
Yes just diff by manual.
-
do it manually. It works for me
-
-
then just place back the default file from the git.
-
Is there any way to increase the default weight per character in the new rA git - Jobs: Lord_Knight: true High_Priest: true High_Wizard: true Whitesmith: true Sniper: true Assassin_Cross: true Lord_Knight2: true Paladin: true Champion: true Professor: true Stalker: true Creator: true Clown: true Gypsy: true Paladin2: true Gunslinger: true Ninja: true Star_Gladiator: true Star_Gladiator2: true Soul_Linker: true MaxBaseLevel: 255 MaxWeight: 50000 //This is just to increase the MAX weight of the character not the DEFAULT weight anyone can help thanks adding itemscript to add weight just add max weight also same goes with gym pass
-
no estoy seguro si esta es la solucion, pero creo que debes poner en el programa con el que haces tu cliente algo asi.
-
Thank sir
-
WARP Patches that work i've tested: Enable effect for all maps Increase map quality