-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #210 from UOX3DevTeam/misc_fixes_and_improvements_…
…1010 Misc fixes and improvements 1010
- Loading branch information
Showing
172 changed files
with
61,743 additions
and
18,232 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
[ilsh_healer_camp] | ||
{ | ||
get=base_item | ||
name=healer camp | ||
id=0x13ab | ||
morex=0x1f4 | ||
movable=2 | ||
visible=2 | ||
script=5500 | ||
} | ||
|
||
[ilsh_orc_camp] | ||
{ | ||
get=base_item | ||
name=orc camp | ||
id=0x13ab | ||
morex=0x1f6d | ||
movable=2 | ||
visible=2 | ||
script=5501 | ||
} | ||
|
||
[ilsh_banker_camp] | ||
{ | ||
get=base_item | ||
name=banker camp | ||
id=0x13ab | ||
morex=0x1f6 | ||
movable=2 | ||
visible=2 | ||
script=5502 | ||
} | ||
|
||
[ilsh_mage_camp] | ||
{ | ||
get=base_item | ||
name=mage camp | ||
id=0x13ab | ||
morex=0x1f5 | ||
movable=2 | ||
visible=2 | ||
script=5503 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -315,6 +315,7 @@ NEWBIE | |
{ | ||
NAME=a swampdragon | ||
ID=0x3EBD | ||
COLOR=0x851 | ||
LAYER=25 | ||
NEWBIE | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
[powergenerator] | ||
{ | ||
name=power generator | ||
id=0x0073 | ||
colour=0x0451 | ||
weight=255 | ||
movable=0 | ||
script=5036//power generator.js | ||
} | ||
|
||
[powergenerator_2] | ||
{ | ||
name=power generator | ||
id=0x0076 | ||
colour=0x0451 | ||
weight=255 | ||
movable=0 | ||
} | ||
|
||
[powergenerator_3] | ||
{ | ||
name=power generator | ||
id=0x0075 | ||
colour=0x0451 | ||
weight=255 | ||
movable=0 | ||
} | ||
|
||
[powergenerator_4] | ||
{ | ||
name=power generator | ||
id=0x37f4 | ||
colour=0x0451 | ||
weight=255 | ||
movable=0 | ||
} | ||
|
||
[powergenerator_ctrlpanel] | ||
{ | ||
name=control panel | ||
id=0x0bdc | ||
colour=0x0835 | ||
weight=255 | ||
movable=0 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,7 +52,7 @@ id=0x14F0 | |
weight=100 | ||
value=12 6 | ||
restock=20 | ||
pileable=1 | ||
pileable=0 | ||
amount=1 | ||
decay=1 | ||
good=56 | ||
|
Oops, something went wrong.