zScripz Posted January 24, 2014 Author Share Posted January 24, 2014 (edited) Why are you hard coding clues? That is the worst way to go about a clue scroll script. I'm not wut? edit: Maybe you are reffering to the ~8 that need a custom handler? Edited January 24, 2014 by zScripz Link to comment Share on other sites More sharing options...
Sigma Posted January 24, 2014 Share Posted January 24, 2014 I'm not wut? edit: Maybe you are reffering to the ~8 that need a custom handler? You're collecting clue data, what else would you be doing with it other than hard coding? Link to comment Share on other sites More sharing options...
qw3 Posted January 24, 2014 Share Posted January 24, 2014 You're collecting clue data, what else would you be doing with it other than hard coding? How would he know what to do with the clue if he doesn't have it? Even if he is not hard coding it, how do you know what to do without the clues? 1 Link to comment Share on other sites More sharing options...
zScripz Posted January 24, 2014 Author Share Posted January 24, 2014 You're collecting clue data, what else would you be doing with it other than hard coding? Yea... I can't just decipher what to do from the clue.. as it is a clue.. Link to comment Share on other sites More sharing options...
Sigma Posted January 24, 2014 Share Posted January 24, 2014 Yea... I can't just decipher what to do from the clue.. as it is a clue.. Yes, with any clue other than the riddle clues, you can parse the data and send it to a method to solve the clue without previously knowing what the clue was. Which is why I was asking why you were hard coding every one of them. Link to comment Share on other sites More sharing options...
zScripz Posted January 24, 2014 Author Share Posted January 24, 2014 Yes, with any clue other than the riddle clues, you can parse the data and send it to a method to solve the clue without previously knowing what the clue was. Which is why I was asking why you were hard coding every one of them. No.. you definitely can't as 1. No webwalking 2. Map clues 3. Clues are ambiguous as to exact location I guess you could for talking clues.. but is it worth it? Link to comment Share on other sites More sharing options...
Sigma Posted January 24, 2014 Share Posted January 24, 2014 No.. you definitely can't as 1. No webwalking 2. Map clues 3. Clues are ambiguous as to exact location I guess you could for talking clues.. but is it worth it? You don't need web walking to do it, you just need to write a method to figure out the best method of travel to get to the destination. The only things you need to hardcode are the non-coordinate clue destinations. You shouldn't need any other data prior to picking up a clue. Link to comment Share on other sites More sharing options...
zScripz Posted January 24, 2014 Author Share Posted January 24, 2014 You don't need web walking to do it, you just need to write a method to figure out the best method of travel to get to the destination. The only things you need to hardcode are the non-coordinate clue destinations. You shouldn't need any other data prior to picking up a clue. It has to walk to the clue location from the teleport area?? Link to comment Share on other sites More sharing options...
Sigma Posted January 24, 2014 Share Posted January 24, 2014 It has to walk to the clue location from the teleport area?? Simple pathfinding can solve that for you. Link to comment Share on other sites More sharing options...
Monkalicious Posted January 24, 2014 Share Posted January 24, 2014 looks so good, so keen for this will be hoping to try this, maybe even buy membs back just for this script 1 Link to comment Share on other sites More sharing options...
Eliiii Posted January 24, 2014 Share Posted January 24, 2014 Keep going dude, doing great. Link to comment Share on other sites More sharing options...
Integer Posted January 25, 2014 Share Posted January 25, 2014 nice post but bad scripts. Disagreed Link to comment Share on other sites More sharing options...
zScripz Posted February 1, 2014 Author Share Posted February 1, 2014 small proggy provided by the great qw3 1 Link to comment Share on other sites More sharing options...
Monkalicious Posted February 2, 2014 Share Posted February 2, 2014 still soooo keen for this Link to comment Share on other sites More sharing options...
zScripz Posted February 3, 2014 Author Share Posted February 3, 2014 Another small show off of the gui/loot list: Link to comment Share on other sites More sharing options...