Advertisement
Guest User

Untitled

a guest
Jul 14th, 2011
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. From 8df26326c01f5ce7a04ca0d0c503813287cbce3b Mon Sep 17 00:00:00 2001
  2. From: Ali-G <gauvain.dauchy@free.fr>
  3. Date: Thu, 14 Jul 2011 13:20:10 +0200
  4. Subject: [PATCH] Fixed a small typo in the rossy script. Fixed some issues in
  5. the rossy caves.
  6.  
  7. ---
  8. world/map/data/025-4.wlk | Bin 48004 -> 48004 bytes
  9. world/map/npc/025-1/rossy.txt | 2 +-
  10. 2 files changed, 1 insertions(+), 1 deletions(-)
  11.  
  12. diff --git a/world/map/data/025-4.wlk b/world/map/data/025-4.wlk
  13. index 84787de121abb94e7f9ef97de8f3617342c0d4b4..7c93fb016d893e7febfc4290d74e11b5c740dc10 100644
  14. GIT binary patch
  15. delta 151
  16. zcmZqq&eZaqX@lmp$*d*(lcuvy7Fq5vQ6YD7K@sQVHCeoH5&6jr7O_pvnw~s4*Mej6
  17. zJ1@n_2TZs&&6vkLnQxZm<bWoD$>-;DO`a{TFgZX%V6s3l>twY#4wIQnL?&0w*#f3P
  18. rVh!^YCO;^Und~4fyLrJ}W5&r71y!J$O(!pq<eHo?+hTLwd^Q;X=I=Xl
  19.  
  20. delta 146
  21. zcmZqq&eZaqX@lmp$%#{iCkrgqo~Y0~xuA%1@|rB(Nz+*;3og}~s9-vI!6LTFS<{mz
  22. zm$;}+-fP0UX~sO}$%_|>Os<+^H2KVY-pRAY6($Er2uv0zW}U1y#{nw01x$m)8s;fX
  23. teo!DY*+E)%^Mbj?jEszvC#ES+4rmgXe11OAcuB6w39~IW*Ue{>0RVxRJJ0|C
  24.  
  25. diff --git a/world/map/npc/025-1/rossy.txt b/world/map/npc/025-1/rossy.txt
  26. index 7dd3647..a9f425b 100644
  27. --- a/world/map/npc/025-1/rossy.txt
  28. +++ b/world/map/npc/025-1/rossy.txt
  29. @@ -63,7 +63,7 @@ L_Check:
  30. mes "\"Hey, that is nice of you to come back. I was thinking about giving a basket full of cherries to my mother, to make her happy, you know... But we'd need at least ten cherries, and it would take ages for me to get so many by myself!\"";
  31. next;
  32. menu
  33. - "That is no problem for me. Just wait and I will come back with the cherries", L_No,
  34. + "That is no problem for me. Just wait and I will come back with the cherries.", L_No,
  35. "Hey, I have some cherries in my backpack!", -,
  36. "You should get them yourself.", L_No;
  37. if(countitem("Cherry") < 10) goto L_Get_Cherry;
  38. --
  39. 1.7.6
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement