PDA

Ir para Versão Original : fabricar pot de creator [Ajuda]



Akoma
24/01/2008, 2:19:22
estou tentando usar essa macros + a unica coisa q ela faz é gastar as vazilhas de misturas e nao cria a pot compact vermelha


automacro start {
map morocc
call create
run-once 1
}

macro create {
while ( @Inventory (Medicine Bowl) != -1) as condition
do ss 228 10
do send 8E 01 F5 01 00 00 00 00 00 00
end condition
}

desde ja agradeço

solavanque
24/01/2008, 12:42:00
Tenta essa aqui!!!

########################Creator Potion##############################
automacro start {
map map_name pay_fild04
call create
run-once 1
}
macro create {
while ( @Inventory (Medicine Bowl) != -1) as condition
do ss 228 10
do send 8E 01 E0 1B 00 00 00 00 00 00
end condition
}
##### send (code) after invoke "ss 228 10" only ... therefore Kore terminate !
##### Red Potion = 8E 01 F5 01 00 00 00 00 00 00
##### Yellow Potion = 8E 01 F7 01 00 00 00 00 00 00
##### White Potion = 8E 01 F8 01 00 00 00 00 00 00
##### Blue Potion = 8E 01 F9 01 00 00 00 00 00 00
##### Adonyne = 8E 01 5D 02 00 00 00 00 00 00
##### Aloevera = 8E 01 5E 02 00 00 00 00 00 00
##### Red Slim = 8E 01 21 02 00 00 00 00 00 00
##### Yellow Slim = 8E 01 22 02 00 00 00 00 00 00
##### White Slim = 8E 01 23 02 00 00 00 00 00 00
##### Alcohol = 8E 01 CA 03 00 00 00 00 00 00
##### Fire Bottle = 8E 01 DF 1B 00 00 00 00 00 00
##### Acid Bottle = 8E 01 E0 1B 00 00 00 00 00 00
##### Plant Bottle = 8E 01 E1 1B 00 00 00 00 00 00
##### Mine Bottle = 8E 01 E2 1B 00 00 00 00 00 00
##### Coating Wax = 8E 01 E3 1B 00 00 00 00 00 00


é so vc escolher qual codigo da poção!!

Akoma
25/01/2008, 10:41:52
Tenta essa aqui!!!

########################Creator Potion##############################
automacro start {
map map_name pay_fild04
call create
run-once 1
}
macro create {
while ( @Inventory (Medicine Bowl) != -1) as condition
do ss 228 10
do send 8E 01 E0 1B 00 00 00 00 00 00
end condition
}
##### send (code) after invoke "ss 228 10" only ... therefore Kore terminate !
##### Red Potion = 8E 01 F5 01 00 00 00 00 00 00
##### Yellow Potion = 8E 01 F7 01 00 00 00 00 00 00
##### White Potion = 8E 01 F8 01 00 00 00 00 00 00
##### Blue Potion = 8E 01 F9 01 00 00 00 00 00 00
##### Adonyne = 8E 01 5D 02 00 00 00 00 00 00
##### Aloevera = 8E 01 5E 02 00 00 00 00 00 00
##### Red Slim = 8E 01 21 02 00 00 00 00 00 00
##### Yellow Slim = 8E 01 22 02 00 00 00 00 00 00
##### White Slim = 8E 01 23 02 00 00 00 00 00 00
##### Alcohol = 8E 01 CA 03 00 00 00 00 00 00
##### Fire Bottle = 8E 01 DF 1B 00 00 00 00 00 00
##### Acid Bottle = 8E 01 E0 1B 00 00 00 00 00 00
##### Plant Bottle = 8E 01 E1 1B 00 00 00 00 00 00
##### Mine Bottle = 8E 01 E2 1B 00 00 00 00 00 00
##### Coating Wax = 8E 01 E3 1B 00 00 00 00 00 00


é so vc escolher qual codigo da poção!!

vlw amigo nao sei o q pode ta dando erado + inda ele me volta com msg de erro
esses sao os 2 macros q tentei e suas respectivas msg


automacro start {
map lhz_in03
call create
run-once 1
}
macro create {
while ( @Inventory (Medicine Bowl) != -1) as condition
do ss 228 10
do send 8E 01 E0 1B 00 00 00 00 00 00
Red Potion = 8E 01 F5 01 00 00 00 00 00 00
end condition
}
##### send (code) after invoke "ss 228 10" only ... therefore Kore terminate !
##### Red Potion = 8E 01 F5 01 00 00 00 00 00 00

no kore me volta essa msg

Skill Pharmacy cannot be used because your character has no such skill.
[macro] create error: error in 3: syntax error
the line number may be incorrect if you called a sub-macro.


ja se eu uso essa macro

automacro start {
map lhz_in03
call create
run-once 1
}
macro create {
while ( @Inventory (Medicine Bowl) != -1) as condition
do ss 228 10
do send 8E 01 F5 01 00 00 00 00 00 00
end condition
}

me volta essa msg

Skill Pharmacy cannot be used because your character has no such skill.
Item removido do inventário: Medicine Bowl (1) x 1
======Lista de Forja======
545 Condensed Red Potion
56832
=========================
Você usou Pharmacy em si : Nv 10
Item removido do inventário: Medicine Bowl (1) x 1
======Lista de Forja======
545 Condensed Red Potion
56832
=========================

verifico inventario ele so gasta as vasilha de mistura.


espero q possa me ajudar
desde ja agradeço