How to put into a Need Title Item to be used
who can help me is to help me?
Hi Guys
How to remove all sockets of the player items?
I want to reset/remove all socket,gems,metas.. on the item players in
I wrote this:
class custom_script : public CreatureScript { public: custom_script() : CreatureScript("wolf_script")
wooooooooooooooo
Last Post By: Rafael.valéo 12-09-2019, 11:17 PMContact me on ventrilo for more info
Last Post By: PrivateDonut 12-09-2019, 05:19 PMhttps://github.com/TrinityCore/Trini...Player.h#L2328
change int16 to int32
no
also use the new syntax for creature scripts
script can be simplified to
struct wolf_script : public ScriptedAI
args are not sender, action in GossipSelect
they are menuid, gossiplistid
so change
bool GossipSelect(Player
Hey there,
Im trying to code a NPC buffer,
I'm getting error
It's supposed that action gets last id from AddGossipItemFor,
Gossip script action
Thread Starter: molinitaHey there,
Last Post By: sexipriest Today, 07:46 AMIm trying to code a NPC buffer,
I'm getting error
It's supposed that action gets last id from AddGossipItemFor,