View Single Post
07-01-05, 11:23 PM   #2
[HM]CodeMaster
A Murloc Raider
Join Date: Jul 2005
Posts: 6
Arrow Just to make it clearer:

User A target an NPC -> location saved in savedvariable.lua
-> location sent through a public channel
User B and C received the location via public channel -> location saved in savedvariable.lua

Now when User C needs the location of...Lady Katrana Prestor...say:
User C search "Katrana Prestor" -> look for matches in savedvariable.lua
If found: display match
If not found: send search query through a public channel
User B received the query and look for matches in his savedvariable.lua, the location is then sent back through private message or public channel
When User C received the match from User B, the record is saved in his own savedvariable.lua so that future queries on the same record can be done locally.

Matches displayed on User C's UI. He can opt to put a flag on his minimap to show the location of Lady Katrana Prestor (just like in mapnote/gatherer).
  Reply With Quote