kyvin
New Member
Posts: 2
|
Post by kyvin on Sept 22, 2006 10:19:20 GMT -5
I am completely new to Lunar and tried to run a Summoning bot script that was found on this site. From the responses, it seems it working for everyone else. However, all it does for me is cause my character to /heal on, /heal off, /heal on, /heal off repeatedly.
After dicking around, I narrowed the problem down to the variable FFXI.player_GetCurrentMP(). In any script that i write/run this variable is always 0. Yes, zero. I'm a 75smn and have over 1000mp and when i load the script i have full mp. However, when using this simple script:
Windower.console_Write(FFXI.player_GetCurrentMP())
all that appears is "0"
This leads me to believe that the variable and command FFXI.player_GetCurrentMP() is somehow not working for me.
After further dicking around, i found that FFXI.player_GetCurrentHP() also displays 0.
Is there any way i can fix this? Thanks in advance!
|
|
|
Post by greenspot on Sept 22, 2006 19:42:53 GMT -5
unfortunantly, no. The problem is that the offsets currently used are outdated. TinyTerror is the only one who has access to the source code, and therefore the only one who can fx it, and it appears he has abandoned the project, to our dismay. lunar will still work, but none of the memory functions will return ingame data correctly.
|
|