Advertisement
Guest User

Untitled

a guest
Feb 26th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.01 KB | None | 0 0
  1. quest first_login begin
  2. state start begin
  3. when login begin
  4. if pc.getqf("goria") == 0 then
  5. pc.setqf("goria", 1)
  6. if pc . getqf ( "basic_weapon" ) == 0 then
  7. pc . setqf ( "basic_weapon" , 1 )
  8. local item = 19
  9. if pc . job == 1 then
  10. pc . give_item2 ( "11409" )
  11. pc . give_item2 ( "1009" )
  12. pc . give_item2 ( "14009" )
  13. pc . give_item2 ( "15009" )
  14. pc . give_item2 ( "70038 , 200" )
  15. pc . give_item2 ( "27112 , 200" )
  16. pc . give_item2 ( "27115 , 200" )
  17. pc . give_item2 ( "16009" )
  18. pc . give_item2 ( "17009" )
  19. pc . give_item2 ( "13009" )
  20. pc . give_item2 ( "12349" )
  21. horse . set_level ( 21 )
  22. pc . give_item2 ( "50053" )
  23. pc . give_item2 ( "72702" )
  24. pc . give_item2 ( 27003 , 200 )
  25. pc . give_item2 ( 27006 , 200 )
  26. pc . set_skill_level ( 131 , 10 )
  27. say ( "Witaj na Prywatnym Serwerze uDanonkaMT2" )
  28. say ( " " )
  29. say ( "Otrzymasz na poczatek kilka itemkow. Administracja zyczy powodzenia! ;]" )
  30. elseif pc . job == 0 then
  31. pc . give_item2 ( "19" )
  32. pc . give_item2 ( "11209" )
  33. pc . give_item2 ( "12209" )
  34. pc . give_item2 ( "70038 , 200" )
  35. pc . give_item2 ( "27112 , 200" )
  36. pc . give_item2 ( "27115 , 200" )
  37. pc . give_item2 ( "14009" )
  38. pc . give_item2 ( "15009" )
  39. pc . give_item2 ( "16009" )
  40. pc . give_item2 ( "17009" )
  41. pc . give_item2 ( "13009" )
  42. horse . set_level ( 21 )
  43. pc . give_item2 ( "50053" )
  44. pc . give_item2 ( "72702" )
  45. pc . give_item2 ( 27003 , 200 )
  46. pc . give_item2 ( 27006 , 200 )
  47. pc . set_skill_level ( 131 , 10 )
  48. say ( "Witaj na Prywatnym Serwerze uDanonkaMT2" )
  49. say ( " " )
  50. say ( "Otrzymasz na poczatek kilka itemkow. Administracja zyczy powodzenia! ;]" )
  51. elseif pc . job == 2 then
  52. pc . give_item2 ( "19" )
  53. pc . give_item2 ( "11609" )
  54. pc . give_item2 ( "70038 , 200" )
  55. pc . give_item2 ( "27112 , 200" )
  56. pc . give_item2 ( "27115 , 200" )
  57. pc . give_item2 ( "14009" )
  58. pc . give_item2 ( "15009" )
  59. pc . give_item2 ( "16009" )
  60. pc . give_item2 ( "17009" )
  61. pc . give_item2 ( "13009" )
  62. horse . set_level ( 21 )
  63. pc . give_item2 ( "50053" )
  64. pc . give_item2 ( "72702" )
  65. pc . give_item2 ( 27003 , 200 )
  66. pc . give_item2 ( 27006 , 200 )
  67. pc . set_skill_level ( 131 , 10 )
  68. say ( "Witaj na Prywatnym Serwerze uDanonkaMT2" )
  69. say ( " " )
  70. say ( "Otrzymasz na poczatek kilka itemkow. Administracja zyczy powodzenia! ;]" )
  71. elseif pc . job == 3 then
  72. pc . give_item2 ( "12629" )
  73. pc . give_item2 ( "11809" )
  74. pc . give_item2 ( "7009 ")
  75. pc . give_item2 ( "14009" )
  76. pc . give_item2 ( "70038 , 200" )
  77. pc . give_item2 ( "27112 , 200" )
  78. pc . give_item2 ( "27115 , 200" )
  79. pc . give_item2 ( "15009" )
  80. pc . give_item2 ( "16009" )
  81. pc . give_item2 ( "17009" )
  82. pc . give_item2 ( "13009" )
  83. horse . set_level ( 21 )
  84. pc . give_item2 ( "50053" )
  85. pc . give_item2 ( "72702" )
  86. pc . give_item2 ( 27003 , 200 )
  87. pc . give_item2 ( 27006 , 200 )
  88. pc . set_skill_level ( 131 , 10 )
  89. say ( "Witaj na Prywatnym Serwerze uDanonkaMT2" )
  90. say ( " " )
  91. say ( "Otrzymasz na poczatek kilka itemkow. Administracja zyczy powodzenia! ;]" )
  92. end
  93. if pc . countitem ( item ) == 0 and pc . weapon ~= item then
  94. end
  95. end
  96. end
  97. end
  98. end
  99. state goria begin
  100. end
  101. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement