alchemy stone rate

05/03/2015 16:58 Maddona#1
!! i want to edit alchemy stone rate ?! any idea ?
05/03/2015 22:33 NotEvenMad#2
Same as elixirs I believe.
05/03/2015 23:07 Maddona#3
Quote:
Originally Posted by NotEvenMad View Post
Same as elixirs I believe.
NAH U WRONG :D another guide i edited it before but i don't remember ! exactly
05/03/2015 23:46 NotEvenMad#4
Quote:
Originally Posted by Maddona View Post
NAH U WRONG :D another guide i edited it before but i don't remember ! exactly
I believe its in the Param from RefObjItem
05/03/2015 23:49 ​Exo#5
It's Param4 @_RefObjItem

PHP Code:
UPDATE  _RefObjItem
SET       Param4 
=  100      --//Rate here
WHERE  ID --//Stone Link 
05/03/2015 23:51 NotEvenMad#6
Quote:
Originally Posted by ​Exo View Post
It's Param4 @_RefObjItem

PHP Code:
UPDATE  _RefObjItem
SET       Param4 
=  100      --//Rate here
WHERE  ID --//Stone Link 
He prolly gonna say NO U WRONG, I was right......

Derp.
05/03/2015 23:51 ​Exo#7
If I remember right.
Code:
//Rates
1 = 1%
2 = 2%
[....]
50 = 50%
100 = 100%
--etc
05/04/2015 00:13 Maddona#8
thnx guys