Highly recommended
Beiträge von Andrzejq
-
-
Window scrolling with camera
bool CWindowManager::RunMouseWheelEvent(long nLen) return false that's why it happens
So, the fix is:
change:
apply(self.onRunMouseWheelEvent, (bool(nLen < 0), ))
To
self.onRunMouseWheelEvent, (bool(nLen < 0), )
Remove
if not self.onRunMouseWheelEvent:
return False
Regards
-
-
-
I lost fix for items with time limit in shop. Can anyone help me?
The problem is with items in the npc store with 0 minutes.
-
vnum mob_color
Bitte melden Sie sich an, um diesen Link zu sehen.
not sure if it's 100% official like.
Thanks a lot
-
Work`s fine. I think some months ago after conversion from sql to txt it changed to 0.
Can u show me output from this query?
SELECT vnum FROM mob_proto WHERE mob_color = "16764108";
I will know where to change it.
Thanks
-
Hello everyone.
My hungry mobs looks like normal mobs and i don`t have any idea why.
Hungry alpha wolf mob on gf server:
Bitte melden Sie sich an, um dieses Bild zu sehen.
Same Hungry alpha wolf on my server:
Bitte melden Sie sich an, um dieses Bild zu sehen.
This applies to all hungry monsters
Any idea?
-
Is there any solution of this fix in refine window :
Bitte melden Sie sich an, um diesen Link zu sehen.
That the new Upgrade chance is shown there ? Like 30% +10 or 40% or something like this ?
kind regards.
Yes
char_item.cpp in function RefineInformation after p.prob = (prt->prob); add:
if (bType == REFINE_TYPE_RITUALS_SCROLL)
p.prob += 15;