• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

[SOLVED] [Trinity] Enchanter item gossip trying to add it but won't take action!

Status
Not open for further replies.

Synth

Exalted Member
Hello Emudevs,well i just was adding an enchant recipe cz is missing from enchanter i add it properly but it won't take action in-game i have no idea anw that is the script the lines numbers i add it are:

*Line 121.
*Line 1628.

Script here:
http://pastebin.com/bBTCPT99

So can you tell me what i'm doing wrong ?

Thank you!
Best regards,
Synth !
 

ToxicDev

Banned
I did a quick glance over it didn't see any issues. It would help us help you if you posted the errors and not just the lines they occurred on.
 

Synth

Exalted Member
I did a quick glance over it didn't see any issues. It would help us help you if you posted the errors and not just the lines they occurred on.
There is no compile errors but in-game won't work so that mean there is something wrong idkn what is.
 

Tommy

Founder
For case 121: Do you have a shield in your off-hand slot? If not, you need to put a shield in your off-hand slot because it enchants it in that slot when equipped. Same goes for all the enchantments. Make sure you have armor, weapons, etc equipped.

I don't see anything wrong with the script other than it is pretty messy. Here's my enchantment script:

(Note): Script might be a tad out of date.
http://paste.emudevs.com/?paste=7

The enchanting definition is the same as 'void Enchant' on the script you pasted, other than I cast the 'Enchantment Completed' spell on the player for a visual effect. Other than that I wouldn't see why it isn't working for you correctly, unless you don't have armor, weapons or other items you're trying to enchant equipped.
 
Last edited:

Tommy

Founder
I'm not talking about case 121 i'm talking about line 121:
Code:
ENCHANT_EXPETIONAL_SPELL_POWER      = 44592,
i put the spell id but seems it won't work
The case for this enchant is case 411.
If you can tell me what's wrong.

Oh the power of misreading. >.>

Well, the issue on that is the Enchant goes by Enchantments located in the SpellItemEnchantment.dbc. You can't do it by spellId. You can search Enchantments here: http://gen.emudevs.com/?p=adv_search by selecting 'Enchantments' in the combobox.
 
Status
Not open for further replies.
Top