

Shogun
VIP-
Content Count
1301 -
Joined
-
Last visited
-
Days Won
77
Shogun last won the day on July 13 2020
Shogun had the most liked content!
Community Reputation
1519 ChivalricAbout Shogun

-
Rank
Former Staff
Informations
-
Gender
Male
-
Location
Poland
Social Networks
- Website
Skills
-
Mapping
Expert
-
2D
Beginner
-
LUA
Beginner
-
PHP
Intermediate
-
SQL
Intermediate
-
HTML
Advanced
-
CSS
Intermediate
Recent Profile Visitors
17616 profile views
-
Shogun started following WoM3 Deunsang Citadel, Improved Face Icons and Problem with Freebsd
-
Cool, I'm adding it in our server.
-
I think it's pretty obvious that you don't have enough memory?
-
if it works the first time then the problem is with your client, most likely you don't have a valid atlas entry in root. The coordinates in the server side atlas and client side must match, just like the map ids
-
Hello in fact this map has nothing but the clientside (folder wom2_map_citadel), as for serverside you only need to create the attr map which you can do in World Editor.
-
M2 Download Center Download Here ( Internal ) The Deunsang Citadel is a full blown city map which was released for WoM3 in 2018 and used as home map for a whole year for one of the two kingdoms that existed in this server. It's also my latest (and possibly last) map. The idea was to create a city build around an Emperor's Castle located at the top of the hill. This was inspired by Ace sending me a large collection of buildings inspired in Asian constructions - finally I could make a city map with totally new buildings that didn't look l
- 9 replies
-
- 15
-
-
-
-
open I'm looking for an alpha map what did not make to the released version
Shogun replied to TMP4's question in Questions & Answers
Here are all the update texts regarding the beta http://games.sina.com.cn/zt/newol_0727metin2/0727_metin2_1871/index.shtml Unfortunately these files seem long lost; http://games.sina.com.cn/newgames/2004/07/072836251.shtml http://games.sina.com.cn/downgames/client/netgames/2004/08/2479022.shtml -
Mark the checkbox that says Unsigned there while having applytype0 highlighted as in your picture and Save. The original game won't even run (without crashing) in a modern version of MySQL if that wasn't done already. Besides, that's not the standard location of my.cnf in FreeBSD.
-
Why do the screens look like you ran an oil paint filter on them?
-
Left column is Red, Green and Blue. Left is Alpha. Maximum is 1. With any palette chooser (the one in Paint net, or in Chrome Dev Tools for example, or there's online ones) you should be able to figure out values.
-
If you only want certain IPs to access those ports then either delete this rule: pass in on $ext_if proto tcp to any port $service_ports flags S/SA keep state (max-src-conn 64, max-src-conn-rate 32/5, overload <abusive_hosts> flush) (Or if you still want some of the service_ports to be publicly accessible just delete the ones you want to restrict from the service_ports list) And then add the IP or IPs you want to allow in the trusted_hosts table. Those IPs are trusted so they can access any port regardless of rules. That said, this is not the best
-
As long as you're blocking connections by default (block all or block in all should be your first rule) then you can just do this table <trusted_hosts> const { youriphere,anotherip } Pay attention to my example file to see where it's placed.
-
You cannot unpack them because they are compiled into binary. That's why it's called cython.
-
open hello i have down core 0x28bac06e in memcpy () from /usr/lib32/libc.so.7
Shogun replied to kingshero's question in Questions & Answers
You don't see it because it's from the devil library. Maybe you have the wrong version installed, or none at all. Try installing devil from ports or something, though it looks like you are using FreeBSD 7 and it's not going to work. -
Yeah, it's called cython.