-
Content Count
23 -
Joined
-
Last visited
Community Reputation
8 NeutralAbout Chookez

-
Rank
WHATS UP?
- Birthday August 4
Informations
-
Gender
Male
-
Location
Hungary
Skills
-
Mapping
Intermediate
-
C++
Beginner
-
LUA
Beginner
-
Python
Beginner
-
PHP
Intermediate
-
HTML
Beginner
Recent Profile Visitors
542 profile views
-
Chookez started following C++ Costume time extend, Problem with ITEM STACK COUNT, Chat Clear Button System and 5 others
-
Version of Files : 40K Hello. Someone can help me in this problem? https://www.youtube.com/embed/An701E5khVc It does not show the number of pieces properly. In which function is it worth looking? Thanks in advance. -Chookez
-
If you want '.png' support, then add this line: (ScriptLib/Resource.cpp) m_resManager.RegisterResourceNewFunctionPointer("png", NewImage); After this: m_resManager.RegisterResourceNewFunctionPointer("jpg", NewImage);
-
@ByLost Change this section: if app.ENABLE_CLEAR_CHAT: CHAT_WINDOW_WIDTH += 20 To this: if app.ENABLE_CLEAR_CHAT: CHAT_WINDOW_WIDTH = 620
-
Chookez changed their profile photo
-
open Armor Black Dragon without horn for all class?
Chookez replied to SorinSmon's question in Questions & Answers
https://mega.nz/file/Fo4CAAAS#2TNDT7U_1wQZoYB4h89nVAjVqDY858zsRnTOos66YuY -
I just started the server to look at an object. I wanted to delete it afterwards, I just didn't have time for it. So no problem happened. I just didn't know what it was. Sry my bad eng.
-
Hi. I installed allwip server file on my VPS, and two hours later: To recover your lost Database and avoid leaking it: Send us 0.06 Bitcoin (BTC) to our Bitcoin address 1DqRz2B9cBizPaajy4EAR3Vhj74b3rQ7NB and contact us by Email with your Server IP or Domain name and a Proof of Payment. If you are unsure if we have your data, contact us and we will send you a proof. Your Database is downloaded and backed up on our servers. Backups that we have right now: account, common, hotbackup, log, player. If we dont receive your payment in the next 10 Days, we will make
-
Procedure: Reset FreeBSD root user password Step # 1: Start FreeBSD server/workstation. Step # 2: Press Enter key at boot loader. At Welcome to FreeBSD! boot menu press spacebar key to pause default booting Type number 4 key (type 4 number) to boot into single user mode Next you will see the following prompt from system:When prompted Enter full pathname of shell or RETURN for /bin/sh: Press Enter key to boot into a single user mode. Next, you will be immediately dropped into a single user mode without a root password. You need
-
Hello all. Someone can give me some help in this code? if (!bFound) { TPacketGCEmpire pe; pe.bHeader = HEADER_GC_EMPIRE; pe.bEmpire = number(1, 3); d->Packet(&pe, sizeof(pe)); } I deleted the yellow empire from the client. So here's another statement that a user who doesn't have a character just enters the Red and Blue empires. pe.bEmpire = number(1, 3); 1 = Shinsoo 2 = Chunjo 3 = Jinno But i only want the first and third, not the second. Sorry for my very bad english.
-
Thanks for the information.
-
? Hi guys. Is it possible to make NPCs visible in World Editor? If so how?
-
I'll try it soon, thanks in advance.
-
case USE_EXTEND_TIME: { LPITEM item2; if (!IsValidItemPosition(DestCell) || !(item2 = GetItem(DestCell))) { return false; } if (item2->IsExchanging()) { ChatPacket(CHAT_TYPE_INFO, "You can't use it while trading."); return false; } if (item2->IsEq
-
It works for me, thanks. @ReFresh Yes, replace the function. Of course, if you've already changed something, check it out.
-
Nice work, but the link is dead. ?
-
Hi. I have a little problem with this quest: https://pastebin.com/6t3Z8tfC I'll kill the dragon and all monsters resurrect in the same way. ? Regen.txt: https://pastebin.com/P1BDdTNh Someone can help me? ?