How to add excellent item in shop

Status
Not open for further replies.
Joined
Aug 13, 2009
Messages
3
Reaction score
0
Hi everyone, I'm Gunnar. And i need your help, ok :D

I watch some video about MU Online at youtube.com, and i see their server's shop has an excellent item.

[ame="http://www.youtube.com/watch?v=yKE6cd-CDiI"]YouTube - Excellents Items in Mu Online Shops[/ame]

Watch this and teach me how to add an excellent items to the shop(i'm tired for 1 week to find the code :|)

So help me please :( (i depend all to you, thank you so much:) ).
 
Last edited:
heres a sample

Code:
    1     3     9     255     1     1     7     127    //Tomahawk
    0     0     9     255     1     1     7     127    //Short Sword
    0     3     9     255     1     1     7     127    //Katana
    0     1     9     255     1     1     7     127    //Kris
    0     2     9     255     1     1     7     127    //Rapier
    0     4     9     255     1     1     7     127    //Sword Of Assassin
    0     6     9     255     1     1     7     127    //Gladius
    0     5     9     255     1     1     7     127    //Blade
    0     22    9     255      1     1     7     127   //boneblade
end
COLUMNS
1st - item index
2nd - item number
3rd - item level
4th - item durability
5th - items with skills
6th - items with luck
7th - item option
8th - item exc option


hope it helps
 
Upvote 0
heres a sample

Code:
    1     3     9     255     1     1     7     127    //Tomahawk
    0     0     9     255     1     1     7     127    //Short Sword
    0     3     9     255     1     1     7     127    //Katana
    0     1     9     255     1     1     7     127    //Kris
    0     2     9     255     1     1     7     127    //Rapier
    0     4     9     255     1     1     7     127    //Sword Of Assassin
    0     6     9     255     1     1     7     127    //Gladius
    0     5     9     255     1     1     7     127    //Blade
    0     22    9     255      1     1     7     127   //boneblade
end
COLUMNS
1st - item index
2nd - item number
3rd - item level
4th - item durability
5th - items with skills
6th - items with luck
7th - item option
8th - item exc option


hope it helps

Thanks for your help :D, it can use for 1.02d?
 
Last edited:
Upvote 0
i just tested it on SCF season 4 files :/:
 
Upvote 0
Status
Not open for further replies.
Back