- 0
-
Activity
-
3
-
62
Shop Ex Renewal
Hy.... i have this problem https://ibb.co/bs8C3QL only that 2 spaces ... have that problem if i add something still .... the count for that items -
0
[Problem] : System war between kingdoom
hello guys i have problem with compile Source Game Photo To Problem : https://prnt.sc/xmaavm ------------------------------------------------------------------------------------------ he said " has not been declared " But the true i'm added this photo : https://prnt.sc/xmacyf Please Guys Help Me and i'm sorry for my bad english the problem fixed admin please close topic thx for everyone -
2
DDos attacks
First things first, here's a rough (and obviously incomplete) explanation. You'd differ between DoS and DDoS. DoS (Denial of Service) simply put is using up the resources of the machine by leveraging on a weak spot of the program. You'll see often people targeting the auth server and flooding it with packets and if the server has bad code in it, it'll use up too many resources. This could lead to lags or in worst cases the server to not respond anymore. Now, if you think DoS is bad, we're gonna take it to a new level: DDoS (Distributed Denial of Service). This time it's -
7
Dynamic Weather
When placing the system basically all maps will change correct? Would it be possible to put time to change only in cities? -
7
How to avoid getting flooded in 2021
I think this vulnerability is caused because, in CInputHandshake::Analyze, it keeps the connection open even if the processed packet fails, so the same connection can send infinite packets increasing the buffer size until it reaches 4gb of ram (32bit binary limit). Replace every return -1; there with { d->SetPhase(PHASE_CLOSE); return 0; } And that's all. yfw: int analyze_protect{0}; int analyze_protect_count{0}; If you're working on files that don't have c++11 enabled in 2021, you're probably doing something deep wrong.- 1
-
-
47
Multiple Login Saver System
What is not working? This is just an example you need edit it and adapt to your needs. data = ''.join([i for i in f if not i.lower().startswith(selItem.GetText())]) f.seek(0) f.write(data) f.truncate() -
0
-
95
-
-
Recently Browsing
No registered users viewing this page.
Question
Danilo89 0
Hi everyone, I need a lot of help in this quest.
I state that I'm not good.
then I would like that at the first login he is given a chest in this case it is 56000 and that when I use it it gives me all those things is it possible?
when 56000.use begin--Baule dei War pc . give_item2 ( "14005" , 1 ) -- Bracciale pc . give_item2 ( "15005" , 1 ) -- Scarpe pc . give_item2 ( "16005" , 1 ) -- Collana pc . give_item2 ( "17005" , 1 ) -- Orecchini pc . give_item2 ( "27003" , 1 ) -- Pozione Rossa pc . give_item2 ( "27006" , 1 ) -- Pozione Blu pc . give_item2 ( "72702" , 1 ) -- Scarpe del vento+ pc . give_item2 ( "50052" , 1 ) -- chiama cavallo pc . give_item2 ( "52006" , 1 ) -- Sigillo Cinghiale Selvaggio 7g 3% FCM pc . give_item2 ( "53025" , 1 ) -- Baby Leopardo 7g pc . give_item2 ( "70057" , 1 ) -- Mantello del Coraggio pc . give_item2 ( "70058" , 1 ) -- Anello del Teletrasporto pc . give_item2 ( "50187" , 1 ) if pc . job == 0 then ---**************************---X WAR pc . give_item2 ( "15" , 1 ) -- Spada+5 pc . give_item2 ( "11205" , 1 ) -- Corazza del Monaco+5 pc . give_item2 ( "13005" , 1 ) -- Scudo da Battaglia+5 pc . give_item2 ( "12205" , 1 ) -- Elmo Tradizionale+5 elseif pc . job == 1 then ---**************************---X NINJA pc . give_item2 ( "1005" , 1 ) -- Pugnale+5 pc . give_item2 ( "11405" , 1 ) -- Abito Azzurro+5 pc . give_item2 ( "13005" , 1 ) -- Scudo da Battaglia+5 pc . give_item2 ( "12345" , 1 ) -- Cappuccio in Pelle+5 pc . give_item2 ( "15" , 1 ) -- Spada+5 elseif pc . job == 2 then ---**************************---X SURA pc . give_item2 ( "15" , 1 ) -- Spada+5 pc . give_item2 ( "11605" , 1 ) -- Corazza Requiem pc . give_item2 ( "12485" , 1 ) -- Elmo Insanguinato+5 pc . give_item2 ( "13005" , 1 ) -- Scudo da Battaglia+5 elseif pc . job == 3 then ---**************************---X SHAMY pc . give_item2 ( "7005" , 1 ) -- Ventaglio+5 pc . give_item2 ( "5005" , 1 ) -- Campana di Rame+5 pc . give_item2 ( "13005" , 1 ) -- Scudo da Battaglia+5 pc . give_item2 ( "12625" , 1 ) -- Cappello del Monaco pc . give_item2 ( "11805" , 1 ) -- Vestito Porpora+5 item.equip() pc.set_skill_level(122, 2) -- Combo a Livello 2 pc.set_skill_level(131, 10) -- Chiama Cavallo horse.set_level(11) -- Livello del Cavallo pc.remove_item(56000, 1) end
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.