summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2023-10-29 00:52:45 -0300
committerJesusaves <cpntb1@ymail.com>2023-10-29 00:52:45 -0300
commit2d9e66251582b95764e81e40a27c4d4e0454f3e4 (patch)
tree18706b4deead977388ec68f50057bf2636921490 /db
parent73c28414416070895e4558f629d26bc6344ad999 (diff)
downloadserverdata-2d9e66251582b95764e81e40a27c4d4e0454f3e4.tar.gz
serverdata-2d9e66251582b95764e81e40a27c4d4e0454f3e4.tar.bz2
serverdata-2d9e66251582b95764e81e40a27c4d4e0454f3e4.tar.xz
serverdata-2d9e66251582b95764e81e40a27c4d4e0454f3e4.zip
This is the EXPERIMENTAL version of allowing Carts to players.
As well as its most important restrictions.
Diffstat (limited to 'db')
-rw-r--r--db/constants.conf1
-rw-r--r--db/re/exp_group_db.conf2
-rw-r--r--db/re/item_db.conf9
-rw-r--r--db/re/map_zone_db.conf1
4 files changed, 11 insertions, 2 deletions
diff --git a/db/constants.conf b/db/constants.conf
index 061473252..6ae50be16 100644
--- a/db/constants.conf
+++ b/db/constants.conf
@@ -2164,6 +2164,7 @@ constants_db: {
FLAG_NONE: 0
FLAG_MKFIRSTBLOOD: 1
FLAG_WUMPUSEGG: 2
+ FLAG_SHANNONTRUST: 4
comment__: "Monster King Events"
MK_NONE: 0
diff --git a/db/re/exp_group_db.conf b/db/re/exp_group_db.conf
index d3951a7ae..1970926f2 100644
--- a/db/re/exp_group_db.conf
+++ b/db/re/exp_group_db.conf
@@ -93,7 +93,7 @@ EvolClasses: {
-// These spaces are so EXP table starts at line 100, making easier to calc max level positions. Max level: 180
+// These spaces are so EXP table starts at line 100, making easier to calc max level positions. Max level: 150
job_exp_group_db: {
EvolClasses: {
MaxLevel: 150
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index e80b37cd3..89946fd2b 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -3940,6 +3940,9 @@ item_db: (
Sell: 10
Weight: 10
Refine: false
+ Trade: {
+ nocart: true
+ }
},
{
Id: 757
@@ -3950,6 +3953,9 @@ item_db: (
Sell: 0
Weight: 2
Refine: false
+ Trade: {
+ nocart: true
+ }
},
{
Id: 758
@@ -5454,7 +5460,8 @@ item_db: (
Sell: 0
Weight: 0
Trade: {
- notrade: true
+ // Exception to the rule: Trade allowed!
+ notrade: false
nodrop: true
nocart: true
noselltonpc: true
diff --git a/db/re/map_zone_db.conf b/db/re/map_zone_db.conf
index a19d52383..d7b443d33 100644
--- a/db/re/map_zone_db.conf
+++ b/db/re/map_zone_db.conf
@@ -560,6 +560,7 @@ zones: (
LilitWarpCrystal: true
ArtisWarpCrystal: true
ReturnPotion: true
+ RentedCart: true
}
},
{