SphereServer BugTracker - SphereServer
View Issue Details
0002324SphereServerexecutable - windows buildpublic28-04-14 15:1503-05-14 15:02
Alexdan 
Ben 
normalmajoralways
closednot fixable 
WindowsServer 2003
 
 
Automated (specify build number)
DiagonalWalkCheck, NewPositionChecks, WalkCheck, AllowTelnetPacketFilter, DamageTools
Command_Sysmsgs, FileCommands, NoHouseMuteSpeech, NoPrefix
1901
0002324: Exreme lag in new build.
Since we upgraded to new version, about 1 week ago we noticed a really annoying lag problem that is greater when number of active players goes up to 20. When players log out or just few(6-7) are logged in the LAG problem disappears.
We didn't changed anything in the scripts in these days, that may be causing that problems,so please help me finding where's the problem.
Every time more than 20 ppl fight in same location.
I also try to start second server (in same time) on different port to see if is a network problem.. but second server (empty) non have this lag.

Screenshot for internal game ping test:
Frist (http://s24.postimg.org/xv46qhdmd/image.jpg [^]) Server whit player
Second (http://s24.postimg.org/hvlj6xhkl/image.jpg [^]) Server whitout player
No tags attached.
Issue History
28-04-14 15:15AlexdanNew Issue
28-04-14 15:20AlexdanNote Added: 0002121
28-04-14 15:22XuNNote Added: 0002122
28-04-14 15:36AlexdanNote Added: 0002123
28-04-14 15:36AlexdanNote Edited: 0002123bug_revision_view_page.php?bugnote_id=0002123#r624
28-04-14 18:42AlexdanNote Added: 0002124
28-04-14 19:39AlexdanNote Edited: 0002124bug_revision_view_page.php?bugnote_id=0002124#r626
29-04-14 10:07XuNNote Added: 0002125
29-04-14 12:55AlexdanNote Added: 0002126
29-04-14 13:30XuNNote Added: 0002127
29-04-14 14:07AlexdanNote Added: 0002128
29-04-14 14:07AlexdanNote Edited: 0002128bug_revision_view_page.php?bugnote_id=0002128#r628
29-04-14 14:30XuNNote Added: 0002129
29-04-14 14:34AlexdanNote Added: 0002130
29-04-14 14:40AlexdanNote Deleted: 0002130
29-04-14 14:40AlexdanNote Added: 0002131
29-04-14 14:45AlexdanNote Added: 0002132
29-04-14 14:45AlexdanNote Edited: 0002132bug_revision_view_page.php?bugnote_id=0002132#r630
30-04-14 09:24XuNNote Added: 0002133
30-04-14 14:42AlexdanNote Added: 0002135
30-04-14 14:45AlexdanNote Edited: 0002135bug_revision_view_page.php?bugnote_id=0002135#r632
30-04-14 15:06XuNNote Added: 0002136
30-04-14 18:33AlexdanNote Added: 0002137
02-05-14 07:00CorujaNote Added: 0002138
03-05-14 14:25AlexdanNote Added: 0002142
03-05-14 15:02BenNote Added: 0002143
03-05-14 15:02BenStatusnew => closed
03-05-14 15:02BenAssigned To => Ben
03-05-14 15:02BenResolutionopen => not fixable

Notes
(0002121)
Alexdan   
28-04-14 15:20   
Network Config INI:

// Disconnect inactive socket in x min
DeadSocketTime=5

// Maximum number of packets to send per tick
MaxPacketsPerTick=50 //default 25

// Number of connections a client can make before being blocked
MaxPings=15 //default 15

// Maximum number of packets before lowering packet priorities (0 for no limit)
MaxQueueSize=50 //default 50

// Maximum number of bytes to send per tick (also governs maximum size of outgoing packets)
MaxSizePerTick=12000 //default 12000

// Time to remember previous connection history (seconds)
NetTTL=300

// Use asynchronous data sends (changing this setting at runtime may produce unexpected behaviour)
// 0 = Off
// 1 = On
// 2 = On for 4.0.0+ game clients only
UseAsyncNetwork=0

// Prioritise outgoing packets (provides a smoother experience in crowded areas)
UsePacketPriority=0


// Enables an additional buffer for outgoing data.
UseExtraBuffer=1

// Tooltip modes
// 0 = Always send full tooltip
// 1 = Wait for client to request full tooltip
TooltipMode=0

// Time to cache tooltip data for (seconds)
TooltipCache=30

// Automatically invalidate and resend tooltips when:
// 0001 item or character name changes
// 0002 item amount changes
// 0004 container weight changes
// 0008 weapon or armor durability changes
// 0010 weapon poison charge changes
// 0020 wand charge changes
// 0040 spell added to spellbook
AutoTooltipResend=07f

// Number of network threads. Clients are distributed evenly amongst each thread. Set to 0 to not
// use a separate networking thread.
NetworkThreads=0

// If network threads are used, this controls the priority they are assigned.
// 0 = Idle
// 1 = Low
// 2 = Normal
// 3 = High
// 4 = Highest
// 5 = Real-time
// 255 = Automatic (recommended)
NetworkThreadPriority=255
(0002122)
XuN   
28-04-14 15:22   
Try disabling ExtraBuffer, Network settings are unstable.
(0002123)
Alexdan   
28-04-14 15:36   
Ok i disabled it and restarted.. i check and tell in next hours a report

(0002124)
Alexdan   
28-04-14 18:42   
(edited on: 28-04-14 19:39)
The lag problem persist whitout ExtraBuffer=1

(0002125)
XuN   
29-04-14 10:07   
Then if you can provide a debug log we may find the cause of it :)
(0002126)
Alexdan   
29-04-14 12:55   
Here can get a part of debug log (all debug flag enabled):

https://www.dropbox.com/s/25jzu0adkfsmuwn/sphere2014-04-29.rar [^]
(0002127)
XuN   
29-04-14 13:30   
Oh and turn on Script Profiler in the ini and after a period of lag type P in the console, this information will be so usefull to determine what is causing lag: you'll see how many calls to each function/trigger do you have, just like this:

TRIGGER '@enter' called 1 times, took 0.4898 msec average (0.4898 min, 0.4898 max), total: 0.4898 msec
(0002128)
Alexdan   
29-04-14 14:07   
Pvp time i have this report:


Profiles ON: (1 sec total)
Thread 3588, Name=Main
IDLE = 0.0128s avg: 0.0282s [samples: 244 avg: 3282 ] runtime: 280s
OVERHEAD = 0.0003s avg: 0.0005s [samples: 193 avg: 800 ] runtime: 280s
NETWORK_RX = 0.0003s avg: 0.0012s [samples: 68 avg: 2469 ] runtime: 280s
CLIENTS = 0.0314s avg: 0.0570s [samples: 337 avg: 1208 ] runtime: 280s
NETWORK_TX = 0.0000s avg: 0.0169s [samples: 0 avg: 54 ] runtime: 280s
CHARS = 0.1539s avg: 0.1041s [samples: 1742 avg: 3469 ] runtime: 280s
ITEMS = 0.0012s avg: 0.0016s [samples: 395 avg: 1563 ] runtime: 280s
MAP = 0.0387s avg: 0.0287s [samples: 17645 avg: 26038 ] runtime: 280s
NPC_AI = 0.4871s avg: 0.3678s [samples: 18293 avg: 26764 ] runtime: 280s
SCRIPTS = 0.2740s avg: 0.3936s [samples: 933 avg: 1857 ] runtime: 280s
FAULTS = 0 (total: 0) instances
Scripts: called 1153692 times and took 138928.8753 msec (0.1204 msec average). Reporting with highest average.
FUNCTION 'ispk' called 87026 times, took 0.1362 msec average (0.0072 min, 4.6878 max), total: 11862.1686 msec
FUNCTION 'f_bf_events_sstart' called 497 times, took 0.2653 msec average (0.1083 min, 0.7334 max), total: 131.8762 msec
FUNCTION 'f_bf_events_sstart_meditation' called 41 times, took 0.2203 msec average (0.0810 min, 0.4829 max), total: 9.0365 msec
FUNCTION 'f_bf_events_ssuccess' called 326 times, took 0.1875 msec average (0.1506 min, 0.5046 max), total: 61.1465 msec
FUNCTION 'flexeffect' called 24 times, took 0.6624 msec average (0.0425 min, 2.1962 max), total: 15.8992 msec
FUNCTION 'f_buff_spellweaving_addmana' called 481 times, took 0.2478 msec average (0.0735 min, 0.5731 max), total: 119.2508 msec
FUNCTION 'f_onserver_timer' called 6 times, took 12.5692 msec average (0.6076 min, 36.5494 max), total: 75.4157 msec
FUNCTION 'f_tile_trappola' called 169 times, took 0.3273 msec average (0.2142 min, 3.1601 max), total: 55.3251 msec
FUNCTION 'remove_all_effects' called 17 times, took 0.1221 msec average (0.0602 min, 0.4608 max), total: 2.0775 msec
FUNCTION 'f_max_stats_set' called 8 times, took 0.1472 msec average (0.1366 min, 0.1625 max), total: 1.1784 msec
FUNCTION 'statcontrol' called 11 times, took 0.6485 msec average (0.5143 min, 1.0282 max), total: 7.1341 msec
FUNCTION 'f_controlla_bug_inloot' called 8 times, took 0.7958 msec average (0.1293 min, 1.2512 max), total: 6.3668 msec
FUNCTION 'f_update_server_status' called 8 times, took 1.3749 msec average (1.2751 min, 1.6150 max), total: 10.9995 msec
FUNCTION 'ismemberof' called 24 times, took 0.1519 msec average (0.1307 min, 0.2247 max), total: 3.6482 msec
FUNCTION 'f_apri_banca_controllata' called 13 times, took 8.7527 msec average (3.2893 min, 14.4991 max), total: 113.7865 msec
FUNCTION 'f_controlla_bug_inloot_bank' called 13 times, took 5.9885 msec average (1.1305 min, 11.9959 max), total: 77.8513 msec
FUNCTION 'f_banker_compare_karma' called 13 times, took 0.2521 msec average (0.1885 min, 0.4263 max), total: 3.2779 msec
FUNCTION 'f_cliloc_open_depot' called 13 times, took 1.5866 msec average (0.3149 min, 3.2700 max), total: 20.6274 msec
FUNCTION 'f_depot_closedialogs' called 13 times, took 0.2105 msec average (0.1749 min, 0.3301 max), total: 2.7367 msec
FUNCTION 'f_on_spell_success' called 98 times, took 0.1955 msec average (0.0349 min, 0.6095 max), total: 19.1657 msec
FUNCTION 'acc_is_owner' called 50 times, took 0.6148 msec average (0.2350 min, 1.1419 max), total: 30.7463 msec
FUNCTION 'f_magery_ress_differential' called 206 times, took 0.3200 msec average (0.2659 min, 0.5796 max), total: 65.9316 msec
FUNCTION 'f_criminalevilcheck' called 33 times, took 0.1704 msec average (0.0741 min, 0.4601 max), total: 5.6252 msec
FUNCTION 'f_ds_onhittry_various_check' called 162 times, took 0.2637 msec average (0.1551 min, 0.5220 max), total: 42.7433 msec
FUNCTION 'f_bf_events_sstart_mining' called 136 times, took 0.2464 msec average (0.2004 min, 0.4579 max), total: 33.5236 msec
FUNCTION 'mustbecomecriminal' called 70 times, took 0.1600 msec average (0.0538 min, 0.6126 max), total: 11.2042 msec
FUNCTION 'f_ds_calcola_danno_base' called 91 times, took 0.4434 msec average (0.2925 min, 1.1723 max), total: 40.3532 msec
FUNCTION 'f_ds_applica_stats' called 91 times, took 0.4082 msec average (0.0013 min, 0.8501 max), total: 37.1591 msec
FUNCTION 'f_ds_controlla_skill_arma' called 91 times, took 0.3407 msec average (0.2154 min, 0.4887 max), total: 31.0142 msec
FUNCTION 'f_ds_msg_layercolpito' called 91 times, took 0.1778 msec average (0.1218 min, 0.2842 max), total: 16.1816 msec
FUNCTION 'f_ds_applica_danno_arma' called 91 times, took 2.4244 msec average (2.0254 min, 4.0618 max), total: 220.6263 msec
FUNCTION 'f_ds_applica_ac' called 151 times, took 0.1738 msec average (0.1089 min, 0.6537 max), total: 26.2582 msec
FUNCTION 'f_ds_applica_danno_arma_fine' called 91 times, took 0.4557 msec average (0.3589 min, 1.2143 max), total: 41.4828 msec
FUNCTION 'f_ds_assorbimento_parrying' called 121 times, took 0.2311 msec average (0.0553 min, 3.0653 max), total: 27.9710 msec
FUNCTION 'f_ds_check_vari' called 130 times, took 0.2486 msec average (0.0379 min, 0.4526 max), total: 32.3297 msec
FUNCTION 'f_ds_special_defense_check' called 221 times, took 0.1913 msec average (0.0221 min, 0.5093 max), total: 42.2972 msec
FUNCTION 'f_ds_svuota_tag_src' called 177 times, took 0.1719 msec average (0.1369 min, 0.5112 max), total: 30.4437 msec
FUNCTION 'saydamage' called 221 times, took 0.1859 msec average (0.0729 min, 12.7952 max), total: 41.1174 msec
FUNCTION 'saygain' called 122 times, took 0.1329 msec average (0.0078 min, 0.2892 max), total: 16.2163 msec
FUNCTION 'f_onaccount_login' called 15 times, took 5.4767 msec average (3.1331 min, 14.0864 max), total: 82.1514 msec
FUNCTION 'f_bf_events_sstart_stealth' called 4 times, took 0.2762 msec average (0.2411 min, 0.3271 max), total: 1.1051 msec
FUNCTION 'f_atdeath_checkmemory' called 8 times, took 3.2003 msec average (0.0964 min, 4.4781 max), total: 25.6028 msec
FUNCTION 'f_nhreborn_expsystem' called 13 times, took 1.6797 msec average (0.6275 min, 2.4543 max), total: 21.8374 msec
FUNCTION 'f_call_gigacoso_loots' called 8 times, took 0.4128 msec average (0.2949 min, 0.5531 max), total: 3.3028 msec
FUNCTION 'f_itemequip_class_check' called 19 times, took 0.1331 msec average (0.0785 min, 0.3828 max), total: 2.5309 msec
FUNCTION 'bonushealing' called 75 times, took 0.1823 msec average (0.0166 min, 0.3054 max), total: 13.6816 msec
FUNCTION 'f_criminalgoodcheck' called 165 times, took 0.2019 msec average (0.0264 min, 0.8871 max), total: 33.3260 msec
FUNCTION 'f_ship_affondamento' called 2 times, took 0.2533 msec average (0.2315 min, 0.2751 max), total: 0.5067 msec
FUNCTION 'pozzaheal' called 35 times, took 0.7670 msec average (0.1792 min, 3.1672 max), total: 26.8494 msec
FUNCTION 'pozzamana' called 7 times, took 1.2957 msec average (0.1866 min, 2.6706 max), total: 9.0708 msec
FUNCTION 'f_remove_memories' called 14 times, took 0.1919 msec average (0.1431 min, 0.2573 max), total: 2.6884 msec
FUNCTION 'f_new_paralyze_spell' called 1 times, took 1.6888 msec average (1.6888 min, 1.6888 max), total: 1.6888 msec
FUNCTION 'f_check_bank_position' called 14 times, took 0.1518 msec average (0.1343 min, 0.2885 max), total: 2.1264 msec
FUNCTION 'f_depot_check_prelievo' called 6 times, took 1.4794 msec average (1.1156 min, 2.4942 max), total: 8.8770 msec
FUNCTION 'f_depot_check_argtxtnum' called 6 times, took 0.1397 msec average (0.1195 min, 0.1837 max), total: 0.8385 msec
FUNCTION 'pozzastr' called 3 times, took 1.7190 msec average (0.1236 min, 2.6194 max), total: 5.1572 msec
FUNCTION 'f_nhreborn_honorsystem' called 15 times, took 2.0625 msec average (0.9235 min, 3.2280 max), total: 30.9388 msec
FUNCTION 'f_new_rimuovibonus_gioielli' called 3 times, took 0.1516 msec average (0.1398 min, 0.1721 max), total: 0.4551 msec
FUNCTION 'f_mostranomegioiello' called 3 times, took 0.3846 msec average (0.3457 min, 0.4603 max), total: 1.1540 msec
FUNCTION 'f_registro_addmount_target' called 1 times, took 5.0838 msec average (5.0838 min, 5.0838 max), total: 5.0838 msec
FUNCTION 'usebandage' called 12 times, took 0.3825 msec average (0.0616 min, 0.7741 max), total: 4.5915 msec
FUNCTION 'f_human_corpse_carve' called 1 times, took 9.2033 msec average (9.2033 min, 9.2033 max), total: 9.2033 msec
FUNCTION 'f_reliquie_autoavvio' called 1 times, took 3.6023 msec average (3.6023 min, 3.6023 max), total: 3.6023 msec
FUNCTION 'f_s_energyvortex_malus' called 4 times, took 0.3426 msec average (0.2728 min, 0.3874 max), total: 1.3706 msec
FUNCTION 'admin' called 3 times, took 17.1366 msec average (16.7427 min, 17.7802 max), total: 51.4100 msec
FUNCTION 'admin_renderdialog' called 5 times, took 10.0652 msec average (1.5419 min, 12.6335 max), total: 50.3262 msec
FUNCTION 'f_s_energyvortex_bonus' called 4 times, took 0.3221 msec average (0.2740 min, 0.3985 max), total: 1.2887 msec
FUNCTION 'f_anti_poison_bug_check' called 3 times, took 0.1390 msec average (0.1382 min, 0.1400 max), total: 0.4171 msec
FUNCTION 'groster' called 1 times, took 21.8702 msec average (21.8702 min, 21.8702 max), total: 21.8702 msec
FUNCTION 'f_bf_events_sstart_hiding' called 4 times, took 0.2369 msec average (0.2331 min, 0.2460 max), total: 0.9478 msec
FUNCTION 'trovareliquie' called 1 times, took 22.0046 msec average (22.0046 min, 22.0046 max), total: 22.0046 msec
FUNCTION 'f_core_trovareliquie' called 3 times, took 0.2996 msec average (0.2593 min, 0.3560 max), total: 0.8990 msec
FUNCTION 'e' called 2 times, took 0.3802 msec average (0.3186 min, 0.4417 max), total: 0.7604 msec
FUNCTION 'f_restock_treasure_chest' called 1 times, took 28.5858 msec average (28.5858 min, 28.5858 max), total: 28.5858 msec
FUNCTION 'f_ds_crit_weapons' called 1 times, took 0.2369 msec average (0.2369 min, 0.2369 max), total: 0.2369 msec
TRIGGER '@notosend' called 118243 times, took 0.5383 msec average (0.0001 min, 5.9567 max), total: 63660.4874 msec
TRIGGER '@dclick' called 573 times, took 0.2231 msec average (0.0004 min, 2.8411 max), total: 127.8677 msec
TRIGGER '@skillstart' called 502 times, took 0.4619 msec average (0.0788 min, 1.4518 max), total: 231.9071 msec
TRIGGER '@charclick' called 4997 times, took 0.1399 msec average (0.0014 min, 2.6589 max), total: 699.4075 msec
TRIGGER '@targon_char' called 751 times, took 0.3304 msec average (0.0040 min, 2.1477 max), total: 248.1959 msec
TRIGGER '@timer' called 14394 times, took 0.3722 msec average (0.0017 min, 25.7955 max), total: 5358.8604 msec
TRIGGER '@personalspace' called 2570 times, took 0.3744 msec average (0.0409 min, 8.8286 max), total: 962.2841 msec
TRIGGER '@skillsuccess' called 326 times, took 0.2668 msec average (0.2054 min, 0.8115 max), total: 87.0020 msec
TRIGGER '@step' called 927 times, took 0.2487 msec average (0.0016 min, 17.4509 max), total: 230.6051 msec
TRIGGER '@gethit' called 880 times, took 0.4919 msec average (0.0017 min, 13.8351 max), total: 432.9367 msec
TRIGGER '@spellselect' called 296 times, took 0.2897 msec average (0.2106 min, 1.0273 max), total: 85.7628 msec
TRIGGER '@contextmenurequest' called 29 times, took 0.2420 msec average (0.0722 min, 0.4719 max), total: 7.0199 msec
TRIGGER '@click' called 1824 times, took 0.1498 msec average (0.0243 min, 4.5959 max), total: 273.2931 msec
TRIGGER '@spellcast' called 140 times, took 2.5389 msec average (0.0107 min, 21.9813 max), total: 355.4587 msec
TRIGGER '@start' called 52 times, took 0.2249 msec average (0.0710 min, 1.2821 max), total: 11.7013 msec
TRIGGER '@targon_item' called 80 times, took 0.6713 msec average (0.1079 min, 10.7044 max), total: 53.7163 msec
TRIGGER '@login' called 12 times, took 2.7966 msec average (0.0918 min, 5.9944 max), total: 33.5604 msec
TRIGGER '@npcheargreeting' called 9 times, took 0.4281 msec average (0.3559 min, 0.5441 max), total: 3.8531 msec
TRIGGER '@success' called 98 times, took 0.3626 msec average (0.0941 min, 2.8140 max), total: 35.5380 msec
TRIGGER '@spelleffect' called 247 times, took 1.1938 msec average (0.0308 min, 4.5567 max), total: 294.8866 msec
TRIGGER '@effect' called 205 times, took 0.3189 msec average (0.0319 min, 1.2656 max), total: 65.3892 msec
TRIGGER '@hittry' called 166 times, took 0.3153 msec average (0.0355 min, 2.1795 max), total: 52.3520 msec
TRIGGER '@hit' called 119 times, took 3.3120 msec average (0.0368 min, 6.1966 max), total: 394.1399 msec
TRIGGER '@itemequiptest' called 30 times, took 0.1670 msec average (0.0289 min, 0.5988 max), total: 5.0121 msec
TRIGGER '@itempickup_pack' called 73 times, took 0.1986 msec average (0.1674 min, 0.3918 max), total: 14.5000 msec
TRIGGER '@death' called 17 times, took 1.7406 msec average (0.1074 min, 5.2635 max), total: 29.5923 msec
TRIGGER '@kill' called 42 times, took 7.0439 msec average (0.0585 min, 58.7213 max), total: 295.8456 msec
TRIGGER '@deathcorpse' called 13 times, took 1.6711 msec average (0.1254 min, 5.6033 max), total: 21.7246 msec
TRIGGER '@destroy' called 9 times, took 0.2165 msec average (0.1795 min, 0.3307 max), total: 1.9495 msec
TRIGGER '@pickup_self' called 34 times, took 0.8487 msec average (0.0468 min, 1.2190 max), total: 28.8608 msec
TRIGGER '@stepstealth' called 39 times, took 0.6164 msec average (0.2000 min, 12.4265 max), total: 24.0446 msec
TRIGGER '@resourcefound' called 14 times, took 1.6692 msec average (0.6593 min, 3.0063 max), total: 23.3697 msec
TRIGGER '@logout' called 15 times, took 1.5553 msec average (0.1875 min, 6.3007 max), total: 23.3300 msec
TRIGGER '@contextmenuselect' called 4 times, took 5.9334 msec average (0.1495 min, 19.8659 max), total: 23.7337 msec
TRIGGER '@itempickup_ground' called 20 times, took 0.1748 msec average (0.1400 min, 0.2598 max), total: 3.4988 msec
TRIGGER '@dropon_ground' called 4 times, took 4.5532 msec average (3.9841 min, 5.8789 max), total: 18.2133 msec
TRIGGER '@pickup_ground' called 1 times, took 3.7121 msec average (3.7121 min, 3.7121 max), total: 3.7121 msec
TRIGGER '@itembuy' called 14 times, took 0.2021 msec average (0.0416 min, 0.3931 max), total: 2.8309 msec
TRIGGER '@npcactfight' called 6 times, took 1.9206 msec average (0.0757 min, 5.6162 max), total: 11.5240 msec
TRIGGER '@mount' called 3 times, took 0.4149 msec average (0.3631 min, 0.4589 max), total: 1.2449 msec
TRIGGER '@userguildbutton' called 1 times, took 21.9195 msec average (21.9195 min, 21.9195 max), total: 21.9195 msec
Report complete!

(0002129)
XuN   
29-04-14 14:30   
How much time did you had enabled the profiler before using the command?

I would like to know what do you have in your @NotoSend triggers, look at this:
TRIGGER '@notosend' called 118243 times, took 0.5383 msec average (0.0001 min, 5.9567 max), total: 63660.4874 msec <--- 63 seconds of this total time were spent with this trigger, which is insane.
(0002131)
Alexdan   
29-04-14 14:40   
I search better in notosend and tell in next hours
(0002132)
Alexdan   
29-04-14 14:45   
Other difference is EF_WalkCheck .. before lag problem i not used it. but in new release i have to enable it or can enter in house.. is possible is a EF_WalkCheck che lag problem ?

(0002133)
XuN   
30-04-14 09:24   
Maybe an option, try disabling just for testing and see what happens... about walkcheck, must be checked.
(0002135)
Alexdan   
30-04-14 14:42   
(edited on: 30-04-14 14:45)
The problem persist, i complete remove notosend trigger and lag not changed, (during pvp 20+ ppl, make 5 step froz for 1 second ecc).

The profiler report:
Thread 2808, Name=Main
IDLE = 0.0899s avg: 0.1002s [samples: 3760 avg: 5953 ] runtime: 73s
OVERHEAD = 0.0017s avg: 0.0017s [samples: 858 avg: 1607 ] runtime: 73s
NETWORK_RX = 0.0072s avg: 0.0058s [samples: 2882 avg: 4326 ] runtime: 73s
CLIENTS = 0.0408s avg: 0.0376s [samples: 286 avg: 561 ] runtime: 73s
NETWORK_TX = 0.0211s avg: 0.0169s [samples: 66 avg: 96 ] runtime: 73s
CHARS = 0.0734s avg: 0.1433s [samples: 2750 avg: 5674 ] runtime: 73s
ITEMS = 0.0048s avg: 0.0042s [samples: 1658 avg: 3136 ] runtime: 73s
MAP = 0.0517s avg: 0.0451s [samples: 19899 avg: 37473 ] runtime: 73s
NPC_AI = 0.6165s avg: 0.5366s [samples: 20659 avg: 38675 ] runtime: 73s
SCRIPTS = 0.0932s avg: 0.1082s [samples: 472 avg: 1331 ] runtime: 73s
FAULTS = 0 (total: 0) instances
Scripts: called 711245 times and took 76588.3647 msec (0.1076 msec average). Reporting with highest average.
FUNCTION 'f_onserver_start' called 1 times, took 51.4653 msec average (51.4653 min, 51.4653 max), total: 51.4653 msec
FUNCTION 'f_buff_spellweaving_addmana' called 639 times, took 0.2535 msec average (0.0714 min, 0.9430 max), total: 162.0385 msec
FUNCTION 'f_onserver_timer' called 12 times, took 2.1523 msec average (0.5808 min, 18.0170 max), total: 25.8282 msec
FUNCTION 'f_onaccount_login' called 95 times, took 4.2999 msec average (2.7786 min, 11.9987 max), total: 408.4958 msec
FUNCTION 'f_playerspeech' called 43 times, took 0.1150 msec average (0.0860 min, 0.1920 max), total: 4.9474 msec
FUNCTION 'f_controlla_bug_inloot' called 43 times, took 0.9531 msec average (0.0301 min, 3.7389 max), total: 40.9874 msec
FUNCTION 'f_update_server_status' called 43 times, took 1.3426 msec average (1.0974 min, 1.7679 max), total: 57.7348 msec
FUNCTION 'remove_all_effects' called 59 times, took 0.1607 msec average (0.0585 min, 0.7450 max), total: 9.4842 msec
FUNCTION 'f_max_stats_set' called 42 times, took 0.1780 msec average (0.1292 min, 0.4360 max), total: 7.4776 msec
FUNCTION 'statcontrol' called 43 times, took 0.8351 msec average (0.4829 min, 2.7108 max), total: 35.9122 msec
FUNCTION 'f_aggiorna_stato_oggetto' called 18 times, took 0.1263 msec average (0.1005 min, 0.2076 max), total: 2.2753 msec
FUNCTION 'f_apri_banca_controllata' called 43 times, took 10.1687 msec average (4.1038 min, 18.3943 max), total: 437.2579 msec
FUNCTION 'f_controlla_bug_inloot_bank' called 43 times, took 8.0340 msec average (1.3072 min, 15.8431 max), total: 345.4634 msec
FUNCTION 'f_banker_compare_karma' called 43 times, took 0.2358 msec average (0.1933 min, 0.4150 max), total: 10.1424 msec
FUNCTION 'f_cliloc_open_depot' called 39 times, took 1.2364 msec average (0.2247 min, 2.8552 max), total: 48.2206 msec
FUNCTION 'f_depot_closedialogs' called 39 times, took 0.1973 msec average (0.1707 min, 0.3437 max), total: 7.6989 msec
FUNCTION 'f_bf_events_sstart' called 919 times, took 0.2588 msec average (0.1139 min, 1.6883 max), total: 237.9105 msec
FUNCTION 'f_bf_events_sstart_meditation' called 123 times, took 0.2562 msec average (0.0736 min, 0.7144 max), total: 31.5225 msec
FUNCTION 'isskillljob' called 650 times, took 0.1208 msec average (0.0750 min, 0.4406 max), total: 78.6165 msec
FUNCTION 'mustbecomecriminal' called 26 times, took 0.2854 msec average (0.0541 min, 0.8216 max), total: 7.4233 msec
FUNCTION 'ismyenemy' called 52 times, took 0.1233 msec average (0.0924 min, 0.2796 max), total: 6.4143 msec
FUNCTION 'pozzadex' called 2 times, took 3.8835 msec average (2.5470 min, 5.2200 max), total: 7.7670 msec
FUNCTION 'ispk' called 510 times, took 0.1561 msec average (0.0611 min, 0.4521 max), total: 79.6730 msec
FUNCTION 'f_magery_ress_differential' called 343 times, took 0.3159 msec average (0.2312 min, 0.8932 max), total: 108.3985 msec
FUNCTION 'f_criminalevilcheck' called 118 times, took 1.2398 msec average (0.0447 min, 36.9706 max), total: 146.3067 msec
FUNCTION 'f_bf_events_ssuccess' called 696 times, took 0.1894 msec average (0.0023 min, 0.5326 max), total: 131.8379 msec
FUNCTION 'f_on_spell_success' called 203 times, took 0.1595 msec average (0.0524 min, 0.3786 max), total: 32.4038 msec
FUNCTION 'f_remove_memories' called 18 times, took 0.1799 msec average (0.1287 min, 0.4017 max), total: 3.2396 msec
FUNCTION 'f_human_corpse_carve' called 2 times, took 10.7301 msec average (10.1208 min, 11.3395 max), total: 21.4603 msec
FUNCTION 'f_bf_events_sstart_mining' called 100 times, took 0.2489 msec average (0.1912 min, 0.4481 max), total: 24.8946 msec
FUNCTION 'bonushealing' called 82 times, took 0.1875 msec average (0.1308 min, 1.2320 max), total: 15.3832 msec
FUNCTION 'saygain' called 86 times, took 0.1239 msec average (0.0734 min, 0.3142 max), total: 10.6630 msec
FUNCTION 'ismemberof' called 37 times, took 0.1625 msec average (0.1317 min, 0.2779 max), total: 6.0171 msec
FUNCTION 'f_registro_horse_retrieve' called 1 times, took 9.4584 msec average (9.4584 min, 9.4584 max), total: 9.4584 msec
FUNCTION 'f_depot_explode_results' called 1 times, took 0.2449 msec average (0.2449 min, 0.2449 max), total: 0.2449 msec
FUNCTION 'nhr_paga_da_salvadanaio' called 1 times, took 2.8346 msec average (2.8346 min, 2.8346 max), total: 2.8346 msec
FUNCTION 'f_ds_onhittry_various_check' called 79 times, took 0.2472 msec average (0.1748 min, 0.4114 max), total: 19.5336 msec
FUNCTION 'acc_is_owner' called 110 times, took 0.6023 msec average (0.4008 min, 1.2206 max), total: 66.2614 msec
FUNCTION 'f_bf_events_sstart_stealth' called 34 times, took 0.2762 msec average (0.2201 min, 0.6692 max), total: 9.3928 msec
FUNCTION 'f_failcheck_hidsth' called 52 times, took 0.1241 msec average (0.0902 min, 0.2461 max), total: 6.4550 msec
FUNCTION 'f_anti_poison_bug_check' called 4 times, took 0.1335 msec average (0.1180 min, 0.1451 max), total: 0.5343 msec
FUNCTION 'admin' called 9 times, took 16.2559 msec average (12.6108 min, 22.3893 max), total: 146.3040 msec
FUNCTION 'admin_renderdialog' called 9 times, took 11.6667 msec average (9.1411 min, 15.5114 max), total: 105.0014 msec
FUNCTION 'f_ds_calcola_danno_base' called 32 times, took 0.4593 msec average (0.0575 min, 1.0300 max), total: 14.6997 msec
FUNCTION 'f_ds_applica_stats' called 32 times, took 0.2976 msec average (0.0150 min, 0.8275 max), total: 9.5262 msec
FUNCTION 'f_ds_controlla_skill_arma' called 32 times, took 0.3642 msec average (0.1812 min, 0.5547 max), total: 11.6584 msec
FUNCTION 'f_ds_msg_layercolpito' called 32 times, took 0.1893 msec average (0.1015 min, 0.2717 max), total: 6.0592 msec
FUNCTION 'f_ds_applica_danno_arma' called 32 times, took 2.4039 msec average (1.8520 min, 3.2352 max), total: 76.9283 msec
FUNCTION 'f_ds_applica_ac' called 37 times, took 0.1905 msec average (0.1100 min, 0.3346 max), total: 7.0538 msec
FUNCTION 'f_ds_applica_danno_arma_fine' called 32 times, took 0.4483 msec average (0.3564 min, 0.6552 max), total: 14.3466 msec
FUNCTION 'f_ds_crit_weapons' called 5 times, took 0.2982 msec average (0.1960 min, 0.4369 max), total: 1.4911 msec
FUNCTION 'f_ds_assorbimento_parrying' called 34 times, took 0.3860 msec average (0.0699 min, 2.7550 max), total: 13.1261 msec
FUNCTION 'f_ds_check_vari' called 37 times, took 0.2357 msec average (0.1175 min, 0.4914 max), total: 8.7234 msec
FUNCTION 'f_ds_special_defense_check' called 115 times, took 0.1961 msec average (0.1407 min, 0.3786 max), total: 22.5640 msec
FUNCTION 'f_ds_svuota_tag_src' called 100 times, took 0.1727 msec average (0.0180 min, 0.3289 max), total: 17.2769 msec
FUNCTION 'saydamage' called 115 times, took 0.1144 msec average (0.0792 min, 0.2520 max), total: 13.1578 msec
FUNCTION 'f_spell_fields_fix_timer' called 80 times, took 0.1201 msec average (0.0496 min, 0.2549 max), total: 9.6199 msec
FUNCTION 'f_atdeath_checkmemory' called 17 times, took 1.3538 msec average (0.1093 min, 2.7332 max), total: 23.0159 msec
FUNCTION 'f_nhreborn_expsystem' called 16 times, took 1.0639 msec average (0.7656 min, 2.1847 max), total: 17.0231 msec
FUNCTION 'f_call_gigacoso_loots' called 17 times, took 0.3426 msec average (0.2740 min, 0.6092 max), total: 5.8260 msec
FUNCTION 'f_check_bank_position' called 74 times, took 0.1580 msec average (0.1281 min, 0.3580 max), total: 11.6987 msec
FUNCTION 'f_mostranomegioiello' called 13 times, took 0.4763 msec average (0.3628 min, 0.6617 max), total: 6.1930 msec
FUNCTION 'f_depot_check_prelievo' called 11 times, took 1.1669 msec average (1.0497 min, 1.3580 max), total: 12.8362 msec
FUNCTION 'f_depot_check_argtxtnum' called 11 times, took 0.1338 msec average (0.1155 min, 0.2038 max), total: 1.4726 msec
FUNCTION 'f_tile_trappola' called 24 times, took 0.3013 msec average (0.2262 min, 0.4725 max), total: 7.2333 msec
FUNCTION 'f_depot_check_aggiunta' called 26 times, took 2.0636 msec average (1.0810 min, 14.0611 max), total: 53.6559 msec
FUNCTION 'trovareliquie' called 96 times, took 10.0301 msec average (0.2123 min, 35.1518 max), total: 962.8902 msec
FUNCTION 'f_core_trovareliquie' called 117 times, took 0.2801 msec average (0.2165 min, 0.5676 max), total: 32.7795 msec
FUNCTION 'groster' called 2 times, took 26.1457 msec average (22.4809 min, 29.8106 max), total: 52.2915 msec
FUNCTION 'pozzastr' called 10 times, took 2.3785 msec average (2.1660 min, 2.6083 max), total: 23.7857 msec
FUNCTION 'f_mangiatoia_nutricavalli' called 63 times, took 0.3398 msec average (0.2376 min, 0.6986 max), total: 21.4122 msec
FUNCTION 'f_depot_bloccoreag' called 3 times, took 4.0761 msec average (3.7028 min, 4.6322 max), total: 12.2285 msec
FUNCTION 'f_start_poison' called 4 times, took 0.1523 msec average (0.1023 min, 0.1814 max), total: 0.6096 msec
FUNCTION 'f_do_poison' called 4 times, took 0.6264 msec average (0.5217 min, 0.7876 max), total: 2.5060 msec
FUNCTION 'salitapoisoning' called 4 times, took 0.1124 msec average (0.1021 min, 0.1225 max), total: 0.4499 msec
FUNCTION 'status' called 10 times, took 8.7716 msec average (7.6281 min, 13.2469 max), total: 87.7172 msec
FUNCTION 'f_new_bankbalance' called 12 times, took 0.1651 msec average (0.0941 min, 0.2524 max), total: 1.9815 msec
FUNCTION 'f_bf_events_sstart_taming' called 1 times, took 0.4299 msec average (0.4299 min, 0.4299 max), total: 0.4299 msec
FUNCTION 'usebandage' called 8 times, took 0.3354 msec average (0.0637 min, 0.5286 max), total: 2.6840 msec
FUNCTION 'f_bf_events_sstart_hiding' called 18 times, took 0.3370 msec average (0.2186 min, 0.9807 max), total: 6.0681 msec
FUNCTION 'syspvp' called 46 times, took 0.1259 msec average (0.0849 min, 0.2160 max), total: 5.7982 msec
FUNCTION 'f_rp_events_speff_cancel_reflect' called 10 times, took 0.4592 msec average (0.4099 min, 0.5579 max), total: 4.5924 msec
FUNCTION 'f_criminalgoodcheck' called 191 times, took 0.1228 msec average (0.0081 min, 0.8836 max), total: 23.4740 msec
FUNCTION 'f_registro_addmount_target' called 2 times, took 11.3849 msec average (5.4195 min, 17.3504 max), total: 22.7700 msec
FUNCTION 'criminale' called 15 times, took 8.5357 msec average (3.2075 min, 36.4434 max), total: 128.0368 msec
FUNCTION 'checkbonecomplete' called 2 times, took 0.2819 msec average (0.2692 min, 0.2947 max), total: 0.5639 msec
FUNCTION 'helppage' called 2 times, took 0.5394 msec average (0.5231 min, 0.5558 max), total: 1.0789 msec
FUNCTION 'f_new_paralyze_spell' called 3 times, took 1.6061 msec average (1.0676 min, 2.0565 max), total: 4.8185 msec
FUNCTION 'f_spawncharelite' called 1 times, took 4.2274 msec average (4.2274 min, 4.2274 max), total: 4.2274 msec
FUNCTION 'f_pumpcharelite' called 1 times, took 4.0830 msec average (4.0830 min, 4.0830 max), total: 4.0830 msec
FUNCTION 'f_player_page' called 1 times, took 0.3695 msec average (0.3695 min, 0.3695 max), total: 0.3695 msec
FUNCTION 'f_s_energyvortex_malus' called 5 times, took 0.3686 msec average (0.2633 min, 0.5621 max), total: 1.8437 msec
FUNCTION 'f_s_energyvortex_bonus' called 5 times, took 0.3118 msec average (0.2603 min, 0.3684 max), total: 1.5594 msec
FUNCTION 'make_full_kegs' called 2 times, took 2.4594 msec average (2.4463 min, 2.4726 max), total: 4.9190 msec
FUNCTION 'f_call_keg_alchemy' called 2 times, took 0.8448 msec average (0.6991 min, 0.9904 max), total: 1.6896 msec
FUNCTION 'pages' called 3 times, took 1.9288 msec average (1.5764 min, 2.2000 max), total: 5.7864 msec
FUNCTION 'f_check_right_numpage' called 1 times, took 0.1727 msec average (0.1727 min, 0.1727 max), total: 0.1727 msec
FUNCTION 'f_ds_crit_spells' called 14 times, took 0.1611 msec average (0.0961 min, 0.4594 max), total: 2.2576 msec
FUNCTION 'e' called 2 times, took 0.3999 msec average (0.3380 min, 0.4617 max), total: 0.7998 msec
FUNCTION 'f_new_applicabonus_gioielli' called 1 times, took 0.6813 msec average (0.6813 min, 0.6813 max), total: 0.6813 msec
FUNCTION 'f_guildspeak' called 2 times, took 7.3798 msec average (5.2117 min, 9.5479 max), total: 14.7596 msec
FUNCTION 'f_guildspeak_go' called 56 times, took 0.2116 msec average (0.0525 min, 0.4291 max), total: 11.8566 msec
FUNCTION 'qsee' called 1 times, took 2.4001 msec average (2.4001 min, 2.4001 max), total: 2.4001 msec
FUNCTION 'qsee_renderdialog' called 1 times, took 0.7996 msec average (0.7996 min, 0.7996 max), total: 0.7996 msec
FUNCTION 'f_nhreborn_honorsystem' called 1 times, took 1.6313 msec average (1.6313 min, 1.6313 max), total: 1.6313 msec
FUNCTION 'pozzaheal' called 1 times, took 2.9288 msec average (2.9288 min, 2.9288 max), total: 2.9288 msec
FUNCTION 'pozzamana' called 1 times, took 2.8973 msec average (2.8973 min, 2.8973 max), total: 2.8973 msec
TRIGGER '@regenstat' called 293477 times, took 0.1154 msec average (0.0075 min, 7.7260 max), total: 33890.0524 msec
TRIGGER '@personalspace' called 4699 times, took 0.3828 msec average (0.0055 min, 5.1424 max), total: 1799.4439 msec
TRIGGER '@timer' called 15345 times, took 0.2089 msec average (0.0037 min, 11.1059 max), total: 3206.8677 msec
TRIGGER '@userstats' called 11771 times, took 1.2203 msec average (0.0141 min, 9.3909 max), total: 14364.9353 msec
TRIGGER '@statchange' called 29386 times, took 0.1316 msec average (0.0145 min, 5.7167 max), total: 3869.9442 msec
TRIGGER '@login' called 71 times, took 2.9180 msec average (0.0643 min, 8.7380 max), total: 207.1833 msec
TRIGGER '@itemunequip' called 446 times, took 0.1093 msec average (0.0666 min, 0.3943 max), total: 48.7646 msec
TRIGGER '@step' called 1313 times, took 0.6998 msec average (0.0016 min, 9.3765 max), total: 918.9615 msec
TRIGGER '@dclick' called 896 times, took 0.3410 msec average (0.0212 min, 19.9830 max), total: 305.6215 msec
TRIGGER '@click' called 3444 times, took 0.1479 msec average (0.0400 min, 4.2700 max), total: 509.7276 msec
TRIGGER '@gethit' called 202 times, took 0.8391 msec average (0.0031 min, 4.3828 max), total: 169.5114 msec
TRIGGER '@npcseenewplayer' called 151 times, took 0.1252 msec average (0.0030 min, 0.6530 max), total: 18.9126 msec
TRIGGER '@contextmenurequest' called 57 times, took 0.2859 msec average (0.0446 min, 0.7614 max), total: 16.2994 msec
TRIGGER '@spellselect' called 525 times, took 0.2903 msec average (0.0664 min, 0.6776 max), total: 152.4268 msec
TRIGGER '@npcheargreeting' called 29 times, took 0.3594 msec average (0.3264 min, 0.4284 max), total: 10.4256 msec
TRIGGER '@skillstart' called 925 times, took 0.4451 msec average (0.0753 min, 1.8946 max), total: 411.7304 msec
TRIGGER '@itempickup_pack' called 600 times, took 0.2099 msec average (0.1375 min, 0.5467 max), total: 125.9992 msec
TRIGGER '@pickup_self' called 13 times, took 1.7325 msec average (0.2055 min, 10.4767 max), total: 22.5237 msec
TRIGGER '@targon_char' called 489 times, took 0.4455 msec average (0.0377 min, 6.0543 max), total: 217.9258 msec
TRIGGER '@spelleffect' called 374 times, took 1.3774 msec average (0.0653 min, 4.6484 max), total: 515.1980 msec
TRIGGER '@effect' called 317 times, took 0.6269 msec average (0.0307 min, 37.0314 max), total: 198.7336 msec
TRIGGER '@skillsuccess' called 696 times, took 0.2730 msec average (0.0311 min, 0.9661 max), total: 190.0651 msec
TRIGGER '@spellcast' called 246 times, took 0.6673 msec average (0.0013 min, 1.5857 max), total: 164.1716 msec
TRIGGER '@success' called 203 times, took 0.2303 msec average (0.1041 min, 0.6394 max), total: 46.7626 msec
TRIGGER '@stepstealth' called 191 times, took 0.2716 msec average (0.1968 min, 0.6349 max), total: 51.8863 msec
TRIGGER '@dropon_item' called 15 times, took 0.1162 msec average (0.0071 min, 0.2965 max), total: 1.7443 msec
TRIGGER '@itemequiptest' called 124 times, took 0.1080 msec average (0.0089 min, 0.4812 max), total: 13.4032 msec
TRIGGER '@logout' called 26 times, took 0.9866 msec average (0.1736 min, 3.0437 max), total: 25.6543 msec
TRIGGER '@itempickup_ground' called 50 times, took 0.1831 msec average (0.1455 min, 0.3163 max), total: 9.1614 msec
TRIGGER '@targon_item' called 20 times, took 1.8080 msec average (0.1215 min, 12.7473 max), total: 36.1625 msec
TRIGGER '@contextmenuselect' called 9 times, took 6.3800 msec average (0.4927 min, 13.3045 max), total: 57.4205 msec
TRIGGER '@resourcefound' called 23 times, took 1.7172 msec average (0.6387 min, 4.2043 max), total: 39.4978 msec
TRIGGER '@start' called 89 times, took 0.2120 msec average (0.0001 min, 1.3456 max), total: 18.8765 msec
TRIGGER '@hittry' called 121 times, took 0.2114 msec average (0.0398 min, 0.4780 max), total: 25.5808 msec
TRIGGER '@equip' called 35 times, took 0.3545 msec average (0.0080 min, 0.7370 max), total: 12.4117 msec
TRIGGER '@mount' called 4 times, took 0.3684 msec average (0.3348 min, 0.4205 max), total: 1.4740 msec
TRIGGER '@hit' called 32 times, took 4.1764 msec average (2.8457 min, 6.8209 max), total: 133.6472 msec
TRIGGER '@death' called 18 times, took 1.3660 msec average (0.1558 min, 2.7917 max), total: 24.5899 msec
TRIGGER '@kill' called 19 times, took 4.4004 msec average (0.0575 min, 26.6885 max), total: 83.6078 msec
TRIGGER '@deathcorpse' called 18 times, took 1.9583 msec average (0.2043 min, 3.1591 max), total: 35.2516 msec
TRIGGER '@destroy' called 25 times, took 0.2242 msec average (0.1834 min, 0.3578 max), total: 5.6068 msec
TRIGGER '@itembuy' called 14 times, took 0.2186 msec average (0.0048 min, 0.4911 max), total: 3.0615 msec
TRIGGER '@userguildbutton' called 2 times, took 26.1953 msec average (22.5271 min, 29.8635 max), total: 52.3907 msec
TRIGGER '@pickup_ground' called 4 times, took 2.8814 msec average (0.0361 min, 4.1748 max), total: 11.5260 msec
TRIGGER '@npcactfight' called 13 times, took 0.1092 msec average (0.0062 min, 0.8604 max), total: 1.4204 msec
TRIGGER '@dropon_ground' called 1 times, took 4.5255 msec average (4.5255 min, 4.5255 max), total: 4.5255 msec
TRIGGER '@npchearunknown' called 2 times, took 0.8707 msec average (0.8446 min, 0.8969 max), total: 1.7415 msec
TRIGGER '@chardclick' called 2 times, took 0.1500 msec average (0.1050 min, 0.1951 max), total: 0.3001 msec
Report complete!

(0002136)
XuN   
30-04-14 15:06   
FUNCTION 'trovareliquie' called 96 times, took 10.0301 msec average (0.2123 min, 35.1518 max), total: 962.8902 msec
TRIGGER '@regenstat' called 293477 times, took 0.1154 msec average (0.0075 min, 7.7260 max), total: 33890.0524 msec
TRIGGER '@userstats' called 11771 times, took 1.2203 msec average (0.0141 min, 9.3909 max), total: 14364.9353 msec

There are more functions creating a high usage, you can look at them in this report. However, what client are you using? newer clients are not fully supported and they have some lag.
(0002137)
Alexdan   
30-04-14 18:33   
Client is 7.0.20.0
(0002138)
Coruja   
02-05-14 07:00   
try using MaxQueueSize=0
(0002142)
Alexdan   
03-05-14 14:25   
I hope problem is solved i remove all from new trigger @regenstat and @userstats and no more lag when more 20+ ppl fight in same area.

I think can close this report, and thx for help and suggestions!
(0002143)
Ben   
03-05-14 15:02   
Seems like an excess use of triggers while in combat.
At this point there is nothing that can be done other then manage triggers :)