Search:

Type: Posts; User: GiantAxe

Page 1 of 3 1 2 3

Search: Search took 0.06 seconds.

  1. Replies
    31
    Views
    9,870

    Re: PerfectWorld UE4

    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?...
  2. Replies
    27
    Views
    15,556

    Re: PW server 155 + client 2034 + patch download

    I still had it sitting around
    ipackage.2016-01-04.tgz
  3. Replies
    15
    Views
    4,667

    Closed: Re: Perfect World - Dark User Panel

    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...
  4. Replies
    15
    Views
    4,667

    Closed: Re: Perfect World - Dark User Panel

    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...
  5. Replies
    15
    Views
    4,667

    Closed: Re: Perfect World - Dark User Panel

    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)
  6. Replies
    575
    Views
    168,219

    Re: PURE Perfect World 1.5.3 files + instruction

    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...
  7. Thread: Gs 1.5.5

    by GiantAxe
    Replies
    36
    Views
    11,571

    Re: Gs 1.5.5

    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...
  8. Re: Help sir , where the file path (user database on sql)

    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.
  9. Replies
    575
    Views
    168,219

    Re: PURE Perfect World 1.5.3 files + instruction

    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...
  10. Replies
    575
    Views
    168,219

    Re: PURE Perfect World 1.5.3 files + instruction

    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...
  11. Replies
    575
    Views
    168,219

    Re: PURE Perfect World 1.5.3 files + instruction

    .....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...
  12. Replies
    4
    Views
    748

    Re: Pwadmin question

    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...
  13. Replies
    5
    Views
    1,434

    Re: Broadcast when new char create [Fixing]

    Here's the only true "right" answer. Set the task to only allow once and make it auto trigger in the initial spawn region.
  14. Replies
    8
    Views
    1,182

    Re: Valley of Disaster with no monsters?

    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...
  15. Replies
    20
    Views
    11,433

    Re: Advanced Octet Editor v1 [PHP, Mailer, Guide]

    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.
    ...
  16. Replies
    575
    Views
    168,219

    Re: PURE Perfect World 1.5.3 files + instruction

    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...
  17. Replies
    575
    Views
    168,219

    Re: PURE Perfect World 1.5.3 files + instruction

    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...
  18. Replies
    4
    Views
    1,203

    Re: [XML] Instance key

    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,...
  19. Replies
    4
    Views
    1,203

    Re: [XML] Instance key

    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...
  20. Replies
    20
    Views
    11,433

    Re: Advanced Octet Editor v1 [PHP, Mailer, Guide]

    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.
  21. Replies
    2
    Views
    981

    Re: Perfect World restore database

    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...
  22. Replies
    7
    Views
    1,375

    Re: Best Way to Shutdown server?

    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)...
  23. Replies
    7
    Views
    1,375

    Re: Best Way to Shutdown server?

    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...
  24. Replies
    7
    Views
    1,375

    Re: Best Way to Shutdown server?

    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...
  25. Thread: Help trick

    by GiantAxe
    Replies
    14
    Views
    2,052

    Re: Help trick

    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...
  26. Thread: Help trick

    by GiantAxe
    Replies
    14
    Views
    2,052

    Re: Help trick

    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...
  27. Thread: Help trick

    by GiantAxe
    Replies
    14
    Views
    2,052

    Re: Help trick

    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...
  28. Replies
    5
    Views
    1,121

    Re: I Need Help, Code Character_combo_id

    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 -...
  29. Replies
    83
    Views
    23,036

    Re: PhP based pwAdmin

    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...
  30. Re: [Release] mEXTRADROPSedit - A Minimal extra_drops.sev Editor

    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...
  31. Replies
    83
    Views
    23,036

    Re: PhP based pwAdmin

    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...
  32. Replies
    10
    Views
    2,495

    Re: Help, Gamedbd cannot run via iweb PW 1.5.3

    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...
  33. Replies
    83
    Views
    23,036

    Re: PhP based pwAdmin

    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)
  34. Replies
    83
    Views
    23,036

    Re: PhP based pwAdmin

    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...
  35. Replies
    60
    Views
    14,929

    Re: 1.5.3 stock client

    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...
  36. Replies
    7
    Views
    3,027

    Re: Structures Files 1.5.3 (145)

    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...
  37. Replies
    17
    Views
    7,814

    Re: Models.pck 1.5.3

    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
  38. Re: Multiple Java jre for servers, why need more java version?

    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,...
  39. Re: Multiple Java jre for servers, why need more java version?

    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...
  40. Replies
    24
    Views
    3,976

    Re: [alpha] authd on C#

    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...
  41. Replies
    24
    Views
    3,976

    Re: [alpha] authd on C#

    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...
  42. Replies
    24
    Views
    3,976

    Re: [alpha] authd on C#

    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,...
  43. Replies
    2
    Views
    778

    Re: [ASK] server 1.5.1 using 1.5.2 client

    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.
  44. Replies
    2
    Views
    640

    Re: Territory wars bug

    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)
  45. Thread: Help

    by GiantAxe
    Replies
    5
    Views
    1,406

    Re: Help

    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)
    ...
  46. Re: [REQUEST] BOI/WOI Server Configuration Generator

    ...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.
    ...
  47. Replies
    3
    Views
    750

    Re: Party members limit

    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...
  48. Replies
    13
    Views
    1,530

    Re: Maybe hack on servers pw1.5.1

    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...
  49. Replies
    13
    Views
    1,530

    Re: Maybe hack on servers pw1.5.1

    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...
  50. Replies
    13
    Views
    1,530

    Re: Maybe hack on servers pw1.5.1

    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...
Results 1 to 50 of 136
Page 1 of 3 1 2 3

Advertisement