Welcome to the RaGEZONE - MMORPG development forums.

[Release] Perfect World Server 1.4.4 - Basic Setup

This is a discussion on [Release] Perfect World Server 1.4.4 - Basic Setup within the Perfect World Releases forums, part of the Perfect World 1.4.4 + category; Just tried out this release, and found a problem. It's likely I missed something in configuration, but, when I add ...

Page 8 of 15 FirstFirst 123456789101112131415 LastLast
Results 106 to 120 of 211
  1. #106
    Hardcore Member
    Rank
    Member
    Join Date
    Jun 2010
    Location
    /dev/null
    Posts
    113
    Liked
    13

    Re: [Release] Perfect World Server 1.4.4 - Basic Setup

    Click
    Just tried out this release, and found a problem.
    It's likely I missed something in configuration, but, when I add gold and check usecashnow the status is always at 0, and gold is never added.

    Everything else works perfectly.

    EDIT: Seems to work now, I did miss something ;)
    Last edited by IwannaPWserver; 19-03-12 at 04:20 PM.

  2. #107
    Member
    Rank
    Member
    Join Date
    Nov 2010
    Posts
    92
    Liked
    5

    Re: [Release] Perfect World Server 1.4.4 - Basic Setup

    anyone know why when i try to do stuff on iweb all it does is just load? it never does anything. i've checked all my config files and all other files i can think of for maybe wrong pass or ip and everything seems to be right.

  3. #108
    RaGEZONER
    Rank
    Member +
    Join Date
    Sep 2009
    Location
    germany
    Posts
    1,034
    Liked
    190

    Re: [Release] Perfect World Server 1.4.4 - Basic Setup

    ... iweb need a little to connect to ID´s > if load never ending - try again and again ... btw char need to be logged out ...

  4. #109
    Member
    Rank
    Member
    Join Date
    Nov 2010
    Posts
    92
    Liked
    5

    Re: [Release] Perfect World Server 1.4.4 - Basic Setup

    Quote Originally Posted by fgru View Post
    ... iweb need a little to connect to ID´s > if load never ending - try again and again ... btw char need to be logged out ...
    nice thanks i got it to go to XML but when i click server management it still just loads forever and i have been trying all day XD


    Edit:--
    Never mind figured it out lmfao.
    Last edited by AcidRayne; 20-03-12 at 06:04 AM.

  5. #110
    Newbie
    Rank
    Member
    Join Date
    Mar 2012
    Posts
    2
    Liked
    0

    Re: [Release] Perfect World Server 1.4.4 - Basic Setup

    Error
    SQL query:

    CREATE PROCEDURE `acquireuserpasswd` ( IN name1 VARCHAR( 64 ) , out uid1 INTEGER, out passwd1 VARCHAR( 64 ) ) BEGIN SELECT id, passwd
    INTO uid1, passwd1
    FROM users
    WHERE name = name1;

    END$$

    MySQL said:

    #1304 - PROCEDURE acquireuserpasswd already exist


    anyone can help me on this error.. >.< i just cant fixed it lol.. :D

  6. #111
    Member
    Rank
    Member
    Join Date
    Aug 2011
    Posts
    80
    Liked
    45

    Re: [Release] Perfect World Server 1.4.4 - Basic Setup

    Quote Originally Posted by arvy View Post
    Error
    SQL query:

    CREATE PROCEDURE `acquireuserpasswd` ( IN name1 VARCHAR( 64 ) , out uid1 INTEGER, out passwd1 VARCHAR( 64 ) ) BEGIN SELECT id, passwd
    INTO uid1, passwd1
    FROM users
    WHERE name = name1;

    END$$

    MySQL said:

    #1304 - PROCEDURE acquireuserpasswd already exist


    anyone can help me on this error.. >.< i just cant fixed it lol.. :D
    When pasting those lines into the SQL field, make sure you type the "$$" into the Delimiter field.
    *Edit: Before doing so, reset all your database.
    In three words I can sum up everything I've learned about life: it goes on.
    - Robert Frost

  7. #112
    Newbie
    Rank
    Member
    Join Date
    Mar 2012
    Posts
    2
    Liked
    0

    Re: [Release] Perfect World Server 1.4.4 - Basic Setup

    Quote Originally Posted by khangvn10 View Post
    When pasting those lines into the SQL field, make sure you type the "$$" into the Delimiter field.
    i did i just keep gettin the same error, i also tried to delete the first to line that says
    DELIMITER $$
    use pw$$

    Ohk since im still newbie on these things... i might have to ask how do i reset the database lo

    *Edit: erhmmm i having another error at pwAdmin, it says "Connection to MySQL database failed" >.<
    Last edited by arvy; 20-03-12 at 03:12 PM.

  8. #113
    Member
    Rank
    Member
    Join Date
    Jan 2012
    Location
    Bandung INA
    Posts
    55
    Liked
    1

    Re: [Release] Perfect World Server 1.4.4 - Basic Setup

    nice share

  9. #114
    Registered
    Rank
    Member
    Join Date
    Mar 2012
    Posts
    21
    Liked
    0

    Re: [Release] Perfect World Server 1.4.4 - Basic Setup

    hey all I'm kinda new to all of this and having problems with phpmyadmin :s.. I installed it and everything like it says in this guide but I can't seem to get it to work :/
    any ideas what's wrong with it?

    I get this Error when I do the Database;

    Spoiler:
    Code:
    #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'use pw; SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; DROP TABLE IF EXISTS `auth`; CRE' at line 3

  10. #115
    Hardcore Member
    Rank
    Member
    Join Date
    Jan 2010
    Location
    127.0.0.1
    Posts
    129
    Liked
    23

    Re: [Release] Perfect World Server 1.4.4 - Basic Setup

    Ok, my friends and I connect np but I still cant get cubi working -.- how precisely would I go about fixing that?

  11. #116
    RaGEZONER
    Rank
    Member +
    Join Date
    Sep 2009
    Location
    germany
    Posts
    1,034
    Liked
    190

    Re: [Release] Perfect World Server 1.4.4 - Basic Setup

    delimiter > error > fixed ...

    ive tested few ways to " import " mysql_procedures.sql and now i have found one way it works 100%

    execute mysql_tables.sql > go to new createtd databse > try SQL field on tables top > open mysql_procedures.sql and now step by step ...

    try first row

    Code:
    CREATE PROCEDURE `acquireuserpasswd`(in name1 VARCHAR(64), out uid1 INTEGER, out passwd1 VARCHAR(64))
    BEGIN
        SELECT id, passwd INTO uid1, passwd1 FROM users WHERE name = name1;
    END$$
    delete the $$ > and change delimiter field from " ; " to " §§ " at tables end ...

    ... next row / next row / ... [ one row = create to end ]

    ive testet all but i get error ... this way works 100%

  12. #117
    Registered
    Rank
    Member
    Join Date
    Mar 2012
    Posts
    16
    Liked
    0

    Re: [Release] Perfect World Server 1.4.4 - Basic Setup

    Hello, I'm having problem with registration process.

    I loaded up the registration page, after filling some info, I hit "Registration" and it showed "Can't connect to MySQL".

    I did edit the
    etc/gmopgen.xml
    /etc/table.xml
    /var/www/register/config.php
    /var/www/register/status.php

    to match my server, but it's still not working.

    Any help please?

    P/S: others are running smoothly, even iweb and pwAdmin, database is the onlything I'm stuck at.

    Also, this is my first time try to host PW server, after executing the server, what should I do to the client to get it connect to my server?
    Last edited by whisky; 27-03-12 at 06:31 AM.

  13. #118
    RaGEZONER
    Rank
    Member +
    Join Date
    Sep 2009
    Location
    germany
    Posts
    1,034
    Liked
    190

    Re: [Release] Perfect World Server 1.4.4 - Basic Setup

    ... config.php ... next look around the registration script ...

    client = patcher/server/ .txt

  14. #119
    Registered
    Rank
    Member
    Join Date
    Mar 2012
    Posts
    16
    Liked
    0

    Re: [Release] Perfect World Server 1.4.4 - Basic Setup

    Quote Originally Posted by fgru View Post
    ... config.php ... next look around the registration script ...

    client = patcher/server/ .txt
    Thank you, gotta go to school now XD will try to look at those script again.

    And the client: can you gimme more detail pls, becuz I'm confused about the patcher/server files u said - don't know where they are. I got no experience with patching client too, so please forgive if it's a stupid question.
    Last edited by whisky; 27-03-12 at 12:55 PM.

  15. #120
    Hardcore Member
    Rank
    Member
    Join Date
    Jun 2010
    Posts
    143
    Liked
    2

    Re: [Release] Perfect World Server 1.4.4 - Basic Setup

    thank you for sharing this, possible to have an image to virtualbox?

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •