Jump to content

Electros

Members
  • Posts

    59
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Everything posted by Electros

  1. eng version of regacc, credits for mariux, because he not deleted this from own pc server name you can write in configuration.php (realm_name), realmlist in lang.php http://www.mediafire.com/?jw9xvfsp6ajpzhz
  2. mangos 10195 udb 395 sd2 1741 //===================================================== Exception code: C0000005 ACCESS_VIOLATION Fault address: 004DE4D2 01:000DD4D2 C:\\Documents and Settings\\andriuspel\\My Documents\\serveris\\old\\mangosd.exe Registers: EAX:0959BA30 EBX:74B19710 ECX:74752080 EDX:00000000 ESI:00000000 EDI:008F2FE0 CS:EIP:001B:004DE4D2 SS:ESP:0023:0959B900 EBP:0959BA68 DS:0023 ES:0023 FS:003B GS:0000 Flags:00010246 Call stack: Address Frame Function SourceFile 004DE4D2 00000000 Map::SendObjectUpdates+D2 004D4897 00000000 Map::Update+657 004DA283 00000000 InstanceMap::Update+13 0087FB7E 00000000 MapInstanced::Update+DE 006AC8F0 00000000 MapManager::Update+120 00634DF6 00000000 World::Update+7A6 00457F0E 00000000 WorldRunnable::run+8E 008F2FF9 00000000 ACE_Based::Thread::ThreadTask+19 002912C4 00000000 __WSAFDIsSet+FFFFFFFFFFFCC1EC 78543433 00000000 _endthreadex+44 785434C7 00000000 _endthreadex+D8 7C80B699 00000000 GetModuleFileNameA+1BA Call stack: Address Frame Function SourceFile 7C90E514 00000000 KiFastSystemCallRet+0 7C802532 00000000 WaitForSingleObject+12 00249AC4 00000000 __WSAFDIsSet+FFFFFFFFFFF849EC 002B648A 00000000 __WSAFDIsSet+FFFFFFFFFFFF13B2 002B263F 00000000 __WSAFDIsSet+FFFFFFFFFFFED567 0065E24A 00000000 WorldSocketMgr::Wait+4A 74AF7384 00000000 0000:00000000 74AF7384 00000000 0000:00000000 6C696146 00000000
  3. mangos 10188 win xp 2>..\\..\\src\\game\\SpellEffects.cpp(2716) : error C2065: 'MOVEMENTFLAG_JUMPING' : undeclared identifier 2>..\\..\\src\\game\\SpellEffects.cpp(2724) : error C2248: 'ByteBuffer::append' : cannot access private member declared in class 'ByteBuffer' 2> c:\\Documents and Settings\\PC\\My Documents\\mangos\\mangos\\src\\shared\\ByteBuffer.h(498) : see declaration of 'ByteBuffer::append' 2> c:\\Documents and Settings\\PC\\My Documents\\mangos\\mangos\\src\\shared\\ByteBuffer.h(55) : see declaration of 'ByteBuffer' i used // Death Grip if( m_spellInfo->SpellFamilyFlags & 0x02000000LL ) { if(!unitTarget || !m_caster) return; // unitTarget is Creature if(unitTarget->GetTypeId()!=TYPEID_PLAYER) { float x = m_caster->GetPositionX(); float y = m_caster->GetPositionY(); float z = m_caster->GetPositionZ()+1; float orientation = unitTarget->GetOrientation(); unitTarget->SendMonsterMove(x,y,z,orientation,MOVEMENTFLAG_JUMPING,1); } else { // unitTarget is Player float vsin = sin(unitTarget->GetAngle(m_caster)); float vcos = cos(unitTarget->GetAngle(m_caster)); WorldPacket data(SMSG_MOVE_KNOCK_BACK, (8+4+4+4+4+4)); data.append(unitTarget->GetPackGUID()); data << uint32(0); // Sequence data << float(vcos); // x direction data << float(vsin); // y direction // Horizontal speed data << float(damage ? damage : unitTarget->GetDistance2d(m_caster)); data << float(-10.0); // Z Movement speed ((Player*)unitTarget)->GetSession()->SendPacket(&data); } }
  4. just, i need fast help, i'm planning to move own private server to ubuntu, but in test, website not showing any images, trying to run apache, php/in linux is first time.
  5. mangos 10152 udb 391 sd 1736 patches: xeross ah bot try quest http://www.wowhead.com/quest=2178 EDIT: crash was fixed in http://github.com/mangos/mangos/commit/2d520a8884021fcc1e9fae416eea9b67cf6904ba
  6. tryed with udb 391, mangos 10053 (no db changes and no custom patches), the eye of acherus not working, other not tested
  7. nevermind, i created bug, i modificated phpbb3 and deleted some important things near queries.
  8. i think, its unsafe, can be easy to steal account by others
  9. type ingame .levelup -175 other moethod is with mysql, but i not tryed it yet ps; nevermind other my post in this topic, i not understand question, there are no ways in config or in dbase to create level cap for gm.
  10. open mangos.conf, go to line 679 MaxPlayerLevel = 80 EDIT: for gm level: 1022 line GM.StartLevel = 1
  11. update account set expansion=2 where username='your_account'; or in console you can type account set addon your_acc 2 expansions: 0 - classic 1 - TBC 2 - Wotlk expansions data is storing in realmd database, in table account (collumn - expansion). more info you can find there http://udbwiki.webhop.net/index.php/Account
  12. `deleteInfos_Account` int(11) UNSIGNED default, to `deleteInfos_Account` int(11) UNSIGNED default NULL, damn, i was too fast again, i not read patch submition rules, sorry -- bad english.
  13. ok thx, btw, command syntax is not small, i have mean .debug play sound 12345, cant change to shorter? example, .play sound #sound_id
  14. example, we want to create instance boss script with yells (also and with sound), with spell and etc. but for creating, we have to check sound, we dont want put illiadan sounds to The Lich king, example these commands really can help for scripting -- bad english
  15. mangos: 9656 db: ytdb 540 sd2: 1660 + custom lich king script (creating by me) spell: http://www.wowhead.com/?search=infest#uncategorized-spells how must work Deals 17672 to 19828 Shadow damage to all enemy players within 50000 yards. In addition, the targets will take increasing Shadow damage per second. This effect is removed when the target has more than 90% health. also dmg can be different, because there is four same spells. bug: not removes effect after then player gets more 90% health.
  16. i wanted to explain some as this explain, but my english is really low, thanks
  17. http://www.youtube.com/watch?v=tizZPhC-FNc
  18. i used old fraps, so, there is non compressed video, sorry from screenshot, i dont think, do something is possible can be understood -- bad english
  19. maybe it also will help (video created in official (today)) http://www.mediafire.com/?yawz5yonzw4
  20. paladin: Consecration http://www.wowhead.com/?spell=26573 http://www.wowhead.com/?spell=26573 spell area must be bigger
  21. then i not used mangos, anyway, i will try to contribute some things from official, which is not correct in mangos. at this moment, there is difference with some paladin skills
  22. core: all versions in houses or in other buildings, player must be dismounted, if need video or something, i can create.
  23. in mangos, "dazed" is showing by wrong visual effect[/url] -- bad english
×
×
  • 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