05-07-2013, 06:59 PM
(05-07-2013, 06:52 PM)Vinicius Henrique Wrote: Inglish:
Oscar
is to decrease the refiler mp to 300?
how do I do that? and how many mp it back refiler?
if 100 I'll spend 200 and buy 300 + dai would be 400 and so on?
---------------------------------------------------------------------------------
You want to decrease the refiller to 300 mana potions, right?
This is the original withdraw:
Code:
Withdraw (33013 31492 10:268 50 350)
Change it to:
Code:
Withdraw (33013 31492 10:268 50 300)
This is the first original trade:
Code:
Buy (33010 31534 10:268 350)
Change it to:
Code:
Buy (33010 31534 10:268 300)
Quote:and how many mp it back refiler?CAP<150;268<100
That means:
* 150 in cap
* 100 mana potions
Kind regards Oscar