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

Recent content by mjafko

  1. M

    [SOLVED] Register player event SAVE event

    Hello guys. Well I wondering how exacly does PLAYER_EVENT_ON_SAVE = 25, // (event, player) work ? When server save how offen this event start and so on. Would be glad for a bit of description here. Thank you EmuDevs. Greetings Marko
  2. M

    [SOLVED] Emote problem

    Hey guy's. I have 2 question. Well EmoteState (65) wont set my gossip to a dead state. Anyone know's what am I doing wrong ? Second Is SetStunned <- always give me error is nil value. Well NpcId is gossip id and gossip spawncreature. function GossipSummonWB.OnJustSummonedCreature (event...
  3. M

    [SOLVED] OnSummonCreature / OnSummonCreatureDied problem.

    Hey guy's I have problem with "GossipSummonWB.OnSummonedCreature" and "GossipSummonWB.OnSummonedCreatureDied". Well basecly With gossip I just spawncreaure. But it never get into one of this not when I spawn it or if I kill this spawned creature. Maybe any help ? I know for OnSummonedCreature...
  4. M

    [SOLVED] Make gossip can't talk after select

    Hello. I have a problem. Like I have a gossip and I select first option which makes gossip move random for 5 minutes for example. What I want to do it. Player's can't talk to him untill he move around. Is possible ? And how ?
  5. M

    TrinityCore WotLK Buying item at vendor

    Hellou. I got a question. Well let's say I have a vendor with 3 items. If player wanna buy 1. item I wanna check with eluna if player got like 10 XY Point's, if do he can buy it. And XY point's are basecly local XY = 100; on first login for example. Greeting's Marko!
  6. M

    [SOLVED] Vendor problem

    Hellou guy's. Find on forum example of code and wanted to test it. Well 75002 is gossip entry, and 75006 is npc vendor flaged entry. But When I click Test nothing happen and no error's show. Where seems to be a problem ? local vendorEntry = 75002 function vendorGossipHello(event, player...
  7. M

    TrinityCore 3.3.5 Need help with making one spell.

    Hey guy's. Well I have a problem, and I trying alot but still can't get it done. Well I trying to make spell buff similar to Flare 1543 (id), but I want to look visualy same but moving with me. or with person you buff. Can you help me a bit pls ?
  8. M

    [SOLVED] How to call event in other function

    Helou Emodev's. Have have a question. Well I want to run PLAYER_EVENT_ON_UPDATE_ZONE when player Login so in PLAYER_EVENT_ON_LOGIN. I just want to get zone id and with it XpByZone, when player login. local XpByZone = 1; function PLAYER_EVENT_ON_LOGIN ( event, player ) local GUID =...
  9. M

    [SOLVED] Problem with LFG (error)

    Hellou. I got strange error and I don't know meaning of it. Can someone help me a bit ? When I try to join into LFG I get this error. Greeting's, Marko!
  10. M

    [SOLVED] LFG custom reward's

    Hellou. Hey Emudev's. I have problem I was editing LFG system, and succesfully edited, but I have problem with reward. I can't find where I can change reward's. Can someone help me with ? Greeting's, Marko!
  11. M

    [SOLVED] attempt to perform arithmetic on field '? ' (a nil value)

    Hellou guy's. I know its probably some eazyfix misstake, but anyway I would like to get your help. I got local T_x = { 0.0,5.0,-5.0,0.0,0.0,5.0,-5.0,5.0,-5.0,10.0, }; local x,y,z,o = creature:GetLocation() creature:SpawnCreature(QueryRow1:GetString(Count), (x + T_x[Table_Index]), (y +...
  12. M

    Custom Achivements ?

    Hellou. Can anyone make tutorial or know for any for making custom Achivements for Wotlk trinitycore ? Thank you!
  13. M

    [SOLVED] help with function

    Hellou. Well look's like I am totaly newb, or something but would need some help, cant get working this one. What I'm trying to do is spawn this after this for complete. In Messages table there is 7 rows. for index, message in ipairs(messages) do player:RegisterEvent(function(_, _, _...
  14. M

    [SOLVED] Unlock door's for guild member's

    Hello. Well Is there anyway ( Well I know everything is possible, but... ) to make a door to a building which allow entrence only to member of xy guild ? And if there is how for a bit of explanation would be helpfull. Thank you Emudev's member's you're best! Greeting's, Marko.
  15. M

    TrinityCore 3.3.5 Custom ship moving

    Hello guy's you helped me so much to understand and learn here. I hope I can ask you for one more question. Well What I'm trying to make is a custom ship moving. So mean's custom ship will wait 2 min on dock and then he will move to other dock for example. I know it's possible, andyone know...
Top