Explorar o código

Added some mapflag and removed phen card & co. since map_flag_gvg already block bNoCastCancel in unit.c (and the other effect of the items sholdn't be removed)

Atemo %!s(int64=9) %!d(string=hai) anos
pai
achega
e6f3bf2035
Modificáronse 3 ficheiros con 36 adicións e 3 borrados
  1. 0 3
      db/re/item_noequip.txt
  2. 12 0
      npc/re/mapflag/nosave.txt
  3. 24 0
      npc/re/mapflag/nowarp.txt

+ 0 - 3
db/re/item_noequip.txt

@@ -172,11 +172,8 @@
 
 // Misc
 605,16		// Anodyne
-2365,16		// Orleans_Gown
-4077,16		// Phen_Card
 4128,16		// Golden_Bug_Card
 4198,16		// Maya_Puple_Card
-4327,16		// Blood_Butterfly_Card
 11503,16	// Siege_White_Potion
 11504,16	// Siege_Blue_Potion
 11547,16	// Woe_Violet_Potion

+ 12 - 0
npc/re/mapflag/nosave.txt

@@ -47,6 +47,18 @@ gld2_prt	mapflag	nosave	SavePoint
 teg_dun01	mapflag	nosave	SavePoint
 teg_dun02	mapflag	nosave	SavePoint
 
+// WOE:Training Edition Castles =====
+te_prtcas01	mapflag	nosave	SavePoint
+te_prtcas02	mapflag	nosave	SavePoint
+te_prtcas03	mapflag	nosave	SavePoint
+te_prtcas04	mapflag	nosave	SavePoint
+te_prtcas05	mapflag	nosave	SavePoint
+te_aldecas1	mapflag	nosave	SavePoint
+te_aldecas2	mapflag	nosave	SavePoint
+te_aldecas3	mapflag	nosave	SavePoint
+te_aldecas4	mapflag	nosave	SavePoint
+te_aldecas5	mapflag	nosave	SavePoint
+
 // Misty Forest Labyrinth =========
 1@mist	mapflag	nosave	SavePoint
 

+ 24 - 0
npc/re/mapflag/nowarp.txt

@@ -0,0 +1,24 @@
+//===== rAthena Script =======================================
+//= Mapflag: Disable warping.
+//===== Description: ========================================= 
+//= Disables warping from a map.
+//= Script commands 'warpparty' and 'warpguild' will not warp
+//=   players.
+//= Atcommands @warp, @go, @load, @jump, @partyrecall,
+//=   @guildrecall, and @recallall will not warp players.
+//= GD_EMERGENCYCALL and UNT_CALLFAMILY will not warp players.
+//===== Changelogs: ==========================================
+//= 1.0 Added WoE TE maps. [Capuche]
+//============================================================
+
+// WOE:TE Maps ===================
+te_prtcas01	mapflag	nowarp
+te_prtcas02	mapflag	nowarp
+te_prtcas03	mapflag	nowarp
+te_prtcas04	mapflag	nowarp
+te_prtcas05	mapflag	nowarp
+te_aldecas1	mapflag	nowarp
+te_aldecas2	mapflag	nowarp
+te_aldecas3	mapflag	nowarp
+te_aldecas4	mapflag	nowarp
+te_aldecas5	mapflag	nowarp