Everything posted by TheSmokie
-
[ToolBox][Vanilla - WOTLK] Many Useful Functions (Custom script)
using frames like that one is everything SINGLE TIME you try go to vender it will run, which can cause problems. use this instead, use overridepulse to go buy stuff from venders. if(wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithNpc(new Vector3(1,1,1), 55 , 1)) // vectors of the npc, npc ID, Gossip { Tool.BuyItem("itemName", Amount); } return true;
-
[ToolBox][Vanilla - WOTLK] Many Useful Functions (Custom script)
Message me your discord and i can sit down with you and help you learn,
-
[ToolBox][Vanilla - WOTLK] Many Useful Functions (Custom script)
first off (ive been learning frames last few days, never use a frame for buying stuff. 2nd there is no wow function itemCount
-
[ToolBox][Vanilla - WOTLK] Many Useful Functions (Custom script)
Your trying to mix c# and lua badly
-
[ToolBox][Vanilla - WOTLK] Many Useful Functions (Custom script)
Can i see the addon your using?
-
[ToolBox][Vanilla - WOTLK] Many Useful Functions (Custom script)
I’d need to see the profile to add help
-
GetTime() problems
Have you tried table each unit buffs / debuffs?
-
[ToolBox][Vanilla - WOTLK] Many Useful Functions (Custom script)
It’s Boolean based so you neeed a return to see if it’s true or false.
-
[ToolBox][Vanilla - WOTLK] Many Useful Functions (Custom script)
return Tool.HasItem("Graccu's Mince Meat Fruitcake") > 0;
-
[ToolBox][Vanilla - WOTLK] Many Useful Functions (Custom script)
The error kinda tells you the problem mate
-
[ToolBox][Vanilla - WOTLK] Many Useful Functions (Custom script)
Add to custom script
-
Bug ingame error - stack overflow
28 Nov 2020 20H49.log.html 28 Nov 2020 20H46.log.html 28 Nov 2020 20H49.log.html
-
Bug ingame error - stack overflow
also my client wrobot keeps freezing and i get disconnected.
-
Vpn
- Bug ingame error - stack overflow
update Completely fresh install of wrobot + wow, i am still getting this error Message: [string "Chuahoe.lua"]:33: stack overflow (table too big to unpack)- Bug ingame error - stack overflow
Downloaded client from Dalaran-wow (was using warmanes client). Update soon!- WOW crash when fighting in BG
Are you using advanced battleground product or normal battleground?- Use different levels of the same skill
public static void CastSpellRank(string spell, int rank) { Lua.LuaDoString("CastSpellByName('" + spell +"(Rank " + rank +")')"); } simple function should work- Bug ingame error - stack overflow
update : still error with a completely fresh install of wrobot. Gonna download a new client.- Bug ingame error - stack overflow
@Droidz- Bug ingame error - stack overflow
i am unable to find the reason i am getting this error, using @Matenia Battleground product and fightclass (PvP), it will freeze the wrobot client, then i lose all night of battleground, reloading works but sometime crashes my client also. Message: [string "Woixidyexua.lua"]:33: stack overflow (table too big to unpack) Time: 11/27/20 19:44:47 Count: 78- (1.12.1) Druid not casting Cat Form
I believe in vanilla cat form is a stance, not a spell, I could be completely wrong.- ClickToMove.CGPlayer_C__ClickToMove(x, y, z, 0, (int)ClickToMoveType.Move, 0);
I was only saying what I’ve used it for,- ClickToMove.CGPlayer_C__ClickToMove(x, y, z, 0, (int)ClickToMoveType.Move, 0);
This is use for vehicles in game.- MovementManager.Go
Your using 2 go to spot, i think this will cause problems, use something like this pathToFollow = PathFinder.FindPath(new Vector3(-5814.899, 650.6406, 94.55161)); but set it to find the npc vectors. - Bug ingame error - stack overflow