Search found 10 matches

by gooey
15 Dec 2018, 17:30
Forum: iRO
Topic: xkore3 crashes every map change
Replies: 11
Views: 7568

Re: xkore3 crashes every map change

Xkore 3 only, I think.
I tried Xkore 2 and it seems to be working properly. I do not know about Xkore 1 because I am getting some errors when I tried to run it.

Both for wxstart and start.
by gooey
15 Dec 2018, 08:17
Forum: iRO
Topic: xkore3 crashes every map change
Replies: 11
Views: 7568

xkore3 crashes every map change

Hi. Xkore3 crashes whenever I change map. By change map I mean city to city. Example, from prontera->alberta, from alberta->payon, etc. It does not happen if its within city. e.g. yuno->yuno_fild08, yuno->yuno_in I'm pretty sure my openkore is updated since I just pulled it from the repo Here's the ...
by gooey
31 Aug 2018, 19:46
Forum: iRO
Topic: Issue with chat command (first 2 char not displaying)
Replies: 6
Views: 3346

Re: Issue with chat command (first 2 char not displaying)

Thanks. Tested it just now and its now working.

Another question though. Chat modify command is no longer working? Or this is not updated?

Image
by gooey
29 Aug 2018, 08:19
Forum: iRO
Topic: Issue with chat command (first 2 char not displaying)
Replies: 6
Views: 3346

Re: Issue with chat command (first 2 char not displaying)

Have you checked the chat name in-game? Because I checked mine in-game.

I checked it again today and its still the same....

Image
Image
by gooey
28 Aug 2018, 10:23
Forum: iRO
Topic: Issue with chat command (first 2 char not displaying)
Replies: 6
Views: 3346

Issue with chat command (first 2 char not displaying)

I'm having an issue with the chat command. Not sure if its just me... When I try doing chat create "123", it would only display 3. If its chat create "12", it will reconnect. Basically eating the first 2 chars. Chat modify is not working, I think. The last time I downloaded the file was previous mai...
by gooey
16 Aug 2018, 23:27
Forum: Macro Plugin
Topic: Conditional statement fails
Replies: 4
Views: 3300

Re: Conditional statement fails

I forgot I posted something here. :lol: But anyway, I was able to figure out now what the problem is. The condition becomes true if the jobID has 1 or 7 or anything in there. (e.g. 46 1 4 will be true) So I had separate entry for those "unique" values. Checked the ConfigKey but it looks quite tediou...
by gooey
30 Jul 2018, 00:19
Forum: Macro Plugin
Topic: Conditional statement fails
Replies: 4
Views: 3300

Conditional statement fails

I would like to seek help. My conditional statement is not working. I do not understand why. Code fragment log $.lvl log @eval($::char->{jobID}) if ($.lvl >= "85") { log i1 switch ("@eval($::char->{jobID})") { log i2 case (=~ /1|7|4008|4060|14|4015|4073|5|10|18|4011|4019|4064|4078|2|9|4010|4061|17|4...
by gooey
21 Jul 2018, 07:30
Forum: Macro Plugin
Topic: Setting values of getAuto and its maxAmount using macro
Replies: 2
Views: 2401

Re: Setting values of getAuto and its maxAmount using macro

Ohhh.

So you need _N to call such function
and another _M for parameters

Thank you very much~
by gooey
20 Jul 2018, 22:03
Forum: Macro Plugin
Topic: Setting values of getAuto and its maxAmount using macro
Replies: 2
Views: 2401

Setting values of getAuto and its maxAmount using macro

How to change the value of getAuto (and the likes, i mean those that have multiple arguments in it) using macro?

I usually do the console command (e.g. do conf lockMap prt_fild08) but that does not seem to work.

My goal is to modify the config getAuto maxAmount via macro.