- Joined
- Sep 9, 2008
- Messages
- 1,052
- Reaction score
- 475
Bulgarian language: Ето как да си направите вашите шопове за сървърите ви.
Ще ви трябва само една малка програма,която ще прикача към темата.
English Language: Here is a one program that will help you to make your shops for your server's. The program i will attach with the post.
// Let's Start - Нека започваме
1.Download the program - Свалете програмата
2.Unrar it and start it - Разирхивирайте я и я пуснете
3.Make a file shop.txt where you want (in folder of the program or another place) - Направете си файл shop.txt където искате (по обикновенно програмата търси файла от папката на програмата,но може да му посочите пътя)
4.Press the button Open and chose the file shop.txt that you made
5.Start Build your shop with the icons from the program - Започнете да правите вашият шоп от иконите горе в програмата.
6.When you are done with the shop just press Save - Когато приключите с слагането на итеми просто натиснете Save.
Remember : Open the file shop.txt when you save it lood the last line and search to have "end" in the last line . Here is Exampe:
shop.txt
If is like that you must add new line down after " Horn of Dinorant" to be like this :
shop.txt
Thise is the right way to make shop if you forgot it to put "end" your gameserver will crash.
That is all
Ще ви трябва само една малка програма,която ще прикача към темата.
English Language: Here is a one program that will help you to make your shops for your server's. The program i will attach with the post.
// Let's Start - Нека започваме
1.Download the program - Свалете програмата
2.Unrar it and start it - Разирхивирайте я и я пуснете
3.Make a file shop.txt where you want (in folder of the program or another place) - Направете си файл shop.txt където искате (по обикновенно програмата търси файла от папката на програмата,но може да му посочите пътя)
4.Press the button Open and chose the file shop.txt that you made
5.Start Build your shop with the icons from the program - Започнете да правите вашият шоп от иконите горе в програмата.
6.When you are done with the shop just press Save - Когато приключите с слагането на итеми просто натиснете Save.
Remember : Open the file shop.txt when you save it lood the last line and search to have "end" in the last line . Here is Exampe:
shop.txt
Code:
//УВХЯґуВЅѕЖ°Й
//shop1 - [Lorencia] Bar
14 0 0 255 0 0 0 //14 0 0 255 0 0 0 - Apple
14 8 0 255 0 0 0 //14 8 0 255 0 0 0 - Antidote
14 1 0 255 0 0 0 //14 1 0 255 0 0 0 - Small Healing Potion
14 2 0 255 0 0 0 //14 2 0 255 0 0 0 - Medium Healing Potion
14 3 0 255 0 0 0 //14 3 0 255 0 0 0 - Large Healing Potion
14 4 0 255 0 0 0 //14 4 0 255 0 0 0 - Small Mana Potion
14 5 0 255 0 0 0 //14 5 0 255 0 0 0 - Medium Mana Potion
14 6 0 255 0 0 0 //14 6 0 255 0 0 0 - Large Mana Potion
13 0 0 255 0 0 0 //13 0 0 255 0 0 0 - Guardian Angel
13 1 0 255 0 0 0 //13 1 0 255 0 0 0 - Imp
13 2 0 255 0 0 0 //13 2 0 255 0 0 0 - Horn of Uniria
13 3 0 255 0 0 0 //13 3 0 255 0 0 0 - Horn of Dinorant
If is like that you must add new line down after " Horn of Dinorant" to be like this :
shop.txt
Code:
//УВХЯґуВЅѕЖ°Й
//shop1 - [Lorencia] Bar
14 0 0 255 0 0 0 //14 0 0 255 0 0 0 - Apple
14 8 0 255 0 0 0 //14 8 0 255 0 0 0 - Antidote
14 1 0 255 0 0 0 //14 1 0 255 0 0 0 - Small Healing Potion
14 2 0 255 0 0 0 //14 2 0 255 0 0 0 - Medium Healing Potion
14 3 0 255 0 0 0 //14 3 0 255 0 0 0 - Large Healing Potion
14 4 0 255 0 0 0 //14 4 0 255 0 0 0 - Small Mana Potion
14 5 0 255 0 0 0 //14 5 0 255 0 0 0 - Medium Mana Potion
14 6 0 255 0 0 0 //14 6 0 255 0 0 0 - Large Mana Potion
13 0 0 255 0 0 0 //13 0 0 255 0 0 0 - Guardian Angel
13 1 0 255 0 0 0 //13 1 0 255 0 0 0 - Imp
13 2 0 255 0 0 0 //13 2 0 255 0 0 0 - Horn of Uniria
13 3 0 255 0 0 0 //13 3 0 255 0 0 0 - Horn of Dinorant
end
Thise is the right way to make shop if you forgot it to put "end" your gameserver will crash.
That is all