

useless69
Member-
Content Count
56 -
Joined
-
Last visited
-
useless69 started following Grade status points bug, Give item after kill monster [c++], Shaman's Heal Skill Problem ( Not Healing, nor removing negative effects ) and 7 others
-
search void CHARACTER::Dead(LPCHARACTER pkKiller, bool bImmediateDead) add something like this, and change mobvnum and ITEM if (true == IsMonster() && MOBVNUM == GetMobTable().dwVnum) { if (pkKiller->IsPC() ) { pkKiller->AutoGiveItem(ITEM); } }
-
Shaman's Heal Skill Problem ( Not Healing, nor removing negative effects )
useless69 replied to DotWorthy's question in Questions & Answers
try to change szmasterbonusypoly to "1000" if you dont have just f*** up formula -
step by step, this is for range. iDam = number(pkBow->GetValue(3)+pkArrow->GetValue(3), pkBow->GetValue(4)) +pkArrow->GetValue(4); arrow value 3 = 10 value = 20
-
where do you have function pkArrow->GetValue
-
arrows damage taking from function CalcArrowDamage but if you using sword this should take from function CalcMeleeDamage, i dont think its connected, check and compare calcarrowdamage and calcmeleedamage function This is function arrow iDam = number(pkBow->GetValue(3), pkBow->GetValue(4)) * 2 + pkArrow->GetValue(3); but its only count when you wear bow.
-
Game Login and teleport CPU boost %13-15
useless69 replied to ProBrain's question in Questions & Answers
while teleporting cpu going for moment +1.4% (less like 0.3 second), then go back to the cca 0.8 -
how much inv do you have? search guide how to 4 inv and check all files or try make 5 inv, just for testing
-
Game Login and teleport CPU boost %13-15
useless69 replied to ProBrain's question in Questions & Answers
i have 0.8% cpu with three persons in game, 2gb and 1vcpu (vps) -
show uichat.py
-
you cant find something what you dont have. add this before def OverOutItem(self): def AttachMetinToItem(self, metinSlotPos, targetSlotPos): metinIndex = player.GetItemIndex(metinSlotPos) targetIndex = player.GetItemIndex(targetSlotPos) item.SelectItem(metinIndex) itemName = item.GetItemName() result = player.CanAttachMetin(metinIndex, targetSlotPos) if player.ATTACH_METIN_NOT_MATCHABLE_ITEM == result: chat.AppendChat(chat.CHAT_TYPE_INFO, localeInfo.REFINE_FAILURE_CAN_NOT_ATTACH(itemName)) if player.ATTACH_METIN_NO_MATCHABLE_SOCKET == result: chat.AppendChat(chat.CHAT
-
official function, try replace there 3 fuctions def RefreshAlignment(self): point, grade = player.GetAlignmentData() import colorInfo COLOR_DICT = { 0 : colorInfo.TITLE_RGB_GOOD_4, 1 : colorInfo.TITLE_RGB_GOOD_3, 2 : colorInfo.TITLE_RGB_GOOD_2, 3 : colorInfo.TITLE_RGB_GOOD_1, 4 : colorInfo.TITLE_RGB_NORMAL, 5 : colorInfo.TITLE_RGB_EVIL_1, 6 : colorInfo.TITLE_RGB_EVIL_2, 7 : colorInfo.TITLE_RGB_EVIL_3, 8 : colorInfo.TITLE_RGB_EVIL_4, } colorList = COLOR_DICT.get(grade, colorInfo.TITLE_RGB_NORMAL) gradeColor = ui.GenerateColor(colorList
-
download character window from another client and try it , i had similar problem and error was in packet in client source, so first be sure its not client problem then look somewhere else.
-
Core crash when reaching the 2nd metin stone in Devil Tower.
useless69 replied to doxiddos's question in Questions & Answers
show quest -
if you dont have backup, give whatever you removed back and remove it step by step
-
uicharacter.py show function RefreshAlignment , something in sysser?