Jump to content

berylo

Members
  • Posts

    22
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

berylo's Achievements

Member

Member (2/3)

0

Reputation

  1. Finally, Thrall from Hyjal Summit was standing in orgrimmar. I deleted him and everything is fine now. Sorry for spam
  2. berylo

    Kill Command

    the same for me. Anyone already have fixed the problem?
  3. Thank you. Works great. I saw that you also have Death Grip patch. Does it work for you? I mean does it move target to the caster or only taunt?
  4. It crash again. This time its mangosscript.dll fault Anyone know a reason? http://paste2.org/p/856548 edit: I had no idea. I deleted 4 creatures mentioned though and now everything seems to be ok. Strange could be a fact that 2 of these NPCs was Thrall and King Varian edit2: Something wrong is with that Vmap. It is a reason of the crash
  5. any fix to make Images work 100% ? I mean their attack even in duel on the same faction?
  6. Well, I have tested it, I set interval 74 and announce is about one in 1 minute. It cant be miliseconds nor seconds
  7. berylo

    PvPToken System?

    works great. Thank you. Sorry for double topic but in the other one i was looking for a reason.
  8. This is patch which i applied http://github.com/Darkrulerz/mangos/commit/37dd08307dd5914823e9a716b8d52206df3a8eab I dont know if u think about that: /*0x1F5*/ { "SMSG_PARTYKILLLOG", STATUS_NEVER, &WorldSession::Handle_ServerSide },
  9. http://paste2.org/p/850184 This is my Unit.cpp. I am now sure that PvP Token does crashes. When I deleted it everything was fine. I think it's at wrong place or maybe something is missing. Could u help me with fixing that, cuz i need that patch? An this is PvP token in Unit.cpp which I am talking about: // PvP Token int8 leveldiff = player_tap->getLevel() - pVictim->getLevel(); if((pVictim->GetTypeId() == TYPEID_PLAYER) && leveldiff < 10) player_tap->ReceiveToken(); WorldPacket data(SMSG_PARTYKILLLOG, (8+8)); //send event PARTY_KILL data << uint64(player_tap->GetGUID()); //player with killing blow data << uint64(pVictim->GetGUID()); //victim if (Group *group = player_tap->GetGroup()) group->BroadcastPacket(&data, group->GetMemberGroup(player_tap->GetGUID ())); else player_tap->SendDirectMessage(&data);
  10. berylo

    Snake Trap

    I applied wowka321's patch end snakes are still red but dont attack me. They run to me and stay as they usually atack but they do nothing else.
  11. xeross is the error in Main.cpp you mentioned relates to my problem?
  12. Can you tell me in which file should I look for it first? object?
  13. I dont understand how interval works. Is it miliseconds? When i set it to 60 its may be 60 miliseconds but if i set more, for example 100, announce doesnt appear. For bigger values there is also no announce. Edit: Its some kind of lotery sometimes it works sometimes not. I just set on 60 and announce doesnt appear too. I have no idea why it happens
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use