Hello, i have added the core side for more levels in aCis, but i want now mobs to have more xp, i changed the values to high ones, but as i saw the server atm only has max integer value as i presume, i changed to double, i have no errors in the server side, but still now i don't get any xp gain.
EXAMPLE:
Normal xp mob gives: 1033874.0 exp value in the server (added logs raw from template)
From the custom value: 6.203244E7
(<set name="exp" val="457010162"/> i want to add something this big.. )
Thanks!
P.s Tried to change in Attackable.java and NpcTemplate ( changed to double values)
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
I'm just testing the extender) I couldn't find any critical issues.
I found my own error due to which the autoloot function was not active:
just a syntax error, case-sensitive. You can't use a capital letter in the Myext.ini settings.
AutoLootMobDrop = true. (parameter true must necessarily be with a lowercase letter)
DISCORD :
utchiha_market
telegram :
https://t.me/utchiha_market
SELLIX STORE :
https://utchihamkt.mysellix.io/
Join our server for more products :
https://discord.gg/hood-services
https://campsite.bio/utchihaamkt
Question
domis045
Hello, i have added the core side for more levels in aCis, but i want now mobs to have more xp, i changed the values to high ones, but as i saw the server atm only has max integer value as i presume, i changed to double, i have no errors in the server side, but still now i don't get any xp gain.
EXAMPLE:
Normal xp mob gives: 1033874.0 exp value in the server (added logs raw from template)
From the custom value: 6.203244E7
(<set name="exp" val="457010162"/> i want to add something this big.. )
Thanks!
P.s Tried to change in Attackable.java and NpcTemplate ( changed to double values)
Any help apreciated! :)
0 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.
Note: Your post will require moderator approval before it will be visible.