• 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. Hamar

    [SOLVED] add a time if player in combat to do something

    You could modify the GroupHandler.cpp method HandleLootMethodOpcode use a if statement to check if it is in instance combat. trinity has already made a method for it in Group Class = group->InCombatToInstance(uint32 instanceId); i.e : if(group->InCombatToInstance(GetPlayer()->GetInstanceId())...
  2. Hamar

    1v1 BattleSystem

    NOTICE: THIS ISN'T 100% FINISHED PROJECT, DON'T EXPECT EVERYTHING TO BE WORKING PERFECTLY as the title mentions this is a 1v1 battlesystem, currently scripted to work with phases. THIS ISN'T SO CALLED 1V1 ARENA, NO ARENA MAP SUPPORT. I really have nothing to add here other than the fact i'm...
  3. Hamar

    Osu! Gameplay

    I was bored so i decided to test this one service that lets you upload osu! records and the server screen captures the recording and uploads to youtube, the quality sucks little bit so bare with me please :crying: It's hard difficulty with doubletime(2x speed) and hidden mode(notes dissapear)...
  4. Hamar

    [PHP] Image Class

    I was hella bored last night so i decided to help myself in future by making this class, however there's still a lot of stuff to cover & this thread is more about asking your opinion about my class rather than "sharing or releasing" thread. Ok so here's the class <?php // Made by Hammer/Hamar...
  5. Hamar

    Greetings

    I just felt like i needed to introduce myself to some of you who don't know me... YET :lol: I'm 18 years old finnish drunk faggot developers (no homo) and i love to be part of the emulation. Many people have asked me the same question over and over again which is : Hamar why aren't you...
  6. Hamar

    [SHARE] <GM> Tag in Who List

    Found this and thought it would be worth to share! Credits: Jesus* What does this core edit do? When you have gm tag activated (.gm on), your name will have a <GM> prefix before your name. Edit: First browse to src\server\game\Handlers, and open MiscHandler.cpp. Go to line 305, and try to...
Top