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

Search results

  1. slp13at420

    [CPP] Grumbo'z Capture the Flag System

    Grumbo'z HyperDynamicMultiPhasicInterDimentional Capture the Flag System Ver. 1.0c/12-07-2016 What is this? This allows both teams to search the world for for the World flag. When a player finds the flag they must tag it to claim it for there team. Adjustable flag reset system. When a...
  2. slp13at420

    [SOLVED] Problem with custom WorldScript event causing core to crash

    So I Cloned a fresh copy of -> https://github.com/ElunaLuaEngine/ElunaTrinityWotlk TrinityCore rev. da3b1486661f+ 2016-09-21 I added 1 custom script. no custom edits. Then started receiving errors as posted in this thread ->...
  3. slp13at420

    TrinityCore Public Server unaccessible

    I have been hosting my server my self for a few years now. Recently I changed from cable to dsl as a service provider. I haven't changed anything on the server pc other than the ip address in auth.realmlist.address to my new static ip provided by my dsl supplier. I am using canyouseeme.org to...
  4. slp13at420

    TrinityCore 3.3.5 Add tag before player name (chat)

    came across an error when dealing with a chat type that isn't in the table yet ..took some time to get itt to check for nil data but now it does: #include "Channel.h" // #include "ChannelMgr.h" #include "Chat.h" #include "Language.h" // #include "ObjectMgr.h" #include "Player.h" // #include...
  5. slp13at420

    [CPP] EmuDevs Premium System

    EmuDev`s Community Premium System Brought to you by the community for the community. This is a feature rich advanced Premium System was designed with the help and suggestions from the EmuDevs community. Ideas by: Jeremiassen1, Wolord, Portals...
  6. slp13at420

    TrinityCore 3.3.5 Patchless Item Extended Costs

    in this tutorial I will briefly explain how to turn this: into this: On a lot of servers you will see custom ItemExtendedCosts for custom items. but many ppl don't want to download a patch when they are just scoping out a server. When they try to purchase a custom item it will return a...
  7. slp13at420

    [SOLVED] Donation selection drop down menu

    while trying to donate I noticed it will only offer 10 in the drop down menu. it will not show any other donation value i.e. 20, 50.. i'm assuming I can just use the email from my prior donations to complete my transaction. yes/no? and maybe add a donation button for NomSoft.?.?.?
  8. slp13at420

    Members only links

    is there a way I can make a link viewable by members only? With the Community Premium System project nearing its finishing line. I would like to keep it `by the community` `for the community` so ppl would need to just be a member to view/use the link. Signup and poof :D dunno if there is nor...
  9. slp13at420

    TrinityCore 3.3.5 [CPP][Conv] Dedicated World CHat Channel

    [CPP][Conv] Dedicated World Chat Channel Exactly as the title says. this is a conversion of one of my World Chat scripts. This script will allow you to select a chat channel I.e. `/1` and dedicate it to World Chat with color, intractable names, GM badge/title, class and team colors. comes with...
  10. slp13at420

    TrinityCore 3.3.5 Chat Command and Control

    so I can add `.` commands to all players: class Player_Commands : public CommandScript { public: Player_Commands() : CommandScript("Player_Commands") { } std::vector<ChatCommand> GetCommands() const { static std::vector<ChatCommand> PlayerCommandTable = { { "race"...
  11. slp13at420

    Comunity input for a Premium System

    Community input for a Premium System I'm looking to the community for your input on `what do you like in a Premium System.` first I should layout what I have done so far as the Engine goes: Adjustable Premium type: This will allow the admin to set it so it can be an Account Premium System...
  12. slp13at420

    TrinityCore 3.3.5 Achievement events

    Are there any Achievement events like OnAchievementReceived or OnAchievementEarned ? i.e. it triggers when the player earns an achievement. the only thing I did find is: class Check_Criteria : public AchievementCriteriaScript { public: Check_Criteria() ...
  13. slp13at420

    Guild Warz cinematic

    I don't know if this would go here . dunno if this really classifies as graphics since its motion. but here's to trying any way. Just as the title says. I have had this idea of a small erm no large cinematic rolling thru my head for the past many months now.. changing it , tweaking it until I...
  14. slp13at420

    TrinityCore 3.3.5 Simple World Chat script

    just like my `Eluna Simple World Chat System` , this eliminates the constant dependency of `#chat` or `.chat` every time you send a message via world chat. Command Map: .chat on . converts the players `/say` channel to the world chat access point. there you just chat away for World Chat...
  15. slp13at420

    [SOLVED] WorldScript timed event issues

    so i have this script I have been trying to get-to work: class GGW_RankTimer : public WorldScript { public: GGW_RankTimer() : WorldScript("GGW_RankTimer") { TC_LOG_INFO("server.loading", "RE-RANK TIMER START"); // fires once events.ScheduleEvent(1, 5000); } void OnUpdate(uint32 diff)...
  16. slp13at420

    TrinityCore 3.3.5 my first .diff

    ok so I made this diff for the VIP engine: TrinityCore rev. ad9e55d8fcb2+ 2016-02-25 .diff is this adequate or is there some info i'm missing? I havnt really found where it would tell someone what rev its from lol and I know a couple weeks ago this wouldn't work at all.
  17. slp13at420

    [CPP] Grumbo'z Guild Warz 'The Rise of the Guild'

    Grumbo'z Guild War'z `The Rise of the Guild` Grumbo'z Bloodiest Guild House/Plot System yet. This is NOT your Grandpa's Guild House System. --Built, Tested and Approved for TrinityCore CPP-- This System allows Guild Masters to purchase multiple Guild Plot locations for xx guild coins...
  18. slp13at420

    [VIP][MOD] Player Stat rates

    This is an external mod dependent on my VIP Engine. This requires you have installed my VIP Engine Found Here -> VIP Engine [Minimum required ver. 2.10] search your source for these files to edit: src/server/game/entities/Unit/Statsystem.cpp src/server/game/enteties/Player/Player.cpp add if...
  19. slp13at420

    [VIP][MOD] Quest VIP rates

    Rather than cluttering up the VIP release thread I will be instead releasing any external mods in there own threads like this. This is an external mod dependent on my VIP Engine: This requires you have installed my VIP Engine Found Here -> VIP Engine [Minimum required ver. 2.10] Search you...
  20. slp13at420

    TrinityCore 3.3.5 World Chat script

    Just a simple operated world chat script. that includes : faction icons, class icons, faction colored names, interactable player names, if GM then it adds GM Badge, and GM rank. This doesn't require you to add anything to your Rbac. It does it automatically. Just add to your core and compile...
Top