PM's go unanswered. So. What is your native language?
|
Quote:
Quote:
as i've said before... 1) you do not need %transmute. stop using it. 2) the script name should be script_<scriptfileid>.pl EXAMPLE: Code:
mysql> select id, name, clickeffect, scriptfileid from items where name = "Fireworks Rack"; i have no idea where you are getting the numbers 69231 or 5137. if you don't explain everything you are doing and where you are getting the information from, we can only guess at how to help you resolve your issue. |
Before, I use "Fireworks Rack" is error
Behind me to "Firework: Dancing Lights" Firework: Dancing Lights ID = 69231 spellID=5137 I want to click can summon -> Spawn NPC But Pl error Can't succeed |
if you'd do it the way i've instructed, it will work.
|
How to "Firework: Dancing Lights" increase "scriptfileid" ?
|
a spell isn't an item...
so it doesn't have an entry in the items table in the database... so it won't have an associated scriptfileid field... |
Quote:
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"; |
yes, then name the quest file script_32767.pl and forget everything about %transmute and $spell_id. you're just looking for the item click.
|
Just testing a grammar
Still have problems Code:
sub EVENT_ITEM_CLICK_CAST { Ask you to give a pl |
Quote:
|
Quote:
Code:
sub EVENT_ITEM_CLICK_CAST { Thank you very much! Learn from you the |
YAY! GREEN FOR GO!
|
All times are GMT -4. The time now is 04:57 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.