- Joined
- Jan 3, 2012
- Messages
- 150
- Reaction score
- 10
Well i know alot already know that ,, but i searched most of topics and had to figure it out with some hints , so since i had much help in this forum- there will be people still dont know how to edit items in SMC , well let's start!
First : start your server ,Then go to SR_UserEdit tab,Char Item-
Now just insert your char name .. for me it's Tui and hit Query > SMC will search for it and once it finishs you'll see all items in ur inv. OptLVL is the current + now right click on the item you want to edit and choose Modify Item
Now there will pop up a screen with all data about the item
Opt LVL : is the current + i changed it from +8 to +12 > hit Validate !
Next is Variance .. that's the white stats basicly for getting full 100% stats put this number > 34359738367 < this will get a 100% on all stats on weapons /sets/acc's > Hit Validate !
up right you'll see a clean window , just right click and " Add New" you'll see a window like that
Max opt lvl is the max blue
now Validate , that last window i dont know what's if for =P
Hit Update ,, and relog and here you get a FB / Max stats item
Few tips : to edit the items in SMC the char must be offline from the game server , 2nd as i said make sure the name is the same in DB ... dont use an [] name as of [GM] [Admin] , SMC wont read it ..hope i helped ,
i'll be answering all your questions 
Edit : More options Credits for that goes to metalzombe !
First : start your server ,Then go to SR_UserEdit tab,Char Item-
Now just insert your char name .. for me it's Tui and hit Query > SMC will search for it and once it finishs you'll see all items in ur inv. OptLVL is the current + now right click on the item you want to edit and choose Modify Item
Now there will pop up a screen with all data about the item
Opt LVL : is the current + i changed it from +8 to +12 > hit Validate !
Next is Variance .. that's the white stats basicly for getting full 100% stats put this number > 34359738367 < this will get a 100% on all stats on weapons /sets/acc's > Hit Validate !
up right you'll see a clean window , just right click and " Add New" you'll see a window like that
Max opt lvl is the max blue
now Validate , that last window i dont know what's if for =P
Hit Update ,, and relog and here you get a FB / Max stats item
Few tips : to edit the items in SMC the char must be offline from the game server , 2nd as i said make sure the name is the same in DB ... dont use an [] name as of [GM] [Admin] , SMC wont read it ..hope i helped ,
Edit : More options Credits for that goes to metalzombe !
Some more info
You can edit items when character is online. Just put the item you want in storage close it then edit it once you edit it teleport before you re-open storage and then its done. Other wise it will revert back if you dont teleport.
To make items higher then +12 in SMC
"Thanks to Portal Dark for guide"
Modify three stored procedures
SMC_ADD_ITEM
SMC_EDIT_ITEM
SMC_DEL_ITEM
Find
and replace the 12 with 250Code:if (@OptLvl < 0) set @OptLvl = 0 else if (@OptLvl > 12) set @OptLvl = 12
This will allow you to create items past 12 but only in SMC not in game.
And for character with [GM] in name you can either change name in DB while offline make changes then change it back in DB. Or just create a dummy char on account name it "smcedit" and use it to select the storage.
Last edited:

