Search found 8 matches

by kejiaweiren
16 Oct 2013, 21:50
Forum: Macro Plugin
Topic: how can i cancel the auto-triggered npc's conversation
Replies: 2
Views: 2256

how can i cancel the auto-triggered npc's conversation

when i enter a map,then the npc's conversation will auto trigger, i just want to move the center of the map
if i don't cancel the conversation,i cannot move,how can i do now?
by kejiaweiren
14 Jul 2013, 05:21
Forum: Macro Plugin
Topic: how can I get my value of char in config.txt
Replies: 1
Views: 1839

how can I get my value of char in config.txt

i want to know how can I get my value of char in config.txt
$config(char) is not available.
by kejiaweiren
05 Jun 2013, 19:08
Forum: Macro Plugin
Topic: how can I create a Vampiric virus
Replies: 1
Views: 1746

how can I create a Vampiric virus

my job is cross,i want create a Vampiric virus
then i exeute the command "do ss 2025 1"
the op log the menu :12713 Vampiric virus
now i wonder how to send 12713 to op to create a Vampiric virus
by kejiaweiren
03 Jun 2013, 00:48
Forum: Macro Plugin
Topic: [guide/help] Macro usefulls
Replies: 23
Views: 109094

Re: [guide/help] Macro usefulls

thank you ,good job
but i also have some questions
for example ,can i get the number of my agi status or other status?
if can ,how?
by kejiaweiren
02 Jun 2013, 08:42
Forum: Macro Plugin
Topic: how can I judge my character's agi<10
Replies: 1
Views: 1582

how can I judge my character's agi<10

i want to write a automacro that can add stat
as statsAddAuto_dontUseBonus doesn't work,so i want to write like that

Code: Select all

automacro addmacro{
#agi <10 condition
call{
do stat_add agi
}
}
i wonder what should I write in "agi <10 condition"?
can someone tell me ?Thank you
by kejiaweiren
02 Jun 2013, 06:51
Forum: Macro Plugin
Topic: [Solved]how to use macro to add a buyAuto
Replies: 2
Views: 2544

Re: how to use macro to add a buyAuto

i'll try to add base in buyAuto
by kejiaweiren
01 Jun 2013, 10:27
Forum: Macro Plugin
Topic: [Solved]how to use macro to add a buyAuto
Replies: 2
Views: 2544

[Solved]how to use macro to add a buyAuto

now i am writing a base1-job50 macro,but i have a problem.
in the config.txt,i know i need write like this

Code: Select all

buyAuto 黃色藥水 {
npc payon 159 96 distance 8  minAmount 5 maxAmount 200}
but now i want use a macro to add this config,
and if can,i also want to update this.
how can I do it?
by kejiaweiren
01 Jun 2013, 10:12
Forum: Macro Plugin
Topic: statsAddAuto_list not worked
Replies: 2
Views: 3158

statsAddAuto_list not worked

Hi,according to API statsAddAuto 1 statsAddAuto_dontUseBonus 0 statsAddAuto_list 50 agi, 30 str i write a macro like this: automacro goBase15{ exclusive 1 run-once 1 call { do statsAddAuto_list 20 agi, 15 str } } but the error log created,it says :unknown command statsAddAuto_list can you help me?th...