is this working with 3.09? or have u got any "working" version what works for 3.09
is this working with 3.09? or have u got any "working" version what works for 3.09
Hello,
i get an Error when i wanna add an "Waypoint".
Line -1:
Error: Variable used without being declared
If you read the posts it will say that it don't work yet.
That happens when you try to reach an address which is yet not declared.
To the devs:
Solve it by reading the address and assign the used variable BEFORE you use it. twocentstwocentstwocentstwocentstwocentstwocentstwocentstwocentstwocentstwocents twocentstwocentstwocentstwocentstwocentsCode:int health; if (health < restHealth) { //dostuff //declare hp here(which means it tries to reach Health which is currently NULL before it gets the actual hp.) }
NEWS
Im going out of town untill saturday, all questions referred to Personinquestion. I have sent him the script fixes and v0.15 should be out tonight or tomorrow with the
Add waypoint bug
Read if your player is using mana
Peace dudes!
Sry my engl. sucks and maybe I got u wrong...
But how can the Program NOT crash since a NULL isn´t 0?
for example
dim a as boolean
dim b as integer
Do While a < b
'heal rest what ever
Loop
*booom*
Read if your player is using mana-this fix mean it will stand up after eating??)
Will try this out. thanks man
hmmm when i get done with my config.ini then load the "profile.txt" then select check boxes of simple monster search and circle path and what not...
once im done setting that up with wow in max window mode i click start and it goes to WoW window ... then does nothing???
im using game version 3.0.9 any ideas on whats wrong?
Thanks but I did something even more fun :-)
The thing that caused it to rest forever, was:Code:func Rest($Handle, $pBase) ToolTip('Regaining HP and Mana"',0,0) $MaxHealth = _GetMaxHealth($Handle, $pBase) $MaxMana = _GetMaxMana($Handle, $pBase) $HealthPercent = (_GetHealth($Handle, $pBase) / $MaxHealth) * 100 $ManaPercent = (_GetMana($Handle, $pBase) / $MaxMana) * 100 If $ManaPercent == 0 Then $ManaPercent = 100 ;probably doesn't use mana EndIf if $HealthPercent == 0 Then $HealthPercent = 100 ;I think we died EndIf If $ManaPercent < 60 AND $HealthPercent < 60 Then Send($Eat) Send($Drink) Do $ManaPercent = (_GetMana($Handle, $pBase) / $MaxMana) * 100 $HealthPercent = (_GetHealth($Handle, $pBase) / $MaxHealth) * 100 until ($ManaPercent > 89 AND $HealthPercent > 89) EndIf If $ManaPercent < 60 Then Send($Eat) Do $ManaPercent = (_GetMana($Handle, $pBase) / $MaxMana) * 100 until ($ManaPercent > 90) EndIf If $HealthPercent < 60 Then Send($Drink) Do $HealthPercent = (_GetHealth($Handle, $pBase) / $MaxHealth) * 100 until ($HealthPercent > 90) EndIf EndFunc
Code:$MaxMana = _GetMaxHealth($Handle, $pBase) ; D'OH!
Last edited by personinquestion; 05-20-2009 at 12:46 PM.
Three cheers for the mana/hp fix! I would give you rep if I hadn't already gave it to you : (
personinquestion please, make something to get unstucked
I get stucked a lot of times and cant get unstucked
good work
better unstuck is being worked on but right now I would reccomend using only very open areas, and carefully selecting profiles, also @People asking me why it doesn't work with 3.09, you can see in the title that it's made for 3.12, I'm probably not going to create a down graded version, once I clean up the code (probably a week) I'll post it so that you can manually downgrade/upgrade.
I will let it bot for whole next night, reporting back to you in 12 hours : )
I wonder why I am risking an account with level 80 full t7 and stuff druidGuess I am just bored. Also isnt the first ban about 72h by any luck?