Project: Auto leveling new character

amad
Posts: 26
Joined: Wed Mar 08, 2017 3:09 pm
Has thanked: 6 times

Re: Project: Auto leveling new character

Post by amad » Thu Dec 07, 2017 8:58 am

I have this error when i use poeta.lua : [string "LevellingNewcharacter.lua"]:232: attemp to index global "Framework" (a nil value) how i can solve?@cooco

cooco
VIP
Posts: 218
Joined: Fri Feb 17, 2017 2:01 am
Has thanked: 58 times
Been thanked: 85 times

Re: Project: Auto leveling new character

Post by cooco » Fri Dec 08, 2017 7:44 pm

amad wrote:
Thu Dec 07, 2017 8:58 am
I have this error when i use poeta.lua : [string "LevellingNewcharacter.lua"]:232: attemp to index global "Framework" (a nil value) how i can solve?@cooco
Are you include OfficialGrinderFrameworkMod folder?

amad
Posts: 26
Joined: Wed Mar 08, 2017 3:09 pm
Has thanked: 6 times

Re: Project: Auto leveling new character

Post by amad » Sat Dec 09, 2017 10:45 am

Are you include OfficialGrinderFrameworkMod folder?
I didn't noticed the OfficialGrinderFrameworkMod when i extracted your file :lol:

creatine
Posts: 120
Joined: Wed Jan 18, 2017 4:12 pm
Has thanked: 19 times
Been thanked: 5 times

Re: Project: Auto leveling new character

Post by creatine » Wed Dec 27, 2017 7:26 am

i tried this. only problem that bugged me is it wont use the novice minor potions... so much time wasted to just rest.

clouds12
Posts: 49
Joined: Tue Jan 17, 2017 4:12 am
Has thanked: 20 times
Been thanked: 4 times

Re: Project: Auto leveling new character

Post by clouds12 » Wed Dec 27, 2017 3:00 pm

Try putting this at the end of your class script it might work, I haven't tried it though.

Code: Select all

function Pause( )
	for Inventory in ListIterator( InventoryList:GetList()) do
	-- Check if this is an xp serum.
	if string.find( Inventory:GetName(), "Novice Minor Recovery Potion" ) ~= nil and  Player:GetHealth() < 70 then
		PlayerInput:Inventory( Inventory:GetName());
			return false;
		end
	end
	return true;
end

clouds12
Posts: 49
Joined: Tue Jan 17, 2017 4:12 am
Has thanked: 20 times
Been thanked: 4 times

Re: Project: Auto leveling new character

Post by clouds12 » Sat Jan 13, 2018 6:26 am

anyone having issues with the Scripts since last update? my guys just keep trying to run after they agro mobs inside the instance's.
:(

cooco
VIP
Posts: 218
Joined: Fri Feb 17, 2017 2:01 am
Has thanked: 58 times
Been thanked: 85 times

Re: Project: Auto leveling new character

Post by cooco » Sun Jan 14, 2018 12:10 am

clouds12 wrote:
Sat Jan 13, 2018 6:26 am
anyone having issues with the Scripts since last update? my guys just keep trying to run after they agro mobs inside the instance's.
:(
Actualy i'll not devleop this project enymore.
I'm currently work at a new project and i'll rework this script too.
I notice the issues you are talking, i'm try to fix it .
I'll publish it soon :D

Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest