apoc (ApoC)

Name
ApoC
Email
Location
Czech Republic
Member Since
Oct 14, 2008 (about 1 year)

Public Repositories (1)

  • mangos

    MaNGOS is a free, Open Source implementation of a game server compatible with the original World ...

    legend

    Forked from mangos/mangos Thu Jan 01 10:06:17 -0800 2009

    Last updated Sat Oct 24 17:37:00 -0700 2009

Public Activity feed

apoc pushed to master at mangos/mangos Sat Oct 24 19:33:18 -0700 2009
HEAD is 59c2e3fb146b7f7e32533e87846590c298e69aea
  • apoc committed 59c2e3fb:
    [8730] Fixed spell 51770 after my recent changes in auras trigger system.
apoc pushed to backport_3_1_3 at apoc/mangos Sat Oct 24 17:37:58 -0700 2009
HEAD is 3d3571ffe238f02ce850a7398dc5945cfbc0834d

2 commits »

apoc pushed to backport_3_1_3 at apoc/mangos Sat Oct 24 16:02:22 -0700 2009
HEAD is 82acdfc3a4403467632237591cef977509d19a56

5 commits »

apoc pushed to master at apoc/mangos Sat Oct 24 15:57:56 -0700 2009
HEAD is c761c5bc39c7ed92b996baa768608a256fab7a59

5 commits »

apoc pushed to master at mangos/mangos Sat Oct 24 15:57:09 -0700 2009
HEAD is c761c5bc39c7ed92b996baa768608a256fab7a59
  • apoc committed c761c5bc:
    [8727] Cleanup in ObjectAccessor::FindHelper.
apoc pushed to master at mangos/mangos Sat Oct 24 14:11:53 -0700 2009
HEAD is 34399c96774b57fb623e2061625c61007c63ff79
  • Corfen committed 34399c96:
    [8726] Fixed spell proc flags for spell 62600.
apoc pushed to master at mangos/mangos Sat Oct 24 11:48:55 -0700 2009
HEAD is 7142a4ce8cbd8997645c6bb0d980cda89c592a57
  • KiriX committed 7142a4ce:
    [8724] Fixed energize amount for spell 48389
apoc pushed to master at apoc/mangos Sat Oct 24 08:49:28 -0700 2009
HEAD is 3c58025bd6eb68b75035413a8932c0bddade6404

10 commits »

apoc pushed to backport_3_1_3 at apoc/mangos Sat Oct 24 08:48:59 -0700 2009
HEAD is 3ad46591d4e03f1aabe0c2f0f40a2045aa647511

9 commits »

apoc commented on mangos/mangos Sat Oct 24 08:47:43 -0700 2009
Comment in 8dd3e4b:

What you mean?

apoc created branch backport_3_1_3 at apoc/mangos Sat Oct 24 08:41:04 -0700 2009
apoc pushed to mangos-0.12 at mangos/mangos Sat Oct 24 05:04:22 -0700 2009
HEAD is 560bb633e125a3ab2ad226e6c01e5c1394ec821a
apoc pushed to master at mangos/mangos Sat Oct 24 05:02:03 -0700 2009
HEAD is 8dd3e4b31a31bb6dfc4d9fb51b1b7e67bad4ca16
apoc pushed to mangos-0.12 at mangos/mangos Fri Oct 23 13:35:45 -0700 2009
HEAD is 23d213f3de52a1400623bc4d7af02dd88aec618c
  • apoc committed 23d213f3:
    Fixed SPELL_EFFECT_TAMECREATURE broken after [8686]
apoc pushed to master at mangos/mangos Fri Oct 23 13:31:31 -0700 2009
HEAD is fcef298288a45cc02cc83ca8ccdc5345d4fe56c7
  • apoc committed fcef2982:
    [8717] Fixed SPELL_EFFECT_TAMECREATURE broken after [8686]
apoc created branch backport_3_1_3_ahbot at apoc/mangos Fri Oct 23 02:53:16 -0700 2009
apoc pushed to master at apoc/mangos Fri Oct 23 01:13:00 -0700 2009
HEAD is 8e5bdc73c8fd7335fca613d430c02fc20b777701

22 commits »

apoc pushed to master at mangos/mangos Thu Oct 22 15:33:39 -0700 2009
HEAD is 8e5bdc73c8fd7335fca613d430c02fc20b777701
  • Corfen committed 8e5bdc73:
    [8713] Moved calculation of absorbed damage amount into Unit::HandleProcTriggerSpell for spell 62606.
apoc pushed to master at mangos/mangos Thu Oct 22 12:57:26 -0700 2009
HEAD is 0dc2ce28a9db8b1f02edbe676ce33cab4fde585c
apoc commented on mangos/mangos Thu Oct 22 05:55:45 -0700 2009
Comment in 0c94660:

this is may be more correct but it also decrease a little bit chance to achieve pool allowed objects limit :) Condition before takes the first available spawn if rolled one is already spawned.

apoc commented on mangos/mangos Thu Oct 22 05:53:47 -0700 2009
Comment in 0c94660:

Ah, i think i understand now, you mean like:

        if (roll < 0)
        {
            if (!ExplicitlyChanced[i].spawned || ExplicitlyChanced[i].guid == triggerFrom)
            {
                index = i;
                *store = &ExplicitlyChanced;
                return;
            }
            // Stop the loop.
            break;
        }
apoc commented on mangos/mangos Thu Oct 22 05:49:49 -0700 2009
Comment in 0c94660:

I think i stop.

If roll < 0 and !spawned do the job or
if roll < 0 and spawned but object is one what trigger pool update do the job

apoc pushed to master at mangos/mangos Thu Oct 22 05:21:01 -0700 2009
HEAD is 09c03b871353bff1b8bbeb9ca4eb60f1ad7868d4
  • Tassader2 committed 09c03b87:
    [8709] Show spell miss as miss, not resist
apoc pushed to master at mangos/mangos Thu Oct 22 05:13:09 -0700 2009
HEAD is 097d17ff6f809082be8969be1096c084a3e0a1c8
  • KiriX committed 097d17ff:
    [8708] Fixed damage from spell 1120 and ranks when target below or equal 25% of health.
apoc commented on mangos/mangos Thu Oct 22 00:06:24 -0700 2009
Comment in 2e4118a:

HashMapHolder stores pointers to type specified in template ;)

apoc commented on mangos/mangos Wed Oct 21 23:59:25 -0700 2009
Comment in 47d2f65:

Yes, there is no possibility to use spell focus as target now in target type 40 automaticaly (currently must be added explicity to DB)

apoc pushed to mangos-0.12 at mangos/mangos Wed Oct 21 14:36:51 -0700 2009
HEAD is f40d9d114bfa4159442c9939693374acf6c9778a
  • apoc committed f40d9d11:
    Fixes and inprovements in pool system.
apoc pushed to master at mangos/mangos Wed Oct 21 14:21:52 -0700 2009
HEAD is 0c94660ea9d4d4f808e8c6648196da4bff75dadd
  • apoc committed 0c94660e:
    [8701] Fixes and inprovements in pool system.
apoc pushed to master at apoc/mangos Tue Oct 20 17:35:19 -0700 2009
HEAD is 3231fed24bd12fb3c7a8ab000bc817af10189766

42 commits »

apoc deleted branch per_map_guid_store at apoc/mangos Tue Oct 20 17:34:26 -0700 2009
Deleted branch was at apoc/mangos/tree/per_map_guid_store
apoc pushed to master at mangos/mangos Tue Oct 20 14:55:23 -0700 2009
HEAD is 3231fed24bd12fb3c7a8ab000bc817af10189766
  • Corfen committed 3231fed2:
    [8693] Fixed glyph 45785
apoc pushed to mangos-0.12 at mangos/mangos Tue Oct 20 14:44:58 -0700 2009
HEAD is 267beff6dcf06a59ca98c0560cf08f0aaa3b5930
  • DonTomika committed 267beff6:
    Fixed trigger part of spell 31944.
apoc pushed to master at mangos/mangos Tue Oct 20 14:42:38 -0700 2009
HEAD is 60d864253cdd0bd41a5e7fe59f3802ef0d9f7135
  • DonTomika committed 60d86425:
    [8692] Fixed trigger part of spell 31944.
apoc pushed to master at mangos/mangos Tue Oct 20 14:21:56 -0700 2009
HEAD is b35351b7073022a9f1ff5e8bcc2f9ec64b711752
  • apoc committed b35351b7:
    [8687] Fixes in TARGET_FOCUS_OR_SCRIPTED_GAMEOBJECT.
apoc pushed to mangos-0.12 at mangos/mangos Tue Oct 20 11:32:11 -0700 2009
HEAD is fd73c1d6f0d3670b0ed2577df7b3dcd5828326d3
  • apoc committed fd73c1d6:
    Fixed logic of triggering spells from SPELL_AURA_PERIODIC_TRIGGER_SPELL and SPELL_AURA_PERIODIC_TRIGGER_SPELL_WITH_VALUE.