Gladicek

Rafforty html + xml

Jan 4th, 2013
300
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.78 KB | None | 0 0
  1. Index: game/data/html/default/32020-1.htm
  2. ===================================================================
  3. --- game/data/html/default/32020-1.htm (revision 0)
  4. +++ game/data/html/default/32020-1.htm (working copy)
  5. @@ -0,0 +1,10 @@
  6. +<html><body>Rafforty:<br>
  7. +You can combine this with the soul of Freya to create an item that of even greater power!
  8. + But... there´s always a but... if you want me to combine these, the item that you possess
  9. + will disappear, poof! And you´ll receive a new in its place. And, <font color="LEVEL">if iťs already enchanted, the
  10. + existing enchant value will also disappear.</font><br>
  11. + If you still want to proceed, I´m happy to bestow the souls and give you a more powerful item
  12. + in exchange.<br>
  13. +<a action="bypass -h npc_%objectId%_multisell 104">Give the item to him</a><br>
  14. +<a action="bypass -h npc_%objectId%_Chat 2">Donť give the item to him.</a>
  15. +</body></html>
  16. \ No newline at end of file
  17. Index: game/data/html/default/32020-2.htm
  18. ===================================================================
  19. --- game/data/html/default/32020-2.htm (revision 0)
  20. +++ game/data/html/default/32020-2.htm (working copy)
  21. @@ -0,0 +1,4 @@
  22. +<html><body>Rafforty:<br>
  23. +Wow. Lack of trust, huh?
  24. + Good luck finding someone else who can make a Blessed Freya Necklace.<br>
  25. +</body></html>
  26. \ No newline at end of file
  27. Index: game/data/html/default/32020.htm
  28. ===================================================================
  29. --- game/data/html/default/32020.htm (revision 9362)
  30. +++ game/data/html/default/32020.htm (working copy)
  31. @@ -1,4 +1,6 @@
  32. <html><body>Rafforty:<br>
  33. -It's very warm in here! Quite a bit different from the chaos outside, don't you think? It's a nice place to take a rest. If you need anything, please let me know.<br>
  34. +It's so pleasant here. Such nice warm atmosphere, unlike that brutal stuff they call climate outside!
  35. + This is a fine place to take a load off and rest a while. Let me know if you need anything.<br>
  36. +<a action="bypass -h npc_%objectId%_Chat 1">"I have a very curious item."</a><br>
  37. <a action="bypass -h npc_%objectId%_Quest">Quest</a>
  38. </body></html>
  39. \ No newline at end of file
  40. Index: game/data/multisell/104.xml
  41. ===================================================================
  42. --- game/data/multisell/104.xml (revision 0)
  43. +++ game/data/multisell/104.xml (working copy)
  44. @@ -0,0 +1,11 @@
  45. +<?xml version="1.0" encoding="UTF-8"?>
  46. +<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
  47. + <item>
  48. + <!-- Necklace of Freya -->
  49. + <ingredient count="1" id="16025" />
  50. + <!-- Bottle of Freya's Soul -->
  51. + <ingredient count="1" id="16027" />
  52. + <!-- Blessed Necklace of Freya -->
  53. + <production count="1" id="16026" />
  54. + </item>
  55. +</list>
  56. \ No newline at end of file
Advertisement
Add Comment
Please, Sign In to add comment