Page 19 of 53

Re: Version 7.4.0.2897 progress

Posted: Sat Mar 28, 2020 4:59 pm
by Andre235
Sasuke wrote: Sat Mar 28, 2020 12:18 pm
Andre235 wrote: Thu Mar 26, 2020 10:28 am The createpath works, but gives sometime a distance error when it starts
i start command rom/createpath profile:default
but not work for me with this error:
2020-03-28 18:17:54 - scripts\rom/createpath.lua:91: bad argument #2 to 'memoryReadUIntPtr' (number expected, got nil)
this error is not specific. try to create a profile to your player. seems, that the bot has no information for the variables in this error

Re: Version 7.4.0.2897 progress

Posted: Sun Mar 29, 2020 5:32 am
by Sasuke
i don't understand why,cause default profile was update with bot directly....
I noticed, for example, that when I start a waypoint already done, my character continues to use a skill, both the priest and the warden.
and also where can i find new profile?are all preconfigurated .xml for this

Re: Version 7.4.0.2897 progress

Posted: Sun Mar 29, 2020 3:14 pm
by derlias
Have anyone a working waypoint for the Quest Silence her (Chupura) from Sofie Paichu in Xaviera.

My waypoint work but after 10-15 minutes i get so much error.

rom/functions.lua:1627: bad argument #1 to 'memoryReadBytePtr' ((null))
/micromacro/scripts/rom/functions.lua:2130:
/micromacro/scripts/rom/functions.lua:2012:

Re: Version 7.4.0.2897 progress

Posted: Sun Mar 29, 2020 7:47 pm
by Uniden65
So I take it the bot NO longer works …? Iam back to play again after yeats of being gone but I cant get the bot running with 7.4.0.2904

Help please from anyone …

Re: Version 7.4.0.2897 progress

Posted: Sun Mar 29, 2020 10:06 pm
by Administrator
CDWriter wrote: Sun Mar 29, 2020 7:47 pm So I take it the bot NO longer works …? Iam back to play again after yeats of being gone but I cant get the bot running with 7.4.0.2904

Help please from anyone …
Currently working for me. I just pushed up a commit to git earlier today.
Big thanks to Andre235 for providing tons of fixes!

Re: Version 7.4.0.2897 progress

Posted: Mon Mar 30, 2020 10:47 pm
by Uniden65
Since all the svn is down where is the Git pull location ? i have looked on your site still have not found it ...

Yeah thanks found it in Source....gitupdate.lua

Re: Version 7.4.0.2897 progress

Posted: Tue Mar 31, 2020 1:34 am
by Andre235
Look at the first post in this Thread

Re: Version 7.4.0.2897 progress

Posted: Tue Mar 31, 2020 9:15 am
by Uniden65
They dont have a Addon to Just delete Junk in your bag as you pick it up ....... If anyone does that works with the new Version of runes let me know plz

Re: Version 7.4.0.2897 progress

Posted: Tue Mar 31, 2020 11:09 am
by ThulsaDoom
Administrator wrote: Sun Mar 29, 2020 10:06 pm
CDWriter wrote: Sun Mar 29, 2020 7:47 pm So I take it the bot NO longer works …? Iam back to play again after yeats of being gone but I cant get the bot running with 7.4.0.2904

Help please from anyone …
Currently working for me. I just pushed up a commit to git earlier today.
Big thanks to Andre235 for providing tons of fixes!
Since last update, RoMBot crash with large number of accounts at same time.
Runs smoothly with two accounts, but with six, after few minutes the Runes window freezes, without any information in the MicroMacro window which remains with the last executed instruction.

I don't know if only happens to me.

Re: Version 7.4.0.2897 progress

Posted: Tue Mar 31, 2020 12:04 pm
by Uniden65
RomBot you need to use the defualt on all you characters ... but again yes there is times where it just stops and does nothing ... like example below


Image


Not sure if this is Addresses our not, but it works great any other time ...

Ok after doing a few TEST if you turn LOOTing off it all works great and follow paths ..... Since all of the Profiles have changed a lot over time could someone post here what options are there, This is what i have in my profile

Code: Select all

LOOT
LOOT_ALL
LOOT_IN_COMBAT
LOOT_DISTANCE
LOOT_PAUSE_AFTER
LOOT_SIGILS
SIGILS_IGNORE_LIST
LOOT_JUMPING
LOOT_AGAIN
LOOT_TIME
		
I think there is too much or not enough here ... these are are dependent on Add-ons also that dont work ... So if you Know for sure where i dont have to go thru all the lua code please post what is correct.... More testing if you had a addon to pick up everything but delete the junk after the bot work work 100%, if it leaving anything behind it get stuck and will not let go of the last npc killed unless you manually point it to another npc...

Re: Version 7.4.0.2897 progress

Posted: Tue Mar 31, 2020 2:37 pm
by Ego95
With Andrés fixed files, the bot ran very reliable but since I redownloaded the whole updated project from git all of my characters are getting an error after a few minutes.

Code: Select all

2020-03-31 21:29:07 - ...207/scripts/rom-bot-version7.4.0.2897/classes/player.lua:146: attempt to perform arithmetic on local 'playerAddress' (a nil value)
Sometimes also something I believe with an hotkeyTable.

Re: Version 7.4.0.2897 progress

Posted: Tue Mar 31, 2020 2:56 pm
by Andre235
I have the same problem, three clients crashing at the same time. You can use my pre-updated rom-bot, if you have problems with the latest update. Actually I try to find out what it is and how to fix it. But it’s really difficult. :oops:

Re: Version 7.4.0.2897 progress

Posted: Tue Mar 31, 2020 4:18 pm
by Uniden65
dont use Address update its bugged, use this one addresses.lua

Code: Select all

addresses = {
	--== speedhack addresses ==--
	speedhack = {
		mounted = 0x7c,
		pawn_speed = 0x40,
		speed = {
		    	base = 0x601A00,
			offset = 0x1498,
		},
	},
	--== speedhack addresses end ==--
	
	--== this must be a link between the quest-text and the id ==--
	questGroup_offset = 0x4F0,
	--===========================================================--

	--== fixed the casting bar but i'm not sure, that the "player.casting" is completely fixed ==--
	castingBarPtr = 0xA61D20,
	castingBar_offset = 0xC,
	--===========================================================================================--

	--== trying to fix the partyDPS (no success) ==--
	partyIconList_base = 0xA63528,
	partyIconList_offset = 0xC,
	partyLeader_address = 0xA27240,
	partyMemberList_address = 0xA647B0,
	--=============================================--
	
	client_exe_module_start = 0x400000,
	game_time = 0x602F70,
	in_game = 0x65F608,
	zone_id = 0x65A268,
	buff_count = 0x6041C0,
	channel = {
		base = 0x6621A0,
		id = 0x4c4,
	},
	class_info = {
		base = 0x60D600,
		size = 0x430,
		level = 0x28,
		tp = 0x10
	},
	crafting = {
		base = 0x603c0c,
	},
	code_mod = {
		freeze_target = {
			base = 0x5F324F,
			original_code = string.char(0x56, 0x8B, 0xCD, 0xE8, 0x79, 0x41, 0x2A, 0x00),
			replace_code = string.char(0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90),
		},
		
		freeze_mousepos = { --the bot works stable with it, but something must be wrong
			base = 0x230594,
			original_code = string.char(0x89, 0x8E, 0xB4, 0x03, 0x00, 0x00, 0x89, 0x86, 0xB8, 0x03, 0x00, 0x00),
			replace_code = string.char(0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90),
		},
		freeze_mousepos2 = { --the bot works stable with it, but something must be wrong
			base = 0x22FDEA,
			original_code = string.char(0x89, 0x86, 0xB8, 0x03, 0x00, 0x00),
			replace_code = string.char(0x90, 0x90, 0x90, 0x90, 0x90, 0x90),
		},
		swimhack = {
            		base = 0x4D519,
			original_code = string.char(0xC7, 0x83, 0xB4, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00),
			replace_code = string.char(0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90),
		},
	},
	exp_table = 0x65A324,
	psi = 0x607B18,
	global_cooldown = 0x6049A0,
	actionbar = {
		base = 0x661C24,
		slot = {
			size = 0x14,
			type = 0x0,
			id = 0x4,
		},
		bar1_start = 0x12cc
	},
	game_root = {
		base = 0x6019B4,
		gold = 0x6154C4,
		mouseover_object_ptr = 0x75c,
		player_actual_speed = 0x790,
		ping = 0x7c0,
		input = {
			movement = 0xAAC,
		},
		camera = {
			base = 0x47C,
			distance = 0x2e8,
			x = 0x104,
			y = 0x108,
			z = 0x10C,
			focus_x = 0x110,
			focus_y = 0x114,
			focus_z = 0x118,
		},
		camdistance = {0x454, 0x244},
		player = {
			base = 0x5a8,
		},
		combat_status = 0x74a,
		pawn = { -- These can apply to a player, monster, NPC, etc..
			id = 0x14,
			type = 0x18,
			name_ptr = 0x294,
			guid = 0x20,
			x = 0x28,
			y = 0x2c,
			z = 0x30,
			rotation_x = 0x34,
			rotation_y = 0x38,
			rotation_z = 0x3c,
			fading = 0x68,
			harvesting = 0x164,
			speed = 0x1f0,
			stance = 0x228,
			cast_full_time = 0x260,
			cast_time = 0x264,
			target = 0x278,
			owner_ptr = 0x280,
			pet_ptr = 0x284,
			hp = 0x2d4,
			previous_hp = 0x2dc,
			alive_flag = 0x2d7,
			max_hp = 0x2e4,
			energy1 = 0x2e8,
			max_energy1 = 0x2ec,
			energy2 = 0x2f0,
			max_energy2 = 0x2f4,
			class1 = 0x310,
			level = 0x314,
			class2 = 0x318,
			level2 = 0x320,
			race = 0x328,
			lootable_flags = 0x3a0,
			attackable_flags = 0x39c,
			mounted = 0x3fa,
			swimming = {
				base = 0xf0,
				swimming = 0xb4
			},
			buffs = {
				array_start = 0x26c,
				array_end = 0x270,
				buff = {
					size = 0x54,
					time_remaining = 0x30,
					id = 0x20,
					level = 0x44,
				},
			},
		},
	},
	macro = {
		base = 0x66348C,
		size = 0x508,
		id = 0x10,
		icon = 0x14,
		name = 0x18,
		content = 0x118
	},
	hotkey = {
        	base = 0x663338,
		list = 0x28,
		name = 0x4,
		hotkey1 = 0x54,
		modifier1 = 0x56,
		hotkey2 = 0x58,
		modifier2 = 0x5a
	},
	loading = {
		base = 0x663448,
		offsets = {0x18, 0x1C},
	},
	skill = {
		level = 0xc,
		tp_to_level = 0x8,
		uses = 0xc0,
		max_level = 0xf4,
		aoe_flag = 0xa4,
		as_level = 0x18,
		attack_flag = 0xb4,
		buff_flag = 0xec,
		cast_time = 0xf4,
		class = 0x304,
		remaining_cooldown = 0xe4,
		cooldown = 0xe8,
		effect_start = 0x188,
		item_set_as_level = 0x328,
		passive_flag = 0x94,
		range_aoe = 0xa0,
		target_type = 0x98,
		range = 0x9c,
		required_effect_flag = 0xd0,
		required_effect = 0xd4,
		required_effect_start = 0x190,
		self_buff_flag = 0xe0,
		type_flag1 = 0xf0,
		type_flag2 = 0x2fe,
		type_flag3 = 0x2ff,
		type_flag4 = 0x314,
		type_flag5 = 0x315,
		type_flag6 = 0xba,
		type_flag7 = 0x300,
		type_flag8 = 0xe4,
		type_flag9 = 0x274,
	},
	cooldowns = {
		base = 0x602F78,
		array_start = 0x1A2C,
	},
	skillbook = {
        	base = 0x66487C,
		tab_start = 0x0,
		tab_end = 0x4,
		tabinfo_size = 0x20,
		skill = {
			size = 0x4c,
			id = 0x0,
			name = 0x24,
			tp_to_level = 0x8,
			level = 0xc,
			as_level = 0x18,
		},
	},
	itemset_skills = {
		base = 0x621560,
	},
	memdatabase = {
		base = 0x629B3c,
		offset = 0xD4,
		branch = {
			size = 0x8CA0,
			info_size = 0x24,
			itemset_address = 0x18,
			itemset_size = 0x8C7B,
		},
		skill = {
			uses = 0xC0,
			usesnum = 0xC4,
			level = 0x98,
		},
	},
	item = {
		card_or_npc_id = 0x364,
		recipe_id = 0xF0,
		name = 0xC,
		count = 0x10,
		max_stack = 0x1C,
		max_durability = 0x15,
		durability = 0x18,
		in_use = 0x1c,
		bound_status = 0x40,
		value = 0x34,
		flags = 0x28,
		range = 0x18C,
		required_level = 0x58,
		type = 0x78,
		quality = 0x40,
		tier = 0x16,
		stats = 0x20,
		flags = 0x28,
		real_id = 0x98,
		cooldown = 0x8E,
		
	},
	equipment = {
		base = 0x6035F0, --(scout skills are fixed)
	},
	bank = {
		base = 0x6154D0,
		open = {
			--base = 0x660C5C,
            		base = 0x661C64,
			offset = 0x10,
		},
		rent = {
			base = 0x608FF0,
		},
		guild = {
			base = 0x664A2C,
		},
	},
	inventory = {
		base = 0x6124f0,
		bag_ids = {
			base = 0x61C3C4,
		},
		rent = {
			base = 0x608FC8,
		},
	},
	cursor = {
		base = 0x663314,
		item = {
			id = 0x10,
			bag_id = 0x14,
			location = 0xC,
		},
	},
	object_list = {
		base = 0x664DEC,
		size = 0x664DE8,
	},
	input_box = {
		base = 0x661B18, -- fixes UMM
		offsets = {0xc, 0x9a4},
	},
	text = {
		base = 0x625B14,
		start_addr = 0x268,
		end_addr = 0x26C,
	},
	mouse = {
		base = 0x62B9BC, -- maybe 0x62B9B4????????? (related the codemod problem?)
		x = 0x8C,
		y = 0x90,
		x_in_window = {0xC, 0x3B4},
		y_in_window = {0xC, 0x3B8},
	},
}
So far it all works great iam picking up everything and leaving Sigils it confused the bot if you have them on...

I also have notice that the bot does not know some of the skills any more so if you add the

Code: Select all

 key="VK_4" modifier=""  
after skills like this

Code: Select all

		<skill name="SCOUT_JOINT_BLOW"   		hotkey="MACRO" priority="60" key="VK_4" modifier=""  />
and then add in the correct key # all skills work great .....

Re: Version 7.4.0.2897 progress

Posted: Wed Apr 01, 2020 2:10 am
by Onche
CDWriter wrote: Tue Mar 31, 2020 4:18 pm dont use Address update its bugged, use this one addresses.lua

Code: Select all

addresses = {
	--== speedhack addresses ==--
	speedhack = {
		mounted = 0x7c,
		pawn_speed = 0x40,
		speed = {
		    	base = 0x601A00,
			offset = 0x1498,
		},
	},
	--== speedhack addresses end ==--
	
	--== this must be a link between the quest-text and the id ==--
	questGroup_offset = 0x4F0,
	--===========================================================--

	--== fixed the casting bar but i'm not sure, that the "player.casting" is completely fixed ==--
	castingBarPtr = 0xA61D20,
	castingBar_offset = 0xC,
	--===========================================================================================--

	--== trying to fix the partyDPS (no success) ==--
	partyIconList_base = 0xA63528,
	partyIconList_offset = 0xC,
	partyLeader_address = 0xA27240,
	partyMemberList_address = 0xA647B0,
	--=============================================--
	
	client_exe_module_start = 0x400000,
	game_time = 0x602F70,
	in_game = 0x65F608,
	zone_id = 0x65A268,
	buff_count = 0x6041C0,
	channel = {
		base = 0x6621A0,
		id = 0x4c4,
	},
	class_info = {
		base = 0x60D600,
		size = 0x430,
		level = 0x28,
		tp = 0x10
	},
	crafting = {
		base = 0x603c0c,
	},
	code_mod = {
		freeze_target = {
			base = 0x5F324F,
			original_code = string.char(0x56, 0x8B, 0xCD, 0xE8, 0x79, 0x41, 0x2A, 0x00),
			replace_code = string.char(0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90),
		},
		
		freeze_mousepos = { --the bot works stable with it, but something must be wrong
			base = 0x230594,
			original_code = string.char(0x89, 0x8E, 0xB4, 0x03, 0x00, 0x00, 0x89, 0x86, 0xB8, 0x03, 0x00, 0x00),
			replace_code = string.char(0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90),
		},
		freeze_mousepos2 = { --the bot works stable with it, but something must be wrong
			base = 0x22FDEA,
			original_code = string.char(0x89, 0x86, 0xB8, 0x03, 0x00, 0x00),
			replace_code = string.char(0x90, 0x90, 0x90, 0x90, 0x90, 0x90),
		},
		swimhack = {
            		base = 0x4D519,
			original_code = string.char(0xC7, 0x83, 0xB4, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00),
			replace_code = string.char(0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90),
		},
	},
	exp_table = 0x65A324,
	psi = 0x607B18,
	global_cooldown = 0x6049A0,
	actionbar = {
		base = 0x661C24,
		slot = {
			size = 0x14,
			type = 0x0,
			id = 0x4,
		},
		bar1_start = 0x12cc
	},
	game_root = {
		base = 0x6019B4,
		gold = 0x6154C4,
		mouseover_object_ptr = 0x75c,
		player_actual_speed = 0x790,
		ping = 0x7c0,
		input = {
			movement = 0xAAC,
		},
		camera = {
			base = 0x47C,
			distance = 0x2e8,
			x = 0x104,
			y = 0x108,
			z = 0x10C,
			focus_x = 0x110,
			focus_y = 0x114,
			focus_z = 0x118,
		},
		camdistance = {0x454, 0x244},
		player = {
			base = 0x5a8,
		},
		combat_status = 0x74a,
		pawn = { -- These can apply to a player, monster, NPC, etc..
			id = 0x14,
			type = 0x18,
			name_ptr = 0x294,
			guid = 0x20,
			x = 0x28,
			y = 0x2c,
			z = 0x30,
			rotation_x = 0x34,
			rotation_y = 0x38,
			rotation_z = 0x3c,
			fading = 0x68,
			harvesting = 0x164,
			speed = 0x1f0,
			stance = 0x228,
			cast_full_time = 0x260,
			cast_time = 0x264,
			target = 0x278,
			owner_ptr = 0x280,
			pet_ptr = 0x284,
			hp = 0x2d4,
			previous_hp = 0x2dc,
			alive_flag = 0x2d7,
			max_hp = 0x2e4,
			energy1 = 0x2e8,
			max_energy1 = 0x2ec,
			energy2 = 0x2f0,
			max_energy2 = 0x2f4,
			class1 = 0x310,
			level = 0x314,
			class2 = 0x318,
			level2 = 0x320,
			race = 0x328,
			lootable_flags = 0x3a0,
			attackable_flags = 0x39c,
			mounted = 0x3fa,
			swimming = {
				base = 0xf0,
				swimming = 0xb4
			},
			buffs = {
				array_start = 0x26c,
				array_end = 0x270,
				buff = {
					size = 0x54,
					time_remaining = 0x30,
					id = 0x20,
					level = 0x44,
				},
			},
		},
	},
	macro = {
		base = 0x66348C,
		size = 0x508,
		id = 0x10,
		icon = 0x14,
		name = 0x18,
		content = 0x118
	},
	hotkey = {
        	base = 0x663338,
		list = 0x28,
		name = 0x4,
		hotkey1 = 0x54,
		modifier1 = 0x56,
		hotkey2 = 0x58,
		modifier2 = 0x5a
	},
	loading = {
		base = 0x663448,
		offsets = {0x18, 0x1C},
	},
	skill = {
		level = 0xc,
		tp_to_level = 0x8,
		uses = 0xc0,
		max_level = 0xf4,
		aoe_flag = 0xa4,
		as_level = 0x18,
		attack_flag = 0xb4,
		buff_flag = 0xec,
		cast_time = 0xf4,
		class = 0x304,
		remaining_cooldown = 0xe4,
		cooldown = 0xe8,
		effect_start = 0x188,
		item_set_as_level = 0x328,
		passive_flag = 0x94,
		range_aoe = 0xa0,
		target_type = 0x98,
		range = 0x9c,
		required_effect_flag = 0xd0,
		required_effect = 0xd4,
		required_effect_start = 0x190,
		self_buff_flag = 0xe0,
		type_flag1 = 0xf0,
		type_flag2 = 0x2fe,
		type_flag3 = 0x2ff,
		type_flag4 = 0x314,
		type_flag5 = 0x315,
		type_flag6 = 0xba,
		type_flag7 = 0x300,
		type_flag8 = 0xe4,
		type_flag9 = 0x274,
	},
	cooldowns = {
		base = 0x602F78,
		array_start = 0x1A2C,
	},
	skillbook = {
        	base = 0x66487C,
		tab_start = 0x0,
		tab_end = 0x4,
		tabinfo_size = 0x20,
		skill = {
			size = 0x4c,
			id = 0x0,
			name = 0x24,
			tp_to_level = 0x8,
			level = 0xc,
			as_level = 0x18,
		},
	},
	itemset_skills = {
		base = 0x621560,
	},
	memdatabase = {
		base = 0x629B3c,
		offset = 0xD4,
		branch = {
			size = 0x8CA0,
			info_size = 0x24,
			itemset_address = 0x18,
			itemset_size = 0x8C7B,
		},
		skill = {
			uses = 0xC0,
			usesnum = 0xC4,
			level = 0x98,
		},
	},
	item = {
		card_or_npc_id = 0x364,
		recipe_id = 0xF0,
		name = 0xC,
		count = 0x10,
		max_stack = 0x1C,
		max_durability = 0x15,
		durability = 0x18,
		in_use = 0x1c,
		bound_status = 0x40,
		value = 0x34,
		flags = 0x28,
		range = 0x18C,
		required_level = 0x58,
		type = 0x78,
		quality = 0x40,
		tier = 0x16,
		stats = 0x20,
		flags = 0x28,
		real_id = 0x98,
		cooldown = 0x8E,
		
	},
	equipment = {
		base = 0x6035F0, --(scout skills are fixed)
	},
	bank = {
		base = 0x6154D0,
		open = {
			--base = 0x660C5C,
            		base = 0x661C64,
			offset = 0x10,
		},
		rent = {
			base = 0x608FF0,
		},
		guild = {
			base = 0x664A2C,
		},
	},
	inventory = {
		base = 0x6124f0,
		bag_ids = {
			base = 0x61C3C4,
		},
		rent = {
			base = 0x608FC8,
		},
	},
	cursor = {
		base = 0x663314,
		item = {
			id = 0x10,
			bag_id = 0x14,
			location = 0xC,
		},
	},
	object_list = {
		base = 0x664DEC,
		size = 0x664DE8,
	},
	input_box = {
		base = 0x661B18, -- fixes UMM
		offsets = {0xc, 0x9a4},
	},
	text = {
		base = 0x625B14,
		start_addr = 0x268,
		end_addr = 0x26C,
	},
	mouse = {
		base = 0x62B9BC, -- maybe 0x62B9B4????????? (related the codemod problem?)
		x = 0x8C,
		y = 0x90,
		x_in_window = {0xC, 0x3B4},
		y_in_window = {0xC, 0x3B8},
	},
}
So far it all works great iam picking up everything and leaving Sigils it confused the bot if you have them on...

I also have notice that the bot does not know some of the skills any more so if you add the

Code: Select all

 key="VK_4" modifier=""  
after skills like this

Code: Select all

		<skill name="SCOUT_JOINT_BLOW"   		hotkey="MACRO" priority="60" key="VK_4" modifier=""  />
and then add in the correct key # all skills work great .....
But this one addresses.lua you're sharing is actually the one you get from downloading latest Administrator update right ?

I'd like to see what has been changed on Administrator rom bot compared to last files Andre shared, but I can't find time to check all the files :cry:

Re: Version 7.4.0.2897 progress

Posted: Wed Apr 01, 2020 9:59 am
by Uniden65
Use them dont use them just trying to help others here ....

Re: Version 7.4.0.2897 progress

Posted: Wed Apr 01, 2020 11:09 am
by ThulsaDoom
ThulsaDoom wrote: Tue Mar 31, 2020 11:09 am
Administrator wrote: Sun Mar 29, 2020 10:06 pm
CDWriter wrote: Sun Mar 29, 2020 7:47 pm So I take it the bot NO longer works …? Iam back to play again after yeats of being gone but I cant get the bot running with 7.4.0.2904

Help please from anyone …
Currently working for me. I just pushed up a commit to git earlier today.
Big thanks to Andre235 for providing tons of fixes!
Since last update, RoMBot crash with large number of accounts at same time.
Runs smoothly with two accounts, but with six, after few minutes the Runes window freezes, without any information in the MicroMacro window which remains with the last executed instruction.

I don't know if only happens to me.

Code: Select all

2020-04-01 18:06:23 - .../Documents/micromacro/scripts/rom/classes/objectlist.lua:15: bad argument #1 to 'memoryReadUInt' ((null))
This is the error on MicroMacro, after client,crash

Re: Version 7.4.0.2897 progress

Posted: Wed Apr 01, 2020 2:10 pm
by Uniden65
here try the one iam using ... works great ...i removed all the profiles but Defualt ... iam sure you can figure it out

https://mega.nz/#!NhcDnC4T!qHjUfrkV9yQb ... TFBJDzmYbI

Re: Version 7.4.0.2897 progress

Posted: Wed Apr 01, 2020 2:25 pm
by Onche
CDWriter wrote: Wed Apr 01, 2020 9:59 am Use them dont use them just trying to help others here ....
I think you misunderstood me. I'm trying to understand which address update you're talking when saying :
You said "Don't
CDWriter wrote: Tue Mar 31, 2020 4:18 pm dont use Address update its bugged

Re: Version 7.4.0.2897 progress

Posted: Wed Apr 01, 2020 2:28 pm
by Onche
CDWriter wrote: Wed Apr 01, 2020 2:10 pm here try the one iam using ... works great ...i removed all the profiles but Defualt ... iam sure you can figure it out

https://mega.nz/#!NhcDnC4T!qHjUfrkV9yQb ... TFBJDzmYbI
Okey thank you, I'll take a look at it !

Re: Version 7.4.0.2897 progress

Posted: Wed Apr 01, 2020 4:11 pm
by Uniden65
fixaddresses.bat <-- its bugged and will not update adresses is what i was talking about ....