Not sure if I agree with replacing the tiles with grass in the 2020 version, after all, its sort of a town-hall-ish area.
I'd feel that would make more sense for the...skill trainer npcs location?...
Type: Posts; User: GiantAxe
Not sure if I agree with replacing the tiles with grass in the 2020 version, after all, its sort of a town-hall-ish area.
I'd feel that would make more sense for the...skill trainer npcs location?...
I still had it sitting around
ipackage.2016-01-04.tgz
Never had that issue, just make sure to add the i386 architecture and install the i386 libraries through apt.
(E.G. do not use included libs in some of the releases around here, well aside from...
Be it CentOS or Ubuntu, or hell even debian shouldn't really matter.
As long as you know what you're doing its possible to run PW on Ubuntu 18.04, Debian 9, CentOS 7 etc.
There should be no need...
Given that PHP 5.6 and 7.0 reach end of life in the next 4 months, why not bump PHP to 7.1 or 7.2.
(PHP: Supported Versions)
What always worked for me on both Ubuntu 14.04 and 16.04 was
dpkg --add-architecture i386
apt-get update
apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386 libstdc++5:i386...
Reason for that is quite simple, lets say you wanted to sell the 1.5.5 files. But your recieving party wanted proof first.
Thus, this happens, you give out some files to verify its 1.5.5. But at...
I'll assume you mean changing the account id to 16, so you can edit the clsconfig
that's in your mysql authd database under the table users.
Fair enough
It's actually quite easy
for instance, lets say we want to start a server with the following 4 maps:
The worldmap, the starting map, heaven and hell. this nets us: gs01, is21, is22...
Look at this part i posted again
It isn't swapping a damn thing, (well okay its swapping a whopping 3mb)
there's still 5gb of ram free
also, for your information, this was on a testsetup...
.....58gigs?
Okay in all seriousness now, I have seen comments on other threads aswell about people using 30+ gigs of memory for PW.
How the hell are you people booting your damn servers.
I...
iweb has build-in functionality for most things, no need to re-invent the wheel.
That said there is no direct roleid to name function.
However, we can do a call to gamedb for the most basic role...
Here's the only true "right" answer. Set the task to only allow once and make it auto trigger in the initial spawn region.
Download the 1.5.1 package and replace 1.5.3 npcgen from valley of disaster with the 1.5.1 one.
Sadly, a lot of the npcgen files are fucked in the 153 release.
But unless its world map its...
Question, why are you sending data via an iframe to begin with across a HTTP GET method.
Why not use a regular HTTP POST instead on the same page.
That or use proper javascript AJAX requests.
...
yeah.... well you can fix most old maps with a gs.conf from 1.5.1, its just the new maps that need to changed.
We'd need an actual clean 1.5.3 release for that though. not one with a pre-borked...
gs.conf
Should be it, atleast this is what I have for 1.5.3
Has no flying in instances etc. So should be good.
Edit: Well it might not be a 100% stock one...as you said the released one is super...
City of Abominations, or Netherbeast City, whatever you preffer. thats a worldmap, not a instance map.
(Maps like Nightscream, Snake Island, City of Abominations, Forest Ruins, Old Heavens Tears,...
close enough yes, here's the definition of the fields
first of all, the initial 00000000 is indeed meaningless (atleast, i havent found a use for it)
the second field, 1a000000 references to the...
I don't think he ment clicking the button really fast, more like.
Someone pressing F12, opening developer options.
Manually edits your item in html and posts the modified html.
MySQL database is used to store account information, it doesn't store character information.
User characters are stored in the database folder of your gamedbd services (in Berkeley flat files)
So...
that was basically what i ment to say in my first comment, block ports 29000~29003 in iptables and disconnect people that way yeah.
(Its what I've done for years, never seemed to cause rollbacks)...
well yeah any action after connections get blocked or after last automated char save gets rolled back I suppose.
Safest way is probably broadcast server is shutting down, let everyone manually...
drop connections to port 29000~29003 (glink 1 to 4) for a few minutes so everyone gets disconnected first.
(That way server will save the user data first on user disconnect)
Once you are sure...
Basically, what is happening is the following when your client boots
It reads the elements.data and builds a in-memory dictionary for the game engine to utilize to display item tags when they get...
There is no trick, maybe with PW1.5.4 or higher they edited the client's inner engine to allow droppable item ids to be higher then 65k. don't know, cant test it. But untill PW CN updates the engine...
Basically this,
max id for any droppable item is 65535 (ushort max value), then it starts from 0 again.
Take that principle, substract 65536 from 111128 (theres a maximum of 65536 values in a...
thats already in combinations, but basically yes.
Although i'd describe it as this
1 - Blademaster
2 - Wizard (Mage)
4 - Psychic
8 - Venomancer
16 - Barbarian
32 - Assassin
64 - Archer
128 -...
Could always use the logfiles to get the MAC-address from a user connection (yes, that gets saved) or log connections on port 29000 (or whatever you use for glink)
(Yes, IPTables supports banning...
Good job and seems you understand the structure quite well.
I have a few additions though, well more a warning for people who want to use it
for these 2 points, its the same principle as...
I take it thats to parse a role.xml?
If so, you will have to create classes for all the partial models that the xml is made out of.
GRoleInventory, GRoleBase, GRoleStatus, etc. to properly parse...
http://static.skaip.org/img/emoticons/180x180/f6fcff/sarcastic.gif
try starting it manually with: ./gamedbd gamesys.conf
look if it gives any errors.
Also, screenshots of iweb itself are...
That's what i ment yes.
Or, option B is to decompile iweb to java source files and just fix up the java iweb.
(Which really isn't that difficult tbh)
You don't calculate it. You send a RPC request to GameDB (rpc being: [GetUserRoles], see the config.xml in iweb for its structure)
Basically: you send a request with an account id and it returns a...
If you think that's strange, if you look in the element folder.
Theres a file called dbconfig.conf there, which is used serverside for...well as you might guess, the database daemon.
There's been...
funny enough this right here is what divides petty boys from men. Or actual developers from the casual people who want to setup a server.
Anyone that needs a guide for this doesn't even have the...
Decompile spck or get the PWTools source from the SVN
then recompile it as 64-bit.
Its probably just too big for a 32-bit application these days
Back when that package was released, wich is a pretty long time ago now. there was a little PW Myth that iweb would run best on java 5, because java 6 would have some compatibility issues.
Now,...
You dont need more then 1, and the only 2 things that require Java are the authd and iweb. wich both run fine on Java 8 & tomcat 8 (If you know what you're doing anyway, wich is litterally just...
Because base64 alone is not encrypting nor hashing. md5 still isnt very secure but its atleast a hashed password.
so why do i not trust base64? because its basically saving password in plain text...
it shows byte[] password in his source code, since base64 is saved as string its probably a md5 hash
however, mysql has both a TO_BASE64(textstring_here) and a MD5(textstring_here)
so it doesn't...
a C# implementation of the authd is nice, its not that hard to modify the current authd in java. just decompile the jars and fix up some classes.
But C# makes it easier to modify. (though again,...
Simple, you dont.
If you want the 1.5.2 interface you will have to port over interfaces & surfaces.pck and fix the UI where necessary.
Maybe it's an idea to boot the Territorial War maps for level 1, 2 and 3 TW's (Remember: boot all 3 of em)
whilst the answer to that was correct, it is infact a centralized place to manage your server & character database. its also the biggest security hole in many of the PWI games (FW, JD, ESO,PW,etc)
...
...why do people keep bringing up this horrible suggestion, seriously just look at the communication ports between linux and windows and open up those ports for the specific windows and linux ips.
...
no, you also have to modify elementclient.exe and interfaces.pck, so it reads more then the teammate1.xml to teammate9.xml, then you have to add your own configs for every new party member and fix...
Sadly thats the truth yea...
99% of them aren't even developers (I get why you quoted that, sarcasm), they just use the tools already made and still struggle on how to do stuff.
Tbh I don't even...
In all honestly, if he doesn't even have the most basic knowledge on how to setup a firewall to secure his server he shouldn't even be trying to run a server to begin with.
And thats not just for...
I know of 1 case, and they suffered greatly because of it
As for
good luck with that pal, people will just do a port scan and find wichever port you are trying to hide it on.
If you really...