Search found 283 matches

by kenzu38
Tue Oct 06, 2015 6:05 am
Forum: Runes of Magic
Topic: Yellow Message in center screen
Replies: 7
Views: 4397

Re: Yellow Message in center screen

Like I said in this post, they're warning messages so you use getLastWarning to monitor them. Like rock said though, they can also be alerts, in which case you use getLastAlert.
by kenzu38
Mon Oct 05, 2015 7:11 am
Forum: Runes of Magic
Topic: Undefined Player.Class1
Replies: 12
Views: 3878

Re: Undefined Player.Class1

How about adding a wait til a proper class is defined? And maybe add in a timeout.
by kenzu38
Mon Oct 05, 2015 7:05 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Juice Festival - Server For A Day
Replies: 33
Views: 21820

Re: Juice Festival - Server For A Day

Hmm, google searched it and it seems that quest has Varanas and Logar version. Didn't see that one yet. Will take a look at it later and see if I can figure it out. Since there's a quest for it in Varanas, I will add it later to the waypoints I posted.
by kenzu38
Mon Oct 05, 2015 6:56 am
Forum: RoM general
Topic: DailyNotes Not Working?
Replies: 10
Views: 6298

Re: DailyNotes Not Working?

Well... I don't know how long ago you are talking about but for some time now the limit on the length of returned data from RoMScipt has been removed, thanks to me. :D It used to be 256 characters or thereabouts. Because of this I also implemented the ability to return tables. Before it would retur...
by kenzu38
Sun Oct 04, 2015 7:17 am
Forum: RoM general
Topic: DailyNotes Not Working?
Replies: 10
Views: 6298

Re: DailyNotes Not Working?

1 is easy. RoMScript("DailyNotes") returns the whole table which might be huge. You only need to know if it exists. So try this instead. if RoMScript("DailyNotes~=nil") then Yeah, I already did that. But I still wanna know why it's now taking such a long time to create a table w...
by kenzu38
Sat Oct 03, 2015 12:47 pm
Forum: Runes of Magic
Topic: Undefined Player.Class1
Replies: 12
Views: 3878

Re: Undefined Player.Class1

Experienced this earlier today as well. And I remember experiencing like 2-3 few years ago quite a number of times when I was new to botting.

Seems like it happens when I relog tons of chars using the same client.
by kenzu38
Sat Oct 03, 2015 12:36 pm
Forum: RoM general
Topic: inanimate targets?
Replies: 3
Views: 2323

Re: inanimate targets?

Yeah, I think so. If the game allows you to heal it manually then yeah you can automate it with bot.
by kenzu38
Sat Oct 03, 2015 12:28 pm
Forum: RoM general
Topic: DailyNotes Not Working?
Replies: 10
Views: 6298

Re: DailyNotes Not Working?

It would help if you said what was happening. Well, the original plan was to try and fix it myself. But it turns out I can't so now I'm gonna post the problems I encountered so far and see if anyone has an idea how to fix it: 1.) seems like it's having trouble creating the table DailyNotes. I have ...
by kenzu38
Fri Oct 02, 2015 7:49 pm
Forum: RoM general
Topic: DailyNotes Not Working?
Replies: 10
Views: 6298

Re: DailyNotes Not Working?

Damn, I probably have some corrupted files then. I already tried resetting savevariables but it still doesn't work properly.
by kenzu38
Fri Oct 02, 2015 7:47 pm
Forum: RoM general
Topic: inanimate targets?
Replies: 3
Views: 2323

Re: inanimate targets?

Looked quickly into party.lua. Seems like you can add things manually to the table of things to heal. Have a look at it. In your party.lua file look at PartyTable() function, adding these table.insert() lines after the for loop will probably do the trick: table.insert(partymemberName,#partymemberNam...
by kenzu38
Fri Oct 02, 2015 7:35 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Juice Festival - Server For A Day
Replies: 33
Views: 21820

Re: Juice Festival - Server For A Day

Just posted my version, which is the Varanas one. I remember earlier you were asking how to limit the script run so here it is: repeat until getLastWarning("|cfffff266game over!|r",10) or getLastWarning("|cfffff266current points: 31",10) You only need 31 points for maximum reward.
by kenzu38
Fri Oct 02, 2015 7:26 pm
Forum: Runes of Magic
Topic: Juice Festival, Crazy Bartender quest
Replies: 15
Views: 4766

Re: Juice Festival, Crazy Bartender quest

Hmm, made a wp of this quest coz I saw this thread earlier and wanted to help out. I just posted it in the userfunctions section. And then I go to this thread again to inform you that I already made one and it turns out you've already made one as well, heh. Anyway, my approach to this was simple and...
by kenzu38
Fri Oct 02, 2015 7:01 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Juice Festival Varanas Waypoints
Replies: 3
Views: 2594

Juice Festival Varanas Waypoints

Just completed these WPs. Ran fine with 8 characters so far. You guys can stress test it for me and let me know if something's not working well. Run CrazyBartender first, and it automatically loads ServerForADay after it completes. Notice: Since I've had a couple of PMs already and read some posts a...
by kenzu38
Fri Oct 02, 2015 7:46 am
Forum: RoM general
Topic: DailyNotes Not Working?
Replies: 10
Views: 6298

DailyNotes Not Working?

I downloaded the Aug 29 build and it doesn't seem to work properly for me. Is anyone else having problems with their DailyNotes addon or is it just me? EDIT: Btw, I know it's still not updated for the latest official server patch but I'm just making sure it's the same for everyone and not just me ha...
by kenzu38
Fri Oct 02, 2015 7:43 am
Forum: RoM general
Topic: What Is The Best Daily In The New Zone?
Replies: 2
Views: 1870

Re: What Is The Best Daily In The New Zone?

I only play on official US servers so the new zone for me is the Splitwater Coast.
by kenzu38
Fri Oct 02, 2015 5:52 am
Forum: Runes of Magic
Topic: is target in party?
Replies: 3
Views: 1516

Re: is target in party?

Or this function. You just have to get the name of your target.

EDIT: Yep, just tested.

This works:

Code: Select all

local name = player:getTarget().Name; 
if name ~= "<UNKNOWN>" and RoMScript("InPartyByName('..name..')") then
by kenzu38
Fri Oct 02, 2015 5:34 am
Forum: Upcoming games
Topic: Black Desert
Replies: 4
Views: 9624

Re: Black Desert

So the question is in how far is BD different from ArcheAge ? Not by a lot. Especially if you played ArcheAge, you probably won't find anything new. They look the same, I mean the theme is the same, medieval. So to me the character designs seem so similar. Those who played both games already mostly...
by kenzu38
Fri Oct 02, 2015 4:55 am
Forum: RoM general
Topic: What Is The Best Daily In The New Zone?
Replies: 2
Views: 1870

What Is The Best Daily In The New Zone?

Planning to make my main which I stopped leveling around 2 years ago. So I have a lot of levels to catch up to.

Just wanna know if anyone here knows the fastest daily in the new zone. Can't be bothered questing all the way to cap. I'll just bot the daily with resets.
by kenzu38
Fri Oct 02, 2015 4:49 am
Forum: RoM general
Topic: About Server Merge
Replies: 9
Views: 4281

Re: About Server Merge

So, seems like merge is happening after all. Was surprised when I read the US forums earlier that they plan to do it next month. At least now I can stop the monthly alarm I set to remind me to check the forums for news about the merge, heh. So far I know those AC who don't log in will be deleted aft...
by kenzu38
Wed Jul 15, 2015 4:48 am
Forum: Upcoming games
Topic: Black Desert
Replies: 4
Views: 9624

Black Desert

Black Desert Official Site Black Desert Gameplay Just wanted to let people know about this game. I've been anticipating it since last year. It kinda has an Archeage feel to it. Pity Archeage launch was disappointing but I'm optimistic that this game will not follow the same path. The projected NA r...