Advertisement
Guest User

Untitled

a guest
Sep 26th, 2017
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. IF(Grow = 1) -- easy mode
  2. BEGIN
  3. SET @Level = 15
  4. END
  5. IF(Job = 0)
  6. BEGIN
  7. SET @Str = 28
  8. END
  9. else if(job = 1)
  10. BEGIN
  11. SET @rec = 26
  12. END
  13. else if(job = 2)
  14. BEGIN
  15. SET @dex = 33
  16. END
  17. else if(job = 3)
  18. BEGIN
  19. SET @luc = 27
  20. END
  21. else if(job = 4)
  22. BEGIN
  23. SET @int = 29
  24. END
  25. else if(job = 5)
  26. BEGIN
  27. SET @wis = 28
  28. END
  29. SET @StatPoint = 126
  30. SET @SkillPoint = 75
  31. SET @Map = 18
  32. IF(Family = 0)
  33. BEGIN
  34. -- set light coords and map
  35. SET @Map = 18
  36. SET @PosX = 208
  37. SET @PosY = 20
  38. SET @PosZ = 177
  39. END
  40. else if(Family = 1)
  41. BEGIN
  42. -- set fury coords and map
  43. SET @Map = 18
  44. SET @PosX = 766
  45. SET @PosY = 3
  46. SET @PosZ = 825
  47. END
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement