- Timestamp:
- Jan 16, 2012 7:56:19 AM (4 months ago)
- Location:
- trunk/L2J_DataPack
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
dist/game/data/scripts/hellbound/Budenka/Budenka.java (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/L2J_DataPack
- Property svn:mergeinfo changed
/branches/unstable/L2J_DataPack_BETA merged: 8407-8426,8428-8480,8482-8491,8493-8588,8590-8629
- Property svn:mergeinfo changed
-
trunk/L2J_DataPack/dist/game/data/scripts/hellbound/Budenka/Budenka.java
r7665 r8630 29 29 { 30 30 if (player.getInventory().getInventoryItemCount(PREMIUM_CERT, -1, false) > 0) 31 { 31 32 return "32294-premium.htm"; 33 } 32 34 if (player.getInventory().getInventoryItemCount(STANDART_CERT, -1, false) > 0) 35 { 33 36 return "32294-standart.htm"; 37 } 34 38 35 39 npc.showChatWindow(player); … … 45 49 public static void main(String[] args) 46 50 { 47 new Budenka(-1, Budenka.class.getSimpleName(), "hellbound");51 new Budenka(-1, "Budenka", "hellbound"); 48 52 } 49 53 }
Note: See TracChangeset
for help on using the changeset viewer.
