View Single Post
  #22  
Old 01-09-2013, 10:59 PM
javewow's Avatar
javewow
Sarnak
 
Join Date: Aug 2012
Location: work
Posts: 74
Default

Quote:
Originally Posted by c0ncrete View Post
if you'd do it the way i've instructed, it will work.
Thank you I understand

I do try

--------------------------------------------
Update items set scriptfileid = "xxxxxx" where id=69231;

------------------------------------------
Now change to

Code:
mysql> select id, name, clickeffect, scriptfileid from items where name = "Firework: Dancing Lights";
+-------+--------------------------+-------------+--------------+
| id    | name                     | clickeffect | scriptfileid |
+-------+--------------------------+-------------+--------------+
| 69231 | Firework: Dancing Lights |        5137 |        32767 |
+-------+--------------------------+-------------+--------------+
1 row in set

mysql>
save->script_32767.pl
__________________
To create the most beautiful server for "!!~[BP] PLARYBOT EQ~!" Welcome to our server
Reply With Quote