- 0
-
Activity
-
0
Relationship between python and C++ in client
Hi all, I'm new and I've been looking for a while at the source code. I noticed that in the installed client the root package contains python scripts, while the source code only has C++ files. I don't understand the relationships between those, where do the python scripts come from? Best regards -
-
0
segmentation failed ./db core dumped error
hi guys after using ./db & sleep 5 command im getting [1] + Segmentation fault ./db (core dumped) error. i was try solution in this topic : but not workes for me. (gdb) bt full #0 0x080d62d3 in CAsyncSQL2::SetLocale () No symbol table info available. #1 0x08051060 in CDBManager::SetLocale (this=0xbfbfeb68, szLocale=0x2840d06c "latin5") at DBManager.cpp:172 n = 3 stLocale = {static npos = 4294967295, _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>}, -
-
0
New Item Type for Wings
I've added a new item type for wings but when i put them in item proto and try to turn server on it gives me this https://prnt.sc/11vmurz This is what i've put into proto reader https://prnt.sc/11vmwdq https://prnt.sc/11vmwyq https://prnt.sc/11vmxjj I dont understand this out of range thing, can someone elaborate on what im doing wrong ? Keep in mind ITEM_BELT is 35 but it takes the 34 Wing is 36 but it takes 35 -
0
SQL performance ( ? )
i make a gm command; ACMD(do_sqltestlog) { char arg1[256]; uint64_t count = 0; one_argument(argument, arg1, sizeof(arg1)); if (*arg1) { str_to_number(count, arg1); } else { count = 1; } count = MIN(100000000, count); for (uint64_t i = 0; i < count; ++i) { DBManager::instance().Query("INSERT INTO log.log (type, time, who, x, y, what, how, hint, ip, vnum) VALUES('ITEM', NOW(), '%u', '%u', '%u', '%u', '%s', '%s', '%s', '%u')", 1, 555, 666, 10000000, "GM", "FORSQLTEST", "192.168.1.1", 00); } ch->ChatPacket(CHAT_TYPE_INFO, "%u adet sorgu gonderimi tamamlandi", coun -
1
Oryon2 - Open Beta PvM Server 2021 http://www.oryon2.com
Delete this i am gona make a new one. -
67
-
2
Fix discord rich presence to show map names
You need to add in UserInterface / discord.h of your source bin the names of the maps folder and its name for example: {"map_a2", "Valley of Seungryong"}, {"map_n_snowm_01", "Mount Sohan"}, {"metin2_map_deviltower1", "Demon Tower"},
-
-
Recently Browsing
No registered users viewing this page.
Question
Jettyx 0
Hi, anyone know how to change the wind speed on binary ? (SpeedTreeForest).
If I change from m_fWindStrength; nothing is happening, and the wind is very powerful.
If I change from fOldStrength and I put fOldStrength = m_fWindStrength/1.4f;
the wind will be ok, but in 2 minutes, the animations will go in 10fps and continue to slow down..
Link to post
0 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.