View Full Version : [Update] XenoBot Apophis v14.11.19.860 [NPC Proxy]
DarkstaR
11-29-2014, 03:08 AM
This update adds the highly-requested NPC proxy. It will be automatically downloaded when you restart XenoSuite.
Changelog:
v14.11.19.860
Added NPC Proxy to the scripter.
Example usage:
function npcProxy(proxy, npcName, message)
print("%s: %s", npcName, message)
end
NpcMessageProxy.OnReceive("npcProxy", npcProxy)
Syntax
11-29-2014, 03:10 AM
Sweeeet. <3
Y2Quakepc2
11-29-2014, 03:17 AM
Xenobot is the best available bot, and it will be it even tho it doesn't have login on next character function (Korean manipulation tactics detected)
Deal with it.
Furpan
11-29-2014, 03:31 AM
Woo \o/
raiQi
11-29-2014, 11:22 AM
Xenobot is the best available bot, and it will be it even tho it doesn't have login on next character function (Korean manipulation tactics detected)
Deal with it.
Signed with milk.
dinmamma
11-29-2014, 12:25 PM
Fenks :)
Joshwa534
11-29-2014, 06:02 PM
Xenobot is the best available bot
^ Agreed, thanks DarkstaR! <3
Infernal Bolt
11-29-2014, 06:21 PM
Awesome ;)
Stusse
11-29-2014, 06:22 PM
Nice!
HjugO
11-30-2014, 12:43 PM
function getBalance(proxy, npcName, message)
local balance = string.match(message, "Your account balance is (.+) gold.")
if (balance) then
return balance + 0
end
end
NpcMessageProxy.OnReceive("getBalance", getBalance)
Yey!
ppgab
11-30-2014, 04:34 PM
HUDs with balance!!
Better quest scripts!!
Pinnicle
11-30-2014, 05:19 PM
Awesome DarkstaR
Keep up the good work
Boomtune
11-30-2014, 07:32 PM
Thanks, but it's still not possible to read 'raid messages' or?
raiQi
11-30-2014, 07:40 PM
Thanks, but it's still not possible to read 'raid messages' or?
Not yet, but soon hopefully.
Boomtune
11-30-2014, 11:09 PM
Not yet, but soon hopefully.
To bad, hoping that for ages arleady. :P
godot
12-01-2014, 02:12 PM
function getBalance(proxy, npcName, message)
local balance = string.match(message, "Your account balance is (.+) gold.")
if (balance) then
return balance + 0
end
end
NpcMessageProxy.OnReceive("getBalance", getBalance)
Yey!
This code is fine? Dosent work here :/
HjugO
12-01-2014, 04:31 PM
This code is fine? Dosent work here :/
change return balance + 0 to print(balance + 0), execute script, next say balance to bank npc, and you will see.
when you add option that not attack some1s monsters? to not look like 100% bot-char ?
maroxy
12-02-2014, 11:02 PM
when you add option that not attack some1s monsters? to not look like 100% bot-char ?
Change the proximity for to attack monsters in the Targeting.
DarkstaR
12-03-2014, 07:30 AM
http://forums.xenobot.net/showthread.php?31853
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.