diff --git a/trunk/dist/game/data/html/default/33151-1.htm b/trunk/dist/game/data/html/default/33151-1.htm new file mode 100644 index 0000000000..a1d0b90ce6 --- /dev/null +++ b/trunk/dist/game/data/html/default/33151-1.htm @@ -0,0 +1,5 @@ +Rumiese:
+For quite some time, we've been wondering how to counter Istina's mysterious Spirit Energy. We've found a device that can exert some slight control over the Spirit Energy. Istina will summon the Sealing Energy and that will blind one target. When that happens, you can use the Energy Controller to unbind the target. However, the Energy Controller will need some time to recharge after each use,so be sure to save it for when your need is great.
+Also, when Istina goes into her frenzy, the power of one person alone will not stop her, you need at least five people using the Energy Controller at that point.
+ + \ No newline at end of file diff --git a/trunk/dist/game/data/html/default/33151.htm b/trunk/dist/game/data/html/default/33151.htm new file mode 100644 index 0000000000..aa220175a8 --- /dev/null +++ b/trunk/dist/game/data/html/default/33151.htm @@ -0,0 +1,11 @@ +Rumiese:
+Are you really ready, physically and mentally? Do not underestimate Istina's power, especially here on her home turf.
+I'd you still believe you have a chance, we will help you by weakening Istina with the magical power Ballista.
+Istina's creative power is generated by the soul stone in her body. Regular attack won't even scratch the soul sone, but by concentrating your magical power intro a huge attack with the Ballista, we can damage her. I will give you more details once you are inside the cavern.Are you ready to enter now?
+Also, do you have Energy Controller? You will need it for this fight.
+ + + + + + \ No newline at end of file diff --git a/trunk/dist/game/data/multisell/509 b/trunk/dist/game/data/multisell/509 new file mode 100644 index 0000000000..839c2ff7f0 --- /dev/null +++ b/trunk/dist/game/data/multisell/509 @@ -0,0 +1,11 @@ + + + + 33151 + + + + + + + \ No newline at end of file diff --git a/trunk/dist/game/data/multisell/510.xml b/trunk/dist/game/data/multisell/510.xml new file mode 100644 index 0000000000..dca324637b --- /dev/null +++ b/trunk/dist/game/data/multisell/510.xml @@ -0,0 +1,36 @@ + + + + 33151 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/trunk/dist/tools/sql/game/spawnlist.sql b/trunk/dist/tools/sql/game/spawnlist.sql index 89c2401acc..134ca71fb2 100644 --- a/trunk/dist/tools/sql/game/spawnlist.sql +++ b/trunk/dist/tools/sql/game/spawnlist.sql @@ -48109,3 +48109,6 @@ INSERT INTO `spawnlist` VALUES -- Faster respawn for training NPCs UPDATE spawnlist SET respawn_delay=20 WHERE npc_templateid in ( 27457, 27532); + +-- Rumiese +INSERT INTO `spawnlist` (`location`, `count`, `npc_templateid`, `locx`, `locy`, `locz`, `randomx`, `randomy`, `heading`, `respawn_delay`, `respawn_random`, `loc_id`, `periodOfDay`) VALUES ('Rumiese', 1, 33151, -178480, 147098, 2132, 0, 0, 16383, 0, 0, 0, 0);