Console Command Issue

Philippines

Moderators: waferbaron, Moderators

Forum rules
This server is currently not maintained and tables folder (including connection info) is outdated. Read the wiki for instructions on how to update those information. Please contribute your updated info. Contact Cozzie to join the team as a regular server supporter.
aldon04
Noob
Noob
Posts: 8
Joined: 13 Jun 2012, 10:30
Noob?: Yes

Console Command Issue

#1 Post by aldon04 »

Hi there, anyone can please help me, I want to check the statuses of my char but when i click "s" nothing appears on console. anyone?

and one more thing, when i am vending, when someone uses Dimensional Door on me and Man Hole the vending stopped and my character don't get back to vending, i need to relog it manually so it will auto vend again, ANYONE CAN PLEASE HELP ME HOW TO AUTO RELOG WHEN SOMEONE USES DIMENSIONAL DOOR AND MAN HOLE.

ALL HELPS ARE VERY MUCH APPRECIATED. Thank you!
daggerblade
Plain Yogurt
Plain Yogurt
Posts: 59
Joined: 06 Jun 2010, 22:08
Noob?: No

Re: Console Command Issue

#2 Post by daggerblade »

no idead why s is not working.

Neither why the vending stops

but try this simple macro, just for now.

automacro pickskills {
console /(__here you input any messages when your char is hit by these skills__)/i
call reload
}
macro reload {
do relog
pause 10
do openshop
}

Ill take a look why it could be not working your s or vendig.

One thing, its only with "s" or other commands are bugged? Try the "st" pls
aldon04
Noob
Noob
Posts: 8
Joined: 13 Jun 2012, 10:30
Noob?: Yes

Re: Console Command Issue

#3 Post by aldon04 »

Thanks for the reply Sir Daggerblade.

i tried "st" but its not working too.
"skills", "vl", "pl" are OK when i click it.

and one more thing, how can i check the items that i am selling?

I hope that some will Dimension Door on me because I really don't have any idea what to put on the console, but anyways, i will try it. Can it be separated by comma? I mean, Dimensional Door and Man Hole.

Thank you very much again sir.
aldon04
Noob
Noob
Posts: 8
Joined: 13 Jun 2012, 10:30
Noob?: Yes

Re: Console Command Issue

#4 Post by aldon04 »

bump*
ever_boy_
Developers
Developers
Posts: 308
Joined: 06 Jul 2012, 13:44
Noob?: No

Re: Console Command Issue

#5 Post by ever_boy_ »

aldon04 wrote:I hope that some will Dimension Door on me because I really don't have any idea what to put on the console, but anyways, i will try it. Can it be separated by comma? I mean, Dimensional Door and Man Hole.
console /^Player (.*) is casting (Man Hole|Dimensional Door) on location/


That's just a rough estimative thoug, You need to adjust it to what your console shows;

As for the console command matter, maybe you should reinstall it.
daggerblade
Plain Yogurt
Plain Yogurt
Posts: 59
Joined: 06 Jun 2010, 22:08
Noob?: No

Re: Console Command Issue

#6 Post by daggerblade »

Ive searched as far as i know it can be caused by lag, delaying information such as "i"

What do you mean which items you are selling. Aint it controlled trough items.txt in control?
ever_boy_
Developers
Developers
Posts: 308
Joined: 06 Jul 2012, 13:44
Noob?: No

Re: Console Command Issue

#7 Post by ever_boy_ »

aldon04 wrote:how can i check the items that i am selling?
console command for that is: al
aldon04
Noob
Noob
Posts: 8
Joined: 13 Jun 2012, 10:30
Noob?: Yes

Re: Console Command Issue

#8 Post by aldon04 »

console /^Player (.*) is casting (Man Hole|Dimensional Door) on location/

So i will paste it in my macro?? i can't check the console, if someone used me DD or MH.. Lots of texts is shown in the console, i can't find the word. sorry for the english/grammar.

Thanks for the replies :)
aldon04
Noob
Noob
Posts: 8
Joined: 13 Jun 2012, 10:30
Noob?: Yes

Re: Console Command Issue

#9 Post by aldon04 »

daggerblade wrote:Ive searched as far as i know it can be caused by lag, delaying information such as "i"

What do you mean which items you are selling. Aint it controlled trough items.txt in control?
"al" is the console command, Thanks sir, ever_boy..

the only question is, how can i check my status?
ever_boy_
Developers
Developers
Posts: 308
Joined: 06 Jul 2012, 13:44
Noob?: No

Re: Console Command Issue

#10 Post by ever_boy_ »

aldon04 wrote:console /^Player (.*) is casting (Man Hole|Dimensional Door) on location/

So i will paste it in my macro??
NO!! No copy-pasting at all. This is just a sketch.
I did show you the way, now you should do some research and learn how to make your macros. Check this:
http://wiki.openkore.com/index.php?title=Macro_plugin

Look for console conditions.

And if you can't find exactly what the console line is at the time the skill is cast, you're helpless. Ask someone to cast the desired skill on you, and see what it shows up.
aldon04 wrote:the only question is, how can i check my status?
I've never seen that before, and don't have time to look for it right now, srry.