Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Gem LVL command

Initiate Mage
Joined
Feb 7, 2009
Messages
2
Reaction score
0
I did That
make

If you use the third parameter with the &make-command you can create certain types of items. If anybody is really bored he can check the AttrCalculate.lua file. The function "Creat_Item_Tattr" defines the special effect. As far as i can see, the following values are possible:

1, 2, 3, 4, 7, 9, 11, 20, 22, 23, 24, 25, 26, 27, 29, 46, 49, 50, 59, 65, 68, 69, 70, 71, **** 102

101 -> Gem Lv1 (pointless)
102 -> Gem Lv2
103-109 -> aren't working on all servers (if it works on yours, it creates Lv3-Lv9 gems)

If 103-109 aren't working on your server you can add them yourself. Open AttrCalculate.lua and search for



Code:
if item_event == 101 thenCode:
Add_Item_Attr ( ITEMATTR_VAL_BaoshiLV , 10 ) --
 
Newbie Spellweaver
Joined
Jan 13, 2009
Messages
7
Reaction score
0
I'm not sure,but you need just a command like that &make ID,Number,level
It will be like this for one BD gem 5 lvl : &make 864,1,105
If you want another lvl - it will be like 101 - first lvl
102 - second ... 109 - last
 
Newbie Spellweaver
Joined
Jan 10, 2009
Messages
57
Reaction score
0
or you dont have to take that stuff you can only do it in the TopCP if you know the gems numbers thats all.l
 
Back
Top