

Kafa
Member-
Content Count
132 -
Joined
-
Last visited
-
Kafa started following Message with the remaining hp and mp post duel, Sort By Last Play Time, Question about Mob_Drop etc. and 5 others
-
Mali released a function to sort the characters in intro select according to last played time. If you played character warrior last time he will be in the first slot so you can play him again by just pressing enter. If you misunderstood it‘s ok we are humans.
-
Hey guys, is it actually possible to load the .txt file from source? I dont want it to be in files . I'm talking about mob_drop_item.txt etc.
-
Mali, im using your shopEx is it possible to stack items bought? If you buy 50 green potion 2 times currently you get 2x 50 stacks from it
-
Would be interesting to see CHeck in
-
Can someone post this for shopex? Autostack?
-
You're not really expecting someone to help you, use a system from Worldard which got leaked or?
-
I made my strings like numbers some weeks ago, wish there would be a tool to make my ChatPacket(CHAT_TYPE_INFO, LC_TEXT(''1111'')); into your Format
-
Bro read the posts he made a example..
-
It's a dynamic weather system, according to date time / hour and stuff it changes textures to snow or game mode into night
-
Push
-
Message with the remaining hp and mp post duel
Kafa replied to RedStar's question in Questions & Answers
Open pvp.cpp Search for pkPVP->Win(dwKillerPID); paste under: LPCHARACTER pkVictim = CHARACTER_MANAGER::instance().FindByPID(dwKillerPID); if (pkVictim) { pkVictim->ChatPacket(CHAT_TYPE_INFO, "You have %d of %d TP left", pkVictim->GetHP(), pkVictim->GetMaxHP()); pkChr->ChatPacket(CHAT_TYPE_INFO, "opponent had %d of %d TP left", pkVictim->GetHP(), pkVictim->GetMaxHP()); } -
Its bugged. Either the official mob_drop_item or the source. I dont know what atm. If only someone who knows that im talking about would write. Limit Level = Items only drop above that limit level but also it shouldnt drop when the monster is lvl 50 and your 120