• 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] MultiVendor stopped working

Status
Not open for further replies.

savenx

Enthusiast
Hello.. My multivendor stopped working, i dont know why... I have alot of NPC's with MultiVendor, but today, i created a new one (copied the previous one i had) but its not working anymore...

I already have 10+ multi vendors NPC, but when i try to create another its just dont work!

NEWEST NPC (ITS A VENDOR BUT THE MENU DOESNT APPEAR): http://prntscr.com/99phvj

NORMAL MULTI VENDOR WORKING: http://prntscr.com/99pi8w

Someone can help me? its just stopped working from nothing!

sorry about my english
 

Tommy

Founder
Are you sure you filled out the required fields you were supposed to? Is a script name involved that you forgot or? Are there specific checks via Multi-vendor source code that could cause this? More information would help..
 

savenx

Enthusiast
Yea.. I just coppied an existing vendor (wich works)... i changed the npc_gossip_option ID, changed the ID of the npc vendor.. i don't know whats hapenning.. And there are no scripts on the NPC..

The LAST script i added was the Arena Spectator..
 

Rochet2

Moderator / Eluna Dev
And give us the SQL for the gossip options too, incase you used SQL to make them.
 

savenx

Enthusiast
Npc Sql:
Code:
INSERT INTO `world`.`creature_template` (`entry`, `difficulty_entry_1`, `difficulty_entry_2`, `difficulty_entry_3`, `KillCredit1`, `KillCredit2`, `modelid1`, `modelid2`, `modelid3`, `modelid4`, `name`, `subname`, `IconName`, `gossip_menu_id`, `minlevel`, `maxlevel`, `exp`, `faction`, `npcflag`, `speed_walk`, `speed_run`, `scale`, `rank`, `dmgschool`, `BaseAttackTime`, `RangeAttackTime`, `BaseVariance`, `RangeVariance`, `unit_class`, `unit_flags`, `unit_flags2`, `dynamicflags`, `family`, `trainer_type`, `trainer_spell`, `trainer_class`, `trainer_race`, `type`, `type_flags`, `lootid`, `pickpocketloot`, `skinloot`, `resistance1`, `resistance2`, `resistance3`, `resistance4`, `resistance5`, `resistance6`, `spell1`, `spell2`, `spell3`, `spell4`, `spell5`, `spell6`, `spell7`, `spell8`, `PetSpellDataId`, `VehicleId`, `mingold`, `maxgold`, `AIName`, `MovementType`, `InhabitType`, `HoverHeight`, `HealthModifier`, `ManaModifier`, `ArmorModifier`, `DamageModifier`, `ExperienceModifier`, `RacialLeader`, `movementId`, `RegenHealth`, `mechanic_immune_mask`, `flags_extra`, `ScriptName`, `VerifiedBuild`) VALUES ('190038', '0', '0', '0', '0', '0', '22234', '0', '0', '0', 'Season 8.5', 'Nexus Gaming', NULL, '55011', '100', '100', '0', '35', '129', '1', '1.14286', '1', '0', '0', '1500', '0', '1', '1', '1', '512', '2048', '8', '0', '0', '0', '0', '0', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '0', '3', '1', '100000', '1', '1', '1', '1', '0', '0', '1', '0', '2', '', '0');

gossip_menu_option:
Code:
INSERT INTO `world`.`gossip_menu_option` (`menu_id`, `id`, `option_icon`, `option_text`, `OptionBroadcastTextID`, `option_id`, `npc_option_npcflag`, `action_menu_id`, `action_poi_id`, `box_coded`, `box_money`, `box_text`, `BoxBroadcastTextID`) VALUES ('55011', '0', '10', '|TInterface/ICONS/INV_CHEST_PLATE_23:30:30:-18:0|tSeason 8.5', '0', '3', '128', '109', '0', '0', '0', NULL, '0');
 
Status
Not open for further replies.
Top