Advertisement
ederfrota

Untitled

Apr 3rd, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.72 KB | None | 0 0
  1. [3/4/2018 15:43:10] >>> (0) mods were disabled.
  2. [3/4/2018 15:43:57] >>> Loading arena.xml ... (done).
  3. [3/4/2018 15:43:58] >>> Loading buypremium_command.xml ... (done).
  4. [3/4/2018 15:43:58] >>> Loading changender_command.xml ... (done).
  5. [3/4/2018 15:43:58] >>> Loading command-marry.xml ... (done).
  6. [3/4/2018 15:43:58] >>> Loading DoubleExpPotion.xml ... (done).
  7. [3/4/2018 15:43:58] >>> Loading emoticons.xml ... (done).
  8. [3/4/2018 15:43:58] >>> Loading ExpPot.xml ... (done).
  9. [3/4/2018 15:43:59] >>> Loading GuildCast.xml ... (done).
  10. [3/4/2018 15:43:59] >>> Loading hunted.xml ... (done).
  11. [3/4/2018 15:43:59] >>> Loading Private Shop[MaXwEllDeN].xml ... (done).
  12. [3/4/2018 15:43:59] >>> Loading RunEvent.xml ... (done).
  13. [3/4/2018 15:44:0] >>> Loading Simple Task.xml ...
  14. [3/4/2018 15:44:0] [Error - Test Interface]
  15. [3/4/2018 15:44:0] domodlib('task_func')
  16. [3/4/2018 15:44:0] function onLook(cid, thing, position, lookDistance)
  17. [3/4/2018 15:44:0] if isPlayer(thing.uid) and getTaskPoints(thing.uid) > 0 then
  18. [3/4/2018 15:44:0] doPlayerSetSpecialDescription(thing.uid, "\n"..(getPlayerSex(thing.uid) == 0 and "She" or "He").. " is a "..GetRankTask(thing.uid))
  19. [3/4/2018 15:44:0] end
  20. [3/4/2018 15:44:0] return true
  21. [3/4/2018 15:44:0] end
  22. [3/4/2018 15:44:0] Description:
  23. [3/4/2018 15:44:0] [string "task_sys = {..."]:13: '}' expected near 'exp'
  24.  
  25. [3/4/2018 15:44:1] [Error - CreatureScript Interface]
  26. [3/4/2018 15:44:1] domodlib('task_func')
  27. [3/4/2018 15:44:1] function onLook(cid, thing, position, lookDistance)
  28. [3/4/2018 15:44:1] if isPlayer(thing.uid) and getTaskPoints(thing.uid) > 0 then
  29. [3/4/2018 15:44:1] doPlayerSetSpecialDescription(thing.uid, "\n"..(getPlayerSex(thing.uid) == 0 and "She" or "He").. " is a "..GetRankTask(thing.uid))
  30. [3/4/2018 15:44:1] end
  31. [3/4/2018 15:44:1] return true
  32. [3/4/2018 15:44:1] end
  33. [3/4/2018 15:44:1] Description:
  34. [3/4/2018 15:44:1] [string "task_sys = {..."]:13: '}' expected near 'exp'
  35.  
  36. [3/4/2018 15:44:1] [Error - Test Interface]
  37. [3/4/2018 15:44:1] domodlib('task_func')
  38. [3/4/2018 15:44:1] function onKill(cid, target)
  39. [3/4/2018 15:44:2] if isPlayer(cid) and isMonster(target) then
  40. [3/4/2018 15:44:2] local t,daily = task_sys[getTaskMission(cid)], daily_task[getDailyTaskMission(cid)]
  41. [3/4/2018 15:44:2] if t and getPlayerStorageValue(cid, t.start) > 0 and isInArray(t.monsters_list, getCreatureName(target):lower()) and getPlayerStorageValue(cid, task_sys_storages[3]) < t.count then
  42. [3/4/2018 15:44:2] setPlayerStorageValue(cid, task_sys_storages[3], getPlayerStorageValue(cid, task_sys_storages[3]) < 0 and 1 or (getPlayerStorageValue(cid, task_sys_storages[3])+1))
  43. [3/4/2018 15:44:2] if getPlayerStorageValue(cid, task_sys_storages[8]) <= 0 and getPlayerStorageValue(cid, task_sys_storages[3]) < t.count then
  44. [3/4/2018 15:44:2] doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE,"[Task System] defeated Total [" .. getPlayerStorageValue(cid, task_sys_storages[3]) .. "/" .. t.count .. "] da Task do " .. t.name .. ".")
  45. [3/4/2018 15:44:2] end
  46. [3/4/2018 15:44:2] if getPlayerStorageValue(cid, task_sys_storages[3]) >= t.count then
  47. [3/4/2018 15:44:2] doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE,"[Task System] Parabens! Voce terminou a Task do "..t.name..", volte ao npc parece receber sua recompensa.")
  48. [3/4/2018 15:44:2] end
  49. [3/4/2018 15:44:2] end
  50. [3/4/2018 15:44:2] if daily and getPlayerStorageValue(cid, task_sys_storages[7]) > 0 and getPlayerStorageValue(cid, task_sys_storages[6]) - os.time() >= 0 and isInArray(daily.monsters_list, getCreatureName(target):lower()) and getPlayerStorageValue(cid, task_sys_storages[5]) < daily.count then
  51. [3/4/2018 15:44:2] setPlayerStorageValue(cid, task_sys_storages[5], getPlayerStorageValue(cid, task_sys_storages[5]) < 0 and 1 or (getPlayerStorageValue(cid, task_sys_storages[5])+1))
  52. [3/4/2018 15:44:2] if getPlayerStorageValue(cid, task_sys_storages[8]) <= 0 and getPlayerStorageValue(cid, task_sys_storages[5]) < daily.count then
  53. [3/4/2018 15:44:3] doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE,"[Daily Task System] defeated Total [" .. getPlayerStorageValue(cid, task_sys_storages[5]) .. "/" .. daily.count .. "] da Task do " .. daily.name .. ".")
  54. [3/4/2018 15:44:3] end
  55. [3/4/2018 15:44:3] if getPlayerStorageValue(cid, task_sys_storages[5]) >= daily.count then
  56. [3/4/2018 15:44:3] doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE,"[Daily Task System] Parabens! Voce terminou a Task do "..daily.name..", volte ao npc parece receber sua recompensa.")
  57. [3/4/2018 15:44:3] end
  58. [3/4/2018 15:44:3] end
  59. [3/4/2018 15:44:3] end
  60. [3/4/2018 15:44:3] return true
  61. [3/4/2018 15:44:3] end
  62. [3/4/2018 15:44:3] Description:
  63. [3/4/2018 15:44:3] [string "task_sys = {..."]:13: '}' expected near 'exp'
  64.  
  65. [3/4/2018 15:44:3] [Error - CreatureScript Interface]
  66. [3/4/2018 15:44:3] domodlib('task_func')
  67. [3/4/2018 15:44:4] function onKill(cid, target)
  68. [3/4/2018 15:44:4] if isPlayer(cid) and isMonster(target) then
  69. [3/4/2018 15:44:4] local t,daily = task_sys[getTaskMission(cid)], daily_task[getDailyTaskMission(cid)]
  70. [3/4/2018 15:44:4] if t and getPlayerStorageValue(cid, t.start) > 0 and isInArray(t.monsters_list, getCreatureName(target):lower()) and getPlayerStorageValue(cid, task_sys_storages[3]) < t.count then
  71. [3/4/2018 15:44:4] setPlayerStorageValue(cid, task_sys_storages[3], getPlayerStorageValue(cid, task_sys_storages[3]) < 0 and 1 or (getPlayerStorageValue(cid, task_sys_storages[3])+1))
  72. [3/4/2018 15:44:4] if getPlayerStorageValue(cid, task_sys_storages[8]) <= 0 and getPlayerStorageValue(cid, task_sys_storages[3]) < t.count then
  73. [3/4/2018 15:44:4] doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE,"[Task System] defeated Total [" .. getPlayerStorageValue(cid, task_sys_storages[3]) .. "/" .. t.count .. "] da Task do " .. t.name .. ".")
  74. [3/4/2018 15:44:4] end
  75. [3/4/2018 15:44:4] if getPlayerStorageValue(cid, task_sys_storages[3]) >= t.count then
  76. [3/4/2018 15:44:4] doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE,"[Task System] Parabens! Voce terminou a Task do "..t.name..", volte ao npc parece receber sua recompensa.")
  77. [3/4/2018 15:44:4] end
  78. [3/4/2018 15:44:4] end
  79. [3/4/2018 15:44:4] if daily and getPlayerStorageValue(cid, task_sys_storages[7]) > 0 and getPlayerStorageValue(cid, task_sys_storages[6]) - os.time() >= 0 and isInArray(daily.monsters_list, getCreatureName(target):lower()) and getPlayerStorageValue(cid, task_sys_storages[5]) < daily.count then
  80. [3/4/2018 15:44:5] setPlayerStorageValue(cid, task_sys_storages[5], getPlayerStorageValue(cid, task_sys_storages[5]) < 0 and 1 or (getPlayerStorageValue(cid, task_sys_storages[5])+1))
  81. [3/4/2018 15:44:5] if getPlayerStorageValue(cid, task_sys_storages[8]) <= 0 and getPlayerStorageValue(cid, task_sys_storages[5]) < daily.count then
  82. [3/4/2018 15:44:5] doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE,"[Daily Task System] defeated Total [" .. getPlayerStorageValue(cid, task_sys_storages[5]) .. "/" .. daily.count .. "] da Task do " .. daily.name .. ".")
  83. [3/4/2018 15:44:5] end
  84. [3/4/2018 15:44:5] if getPlayerStorageValue(cid, task_sys_storages[5]) >= daily.count then
  85. [3/4/2018 15:44:5] doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE,"[Daily Task System] Parabens! Voce terminou a Task do "..daily.name..", volte ao npc parece receber sua recompensa.")
  86. [3/4/2018 15:44:5] end
  87. [3/4/2018 15:44:5] end
  88. [3/4/2018 15:44:5] end
  89. [3/4/2018 15:44:5] return true
  90. [3/4/2018 15:44:5] end
  91. [3/4/2018 15:44:5] Description:
  92. [3/4/2018 15:44:6] [string "task_sys = {..."]:13: '}' expected near 'exp'
  93.  
  94. [3/4/2018 15:44:6] [Error - Test Interface]
  95. [3/4/2018 15:44:6] domodlib('task_func')
  96. [3/4/2018 15:44:6] function onUse(cid, item, frompos, item2, topos)
  97. [3/4/2018 15:44:6] local t = {[65521] = 50, [65522] = 80, [65523] = 90, [65524] = 100, [65525] = 110, [65526] = 120, [65527] = 130, [65528] = 140, [65529] = 150, [65530] = 160, [65531] = 170, [65532] = 180, [65533] = 190, [65534] = 200}
  98. [3/4/2018 15:44:6] if not t[item.actionid] then return true end
  99. [3/4/2018 15:44:6] if getTaskPoints(cid) < t[item.actionid] then
  100. [3/4/2018 15:44:6] return doPlayerSendTextMessage(cid,22,"Você só pode passar se tiver " .. t[item.actionid] .. " Task Points.")
  101. [3/4/2018 15:44:6] end
  102. [3/4/2018 15:44:6] doTransformItem(item.uid, item.itemid + 1)
  103. [3/4/2018 15:44:7] doTeleportThing(cid, topos, true)
  104. [3/4/2018 15:44:7] doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE,"Welcome, Task Hunter!")
  105. [3/4/2018 15:44:7] return true
  106. [3/4/2018 15:44:7] end
  107. [3/4/2018 15:44:7] Description:
  108. [3/4/2018 15:44:7] [string "task_sys = {..."]:13: '}' expected near 'exp'
  109.  
  110. [3/4/2018 15:44:7] [Error - Action Interface]
  111. [3/4/2018 15:44:7] domodlib('task_func')
  112. [3/4/2018 15:44:7] function onUse(cid, item, frompos, item2, topos)
  113. [3/4/2018 15:44:7] local t = {[65521] = 50, [65522] = 80, [65523] = 90, [65524] = 100, [65525] = 110, [65526] = 120, [65527] = 130, [65528] = 140, [65529] = 150, [65530] = 160, [65531] = 170, [65532] = 180, [65533] = 190, [65534] = 200}
  114. [3/4/2018 15:44:7] if not t[item.actionid] then return true end
  115. [3/4/2018 15:44:7] if getTaskPoints(cid) < t[item.actionid] then
  116. [3/4/2018 15:44:8] return doPlayerSendTextMessage(cid,22,"Você só pode passar se tiver " .. t[item.actionid] .. " Task Points.")
  117. [3/4/2018 15:44:8] end
  118. [3/4/2018 15:44:8] doTransformItem(item.uid, item.itemid + 1)
  119. [3/4/2018 15:44:8] doTeleportThing(cid, topos, true)
  120. [3/4/2018 15:44:8] doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE,"Welcome, Task Hunter!")
  121. [3/4/2018 15:44:8] return true
  122. [3/4/2018 15:44:8] end
  123. [3/4/2018 15:44:8] Description:
  124. [3/4/2018 15:44:8] [string "task_sys = {..."]:13: '}' expected near 'exp'
  125. [3/4/2018 15:44:8] (done).
  126. [3/4/2018 15:44:8] >>> (0) mods were disabled.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement