um if im not wrong, try to test old chinese DB with the Level 255 weapons inplanted into their DB and look at their cq action and itemtype ,eventually ull see the script and then u can add to ur own svr hope i helped mate
im very interested for your answer
anyways have someone try find out how do this..?
from what i know of its not possible sadly.... i had looked at some action types that would make it possible but they weren't actually in the msg server sadly
[Guide]how to make pet sql 07/10/2010 - EO PServer Guides & Releases - 15 Replies sample SQL, the id i used are sample id and might be already in use in your server
delete from cq_action where id >= 727440 and id <= 728445;
insert into cq_action (id,id_next,id_nextfail,type,data,param)
values
(728440,728441,728444,508,0,'1 0 52'),
(728441,728442,0,502,(Egg ID),''),
(728442,728443,0,501,(Bag ID),''),
(728443,728445,0,1085,0,'gmlog/action_log 380,%user_name,0,0,(Bag ID),0,0,(Egg ID),0,0'),
[GUIDE] How to make a bot 04/13/2010 - Dragonica Hacks, Bots, Cheats & Exploits - 36 Replies CHAPTER 1
GUI (Graphical User Interface)
IntroductionThis is just the basics of AutoIt. By the end of this tutorial you will be able to create your own little simple bot that can spam custom timed key strokes.
To download AutoIt just visit their website at autoitscript.com and download the latest version (version 3.3.0.0 as of today). Download, run it, install it... you know what to do.
Section 1Create a new folder
Create a new folder and call it "Scripts".