Search found 521 matches

by ZZZZZ
Sat May 17, 2014 2:44 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: rock5's "fastLogin Revisited"
Replies: 914
Views: 316869

Re: rock5's "fastLogin Revisited"

if IsLastChar() then killClient() error("Client killed. Stopping bot") end You would use that before calling LoginNextChar() or ChangeChar(). You could also use the variable built into LoginNextChar: Quit_Game = "true" LoginNextChar() loadProfile() line 202 of LoginNextChar if n...
by ZZZZZ
Fri May 16, 2014 6:37 am
Forum: Runes of Magic
Topic: Check battlefield
Replies: 4
Views: 1652

Re: Check battlefield

>.< lol...well that explains that, yeh it returned 8 as it should. I tried RoMScript at first and i got an 'invalid command' error so that's why i tried RoMCode.

Oh i did

Code: Select all

print("RoMScript('BATTLE_GROUND_QUEUE_COUNTER()')")
thinking it was a function xD No wonder it failed lol
by ZZZZZ
Fri May 16, 2014 6:19 am
Forum: Runes of Magic
Topic: Check battlefield
Replies: 4
Views: 1652

Re: Check battlefield

Code: Select all

Command> RoMCode('a = BATTLE_GROUND_QUEUE_COUNTER'); print(a)
93
prints 93....ingame you get a value of 8 O.o
by ZZZZZ
Fri May 16, 2014 4:04 am
Forum: Runes of Magic
Topic: Planting rewards
Replies: 0
Views: 3538

Planting rewards

-- never mind, post can be deleted
by ZZZZZ
Thu May 15, 2014 6:50 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Automatic 'login' script
Replies: 181
Views: 68606

Re: Automatic 'login' script

Oh right, I completely missed what you ment by "start in" box haha, I was thinking more something in the batch file, even though there is no box :oops: 1 other thing, can you set channel that it enters using the batch file? I want to make it uses math.random(3) so they don't all log in on ...
by ZZZZZ
Thu May 15, 2014 8:08 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Automatic 'login' script
Replies: 181
Views: 68606

Re: Automatic 'login' script

Try filling in the "Start in" box with the rom folder. Wasn't sure if that would screw up how it starts lol. Guess i'll just change all my batch files to this instead: START E:/micromacro/micromacro.exe "E:/micromacro/scripts/rom/login.lua" acc:67 char:2 client:rombot path:Path
by ZZZZZ
Thu May 15, 2014 7:03 am
Forum: RoM Bot revision notes
Topic: 774 Changelog
Replies: 42
Views: 15334

Re: 774 Changelog

DailyNotes is actually a table so now it actually returns the table and it's probably complex enough that it causes some error Holy crap. You got that right lol, I tried a simple print(RoMScript("DailyNotes")). Took agesssss to do anything, but when it did it was a massive wall of text wh...
by ZZZZZ
Thu May 15, 2014 5:37 am
Forum: RoM Bot revision notes
Topic: 774 Changelog
Replies: 42
Views: 15334

Re: 774 Changelog

function DailyNotesActivate(questid); if RoMScript("DailyNotes") then local realm = string.match((RoMScript("GetCurrentRealm()") or ""),"(%w*)$") or "" local realmset = RoMScript("(DN_Options_Of_Char."..realm.." ~= nil)") if real...
by ZZZZZ
Thu May 15, 2014 4:13 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Automatic 'login' script
Replies: 181
Views: 68606

Re: Automatic 'login' script

How would I go about making Task Scheduler run the batch file to start client/mm? When I make it run it currently I get this error:
Task Scheduler error.jpg
When I run that exact same batch file manually it works as expected.
by ZZZZZ
Thu May 15, 2014 3:17 am
Forum: RoM Bot revision notes
Topic: 774 Changelog
Replies: 42
Views: 15334

Re: 774 Changelog

Um ok, I am getting some odd error messages since the revision too, this is just running the same daily/mini loop that I have for months, nothing has changed. It sits there for up to a minute or 2, then prints what seems to be a random error then continues. [string "return {List_Item_OnEnter=&q...
by ZZZZZ
Thu May 15, 2014 1:25 am
Forum: RoM Bot revision notes
Topic: 774 Changelog
Replies: 42
Views: 15334

Re: 774 Changelog

Yeh that is working now with the skill.lua change (sorry for late reply, downloaded it then went afk lol).
by ZZZZZ
Wed May 14, 2014 10:18 pm
Forum: RoM Bot revision notes
Topic: 774 Changelog
Replies: 42
Views: 15334

Re: 774 Changelog

Nope same deal, i'll grab my old database file and see if that works still. Edit - Even that returned false....idk whats going on now :( -- Ok its definitely to do with database.lua. Used my rev. 773 rombot and it worked fine, replaced the database.lua with the rev. 774 and it returned false. -- ook...
by ZZZZZ
Wed May 14, 2014 9:46 pm
Forum: RoM Bot revision notes
Topic: 774 Changelog
Replies: 42
Views: 15334

Re: 774 Changelog

Ran this function: function ZZtestt() for i,v in pairs(settings.profile.skills) do if v.Target == STARGET_PARTY then print(v.Name .. " = party buff") else print(v.Name .. " is not a party buff") end end end This was the result: Type in 'q' (without quotes) to quit. Command> ZZtes...
by ZZZZZ
Wed May 14, 2014 9:39 pm
Forum: RoM Bot revision notes
Topic: 774 Changelog
Replies: 42
Views: 15334

Re: 774 Changelog

Uhh now im lost....something broke with that revision. if _skill.Available and _skill.Type == STYPE_BUFF and _skill.BuffName ~= "" and _skill.Target == STARGET_PARTY then That now returns negative where as before with the exact same buffs it was all true and hence worked how I wanted it to...
by ZZZZZ
Wed May 14, 2014 8:33 am
Forum: RoM Bot revision notes
Topic: 774 Changelog
Replies: 42
Views: 15334

Re: 774 Changelog

Just to make sure, the range of the 'party' skills didn't need to be changed from 0 to 100 did they?
by ZZZZZ
Wed May 14, 2014 7:41 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Ultra Model files
Replies: 157
Views: 56726

Re: Rock5's Ultra Model files

Just checked for the tosh bugs myself. There is only 1 'model' of the bug. The different size variations must be determined at a different location, wouldn't have a clue where that is though. So basically if you want to change the model of the bugs, you'll have the change the big ones as well as the...
by ZZZZZ
Wed May 14, 2014 6:54 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Ultra Model files
Replies: 157
Views: 56726

Re: Rock5's Ultra Model files

Most things are not named the same in rom's fdb files. The files related to the weapon 'Moving Trap', 2-h hammer from Sardo are called '2h_hammer27_050_npc.ros' and 'act_2h_hammer27_mob-sardo.ros' for example. Just use Process Monitor to find out what their game names are (at least that's what I do,...
by ZZZZZ
Wed May 14, 2014 2:39 am
Forum: Runes of Magic
Topic: interrupting heals
Replies: 52
Views: 9099

Re: interrupting heals

Hm... wouldn't it make sense to cast Recover as a hot when you loose a bit of health and not cast it multiple times while the buff is still running so you don't waste the hot part, then if you're heal goes even lower use Restore Life for it's faster health boost? Restore Life is still the same cast...
by ZZZZZ
Tue May 13, 2014 11:11 pm
Forum: Runes of Magic
Topic: interrupting heals
Replies: 52
Views: 9099

Re: interrupting heals

Well its not the 'only' heal, they do have DRUID_RESTORE_LIFE but Recover with it's hot is superior. And it's also a general skill, meaning that characters with druid as secondary can depend on it to keep them up.
by ZZZZZ
Tue May 13, 2014 11:06 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Siege buff bot
Replies: 65
Views: 15988

Re: Siege buff bot

Well I thought I had post my changes to the SiegeBuffs() function but apparently I didn't... Simply changed it so it doesn't look as bot like, and in turn made it work faster anyway. It only targets and checks buffs on players that run within 100 range of the char. Once they are buffed it adds them ...