Vince Jimenez Posted April 22, 2015 Posted April 22, 2015 hi guys i'm using eAmod Emulator,And i have a problem, or i need a help i'll try to put an bonus bAllstats,5; on costume item but once player wear a costume item allstats+5 is not working?Pleas help! Quote
Terrinigma Posted April 22, 2015 Posted April 22, 2015 (edited) Post the item script for the specific item and also what client version you are using please. Also eAmod, isn't directly supported here as most don't have access to the changes to code involved. It's a separate project. Edited April 22, 2015 by Terrinigma Quote
Vince Jimenez Posted April 22, 2015 Author Posted April 22, 2015 5377,Antique_Pipe,Gentleman's Pipe,5,20,,100,,0,,0,0xFFFFFFFF,7,2,4096,,0,0,383,{ bonus bAllStats,3; bonus2 bSubRace,RC_DemiHuman,2; },{},{} the red color is not working the green color si lower costumesi'm eamod #define PACKETVER 20100728 Quote
Terrinigma Posted April 22, 2015 Posted April 22, 2015 (edited) OH! Can't believe I didn't see this. Hey you can't add random capital letters to scripts for bonus's. The client won't read them properly 5377,Antique_Pipe,Gentleman's Pipe,5,20,,100,,0,,0,0xFFFFFFFF,7,2,4096,,0,0,383,{ bonus bAllstats,3; bonus2 bSubRace,RC_DemiHuman,2; },{},{} That S can't be capitalized "bAllstats,3;". in fact any bonus you write that way, won't work properly. Check doc/item_bonus for more information on proper formatting! Edited April 22, 2015 by Terrinigma 2 Quote
Sehrentos Posted April 22, 2015 Posted April 22, 2015 (edited) And you could use custom database editors made by users or rathena syntax highlight for text editors. Edited April 29, 2015 by Sehrentos Quote
Question
Vince Jimenez
hi guys i'm using eAmod Emulator,
And i have a problem, or i need a help
i'll try to put an bonus bAllstats,5; on costume item but once player wear a costume item allstats+5 is not working?
Pleas help!
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.