View Single Post
  #1  
Old 03-26-2016, 01:09 PM
tigurius
Fire Beetle
 
Join Date: Sep 2004
Posts: 24
Default Franklin Teek - A Simple Task (Hotzones) - Kill Tasks Not Updating

I wanted to updated my server to be like the live version of Franklin Teek where he offers a small hotzone quest for a piece of Combatant/Adept armor. The only unsupported feature would be the 18 hour lock out.

I have all the dialog in, that was easy but having a problem with the kill tasks. I started off with the level 20 task which is Warsliks Wood, goblin bloodtracers and agressors, you need to kill 5.

tasks table:
id: 300
duration: 0 (infinte)
name: A Simple Task
description: [1, Kill 5 goblin aggressors or bloodtracers][2,Speak with Franklin Teek in Plane of Knowledge]
reward: 1 platinum <-- how can i show all the rewards here? Only the coin loot shows up as a hot link to my first reward item.
rewardid: 301
cashreward: 1000
xpreward: 4000 (this will need help on actual values)
rewardmethod: 1 (use rewards from goallist table listid 301)
startzone: 79 (warsliks wood)
minlevel:15
repeatable: 1

activities table:
taskid: 300
actvitiyid: 0
step: 1
activitytype: 2 (kill quest)
text1: Kill 5 goblin agressors or bloodtracers.
text2: null
text3: null
goalid: 300
goalmethod: 1 (use goallists id 300)
goalcount: 5 (kill 5 mobs)
delivertonpc: 0
zoneid: 79 (warsliks wood)
optional: 0

goallists table:
listid entry
300 79007 - bloodtracer
300 79010 - agressor
300 79017 - agressor
300 79019 - agressor
300 79031 - bloodtracer
300 79052 - bloodtracer

301 50324 - reward option 1
301 ... - reward option 2
... ... - reward option 6

After setting this up, I can speak with Franklin Teek, accept the [level 20] quest just fine, it shows up in the task list. However, when I visit Warslik Woods and kill any of the 6 allowable mobs on the goallists table, it does not count the kill on the task list.

Any ideas?

I can post all the final quest SQL and Franlin's pl file here when it's done and working.
Reply With Quote