- Joined
- Apr 8, 2008
- Messages
- 2,465
- Reaction score
- 11,167
Part 1: Locating the GM Shop
First, have this in mind:
shop0.txt = Hans the Blacksmith = 251
shop1.txt = Bar Lorencia = 255
shop2.txt = Pasi The Wizard = 254
shop3.txt = Peddler (N00b area) = 250
shop4.txt = Peddler (Far to the north) = 248
shop5.txt = Potion Girl = 253
shop6.txt = Bar Davias = 244
shop7.txt = Wizard Shop Davias = 245
shop8.txt = Weapon/Armor Shop Davias = 246
shop9.txt = Yoda-Looking Dude In Noria XD = 243
shop10.txt = Elf Lala = 242
The bold number is the number for that NPC used in monster.txt and monstersetbase.txt.
Find, in monstersetbase.txt, all the entries starting with the NPC number you chose.
Eg. You chose Hans? You found these lines (EXAMPLE, REMEMBER!!!)
You erase one of them. In the other line, the one you didn't delete, you put coords of somewhere nobody can get to, only you, by warping. Example:
That would be some weird black spot in the middle of nowhere in Stadium, 251 being the monster code, 6 being the map number, 250 250 being the coords, the other two numbers being something you shouldnt tamper with .
Ok, that done, you have set the position of the "GM Shop" and made sure nobody can get to it, and there are no duplicates of the shop. Of course, you could always make 2 gm shops in different locations.
Part 2:
now add this ins shop4.txt
DO NOT DELETE THE LAST LINE (end)
Without this line, the Gameserver will give you errors. That's all
First, have this in mind:
shop0.txt = Hans the Blacksmith = 251
shop1.txt = Bar Lorencia = 255
shop2.txt = Pasi The Wizard = 254
shop3.txt = Peddler (N00b area) = 250
shop4.txt = Peddler (Far to the north) = 248
shop5.txt = Potion Girl = 253
shop6.txt = Bar Davias = 244
shop7.txt = Wizard Shop Davias = 245
shop8.txt = Weapon/Armor Shop Davias = 246
shop9.txt = Yoda-Looking Dude In Noria XD = 243
shop10.txt = Elf Lala = 242
The bold number is the number for that NPC used in monster.txt and monstersetbase.txt.
Find, in monstersetbase.txt, all the entries starting with the NPC number you chose.
Eg. You chose Hans? You found these lines (EXAMPLE, REMEMBER!!!)
Code:
248 0 0 116 141 3
248 0 0 123 126 3
Code:
248 6 0 250 250 0
Ok, that done, you have set the position of the "GM Shop" and made sure nobody can get to it, and there are no duplicates of the shop. Of course, you could always make 2 gm shops in different locations.
Part 2:
now add this ins shop4.txt
Code:
//Peddler
14 11 8 255 0 1 0 //Box of Kundun+1+Luck
14 11 9 255 0 1 0 //Box of Kundun+2+Luck
14 11 10 255 0 1 0 //Box of Kundun+3+Luck
14 11 11 255 0 1 0 //Box of Kundun+4+Luck
14 11 12 255 0 1 0 //Box of Kundun+5+Luck
end
DO NOT DELETE THE LAST LINE (end)
Without this line, the Gameserver will give you errors. That's all