Weird Bug

07/25/2017 10:02 Yolo143#1
Who else here are having a weird bug regarding the Rates of the server even you've done editing the Eventfunc.lua?

So here's my problem

I've already set my rate into this.


But after I set it like this the rate doesn't change supposed to be when you hit an aibatt or kill an aibatt you will automatically become level 15 because of that rate. but in my case even the rate is 10k then i kill an aibat only 5% exp will be added still on level 1. im just curious how to fix this one :3


Another Weird bug regarding the command

I used the command "/ak" OR "/aroundkill" to kill everything beside me but sometimes the command doesn't work. its just annoying


I hope someone will help me regarding this matter. Thank you in advance guys! More power!
07/25/2017 15:34 Xeylou#2
If you are Not able to Change the EXP create a Event and Set the EXP Factor x10000 ^^ so you have time to find what happens...

What Kind of aroundkill do you use?
0815 or with Specials?
0815 > /aroundkill
Special > /aroundkill (1 Monster 2 Player) (Area x) (Area y) (Area z)
07/25/2017 23:23 Mr.Vendetta#3
Have you tried changing it to a lower rate? Such as 100x. If that works the problem maybe source related.

If 100x doesn't work still let me know and i will help further.
07/26/2017 03:27 Yolo143#4
Quote:
Originally Posted by Mr.Vendetta View Post
Have you tried changing it to a lower rate? Such as 100x. If that works the problem maybe source related.

If 100x doesn't work still let me know and i will help further.
I've tried to and yes its working and also the 10000x working too, im just curious what does it happen sometimes that the rate is not applying? its just weird.
07/26/2017 09:07 Xeylou#5
Quote:
Originally Posted by Yolo143 View Post
I've tried to and yes its working and also the 10000x working too, im just curious what does it happen sometimes that the rate is not applying? its just weird.
What Files are you using?
07/27/2017 06:02 Yolo143#6
Quote:
Originally Posted by Xeylou View Post
What Files are you using?
Honestly I don't know what file I'am using right now lol
07/27/2017 07:41 Xeylou#7
So what Kind of Taskbar do you have?
The old from v1 - v18 or the new (Black/Gold) v19
With Action Slot Rotation and so on^^?
07/27/2017 10:55 Mr.Vendetta#8
Quote:
Originally Posted by Yolo143 View Post
I've tried to and yes its working and also the 10000x working too, im just curious what does it happen sometimes that the rate is not applying? its just weird.
Honestly it sounds like to me that you have a buffer overflow that is causing the rates to sometimes work or sometimes go into negative values.

What i would check is where the rates are being set in the source and see what data type it is, if it is anything but an int or maybe a short i'd change it to an int.

I have done this myself for manipulating the rates for smoother gameplay. but i can't remember the method name. Just look for the .lua function call in the game source itself.
07/27/2017 13:34 Xeylou#9
Quote:
Originally Posted by Mr.Vendetta View Post
Honestly it sounds like to me that you have a buffer overflow that is causing the rates to sometimes work or sometimes go into negative values.

What i would check is where the rates are being set in the source and see what data type it is, if it is anything but an int or maybe a short i'd change it to an int.

I have done this myself for manipulating the rates for smoother gameplay. but i can't remember the method name. Just look for the .lua function call in the game source itself.
Hey Dude...
You really think that he can fix it of he Font know what Files He use..? Some Files have buggs with fixxes online ~#released ...
07/28/2017 02:47 Yolo143#10
I think I know now how to edit it?
what I did is I just edit the rate again then compiled then it appears.
its weird that I always need to compile just to change the rate :3.

anyway thank you guys!!
07/28/2017 03:08 eX.pLos[!]ve#11
Quote:
Originally Posted by Yolo143 View Post
I think I know now how to edit it?
what I did is I just edit the rate again then compiled then it appears.
its weird that I always need to compile just to change the rate :3.

anyway thank you guys!!
Well thats not weird at all, when you change something int he src u obviously have to recompile everything to apply ur changes.. :rtfm:
07/28/2017 03:10 Yolo143#12
Quote:
Originally Posted by eX.pLos[!]ve View Post
Well thats not weird at all, when you change something int he src u obviously have to recompile everything to apply ur changes.. :rtfm:
sorry but changing rates is not located in the source. :)
07/28/2017 13:28 eX.pLos[!]ve#13
Quote:
Originally Posted by Yolo143 View Post
sorry but changing rates is not located in the source. :)
Then you dont have to recompile if u set ur rates in the res lel.