mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-09 05:54:50 +02:00
Added all the shop keeper scripts in Ul'dah. Fixed some broken populace scripts. Changed .ini files, wrong default. Fixed a syntax error in CommandProcessor.cs.
This commit is contained in:
parent
5b7ad2364b
commit
136ced3aae
32 changed files with 252 additions and 51 deletions
|
@ -0,0 +1,5 @@
|
|||
|
||||
shopInfo = {
|
||||
welcomeText = 97,
|
||||
shopPack = 3010
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
|
||||
shopInfo = {
|
||||
welcomeText = 100,
|
||||
shopPack = 3013
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
|
||||
shopInfo = {
|
||||
welcomeText = 99,
|
||||
shopPack = 3012
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
|
||||
shopInfo = {
|
||||
welcomeText = 98,
|
||||
shopPack = 3011
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
|
||||
shopInfo = {
|
||||
welcomeText = 106,
|
||||
shopPack = 3007
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
|
||||
shopInfo = {
|
||||
selectMode = 2,
|
||||
welcomeText = 281,
|
||||
shopPack = {5001, 5002, 5007, 5008},
|
||||
tutorialId = -1
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
|
||||
shopInfo = {
|
||||
welcomeText = 84,
|
||||
shopPack = 3018
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
|
||||
shopInfo = {
|
||||
selectMode = 3,
|
||||
welcomeText = 281,
|
||||
shopPack = {5004, 5005, 5006, 5003},
|
||||
tutorialId = -1
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
|
||||
shopInfo = {
|
||||
welcomeText = 103,
|
||||
shopPack = 3015
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
|
||||
shopInfo = {
|
||||
welcomeText = 102,
|
||||
shopPack = 3016
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
|
||||
shopInfo = {
|
||||
welcomeText = 104,
|
||||
shopPack = 3017
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
|
||||
shopInfo = {
|
||||
welcomeText = 112,
|
||||
shopPack = 3001
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
|
||||
shopInfo = {
|
||||
welcomeText = 96,
|
||||
shopPack = 3009
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
|
||||
shopInfo = {
|
||||
welcomeText = 105,
|
||||
shopPack = 3004
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
|
||||
shopInfo = {
|
||||
welcomeText = 108,
|
||||
shopPack = 3006
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
|
||||
shopInfo = {
|
||||
welcomeText = 101,
|
||||
shopPack = 3014
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
|
||||
shopInfo = {
|
||||
welcomeText = 237,
|
||||
shopPack = 3023
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
|
||||
shopInfo = {
|
||||
welcomeText = 109,
|
||||
shopPack = 3005
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
|
||||
shopInfo = {
|
||||
welcomeText = 69,
|
||||
shopPack = 3020,
|
||||
tutorialId = 35
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
|
||||
shopInfo = {
|
||||
welcomeText = 64,
|
||||
shopPack = 3021,
|
||||
tutorialId = 34
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
|
||||
shopInfo = {
|
||||
welcomeText = 76,
|
||||
shopPack = 3022,
|
||||
tutorialId = 39
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
|
||||
shopInfo = {
|
||||
welcomeText = 54,
|
||||
shopPack = 3019,
|
||||
tutorialId = 32
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
|
||||
shopInfo = {
|
||||
welcomeText = 265,
|
||||
shopPack = 3024
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
|
||||
shopInfo = {
|
||||
welcomeText = 111,
|
||||
shopPack = 3003
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
|
||||
shopInfo = {
|
||||
welcomeText = 110,
|
||||
shopPack = 3002
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue