Playercreateinfo table - Change spawn location? menu

User Tag List

Results 1 to 11 of 11
  1. #1
    scarfaze's Avatar Member
    Reputation
    9
    Join Date
    Aug 2008
    Posts
    79
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Playercreateinfo table - Change spawn location?

    Hi MMOwned

    I tried to change the spawn location of the human race on my trinity private server, but now It isn't possible to login or create as a human because in the server console, eg. worldserver.exe it says that its an incorrect race/class combination..

    Does anyone know how to fix this?

    Thanks in advance for any help, Anton

    Playercreateinfo table - Change spawn location?
  2. #2
    Zymus's Avatar Active Member
    Reputation
    15
    Join Date
    Sep 2009
    Posts
    87
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Restore the database from a backup before you tried to edit it.

  3. #3
    Namor's Avatar Active Member
    Reputation
    27
    Join Date
    Jul 2008
    Posts
    311
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Export your table into an SQL file and give it to us, I'll fix it for you.

    Editable signature, at last!

  4. #4
    scarfaze's Avatar Member
    Reputation
    9
    Join Date
    Aug 2008
    Posts
    79
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It was a repack so I am trying to compile my own build now I hope it'll work then

  5. #5
    scarfaze's Avatar Member
    Reputation
    9
    Join Date
    Aug 2008
    Posts
    79
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Actually, after compiling my own core I still have this problem. And when dumping the sql file it dumps it without any records :S
    SQL | /* Navicat MySQL Data Transfe - Php error - q9kpX0sk - Pastebin.com

  6. #6
    Namor's Avatar Active Member
    Reputation
    27
    Join Date
    Jul 2008
    Posts
    311
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code:
    DELETE FROM playercreateinfo
    WHERE race > = 0
    
    INSERT INTO playercreateinfo
    VALUES (1, 1, MAP, ZONE, X, Y, Z, O)
    VALUES (1, 2, MAP, ZONE, X, Y, Z, O)
    VALUES (1, 8, MAP, ZONE, X, Y, Z, O)
    VALUES (1, 16, MAP, ZONE, X, Y, Z, O)
    VALUES (1, 32, MAP, ZONE, X, Y, Z, O)
    VALUES (1, 128, MAP, ZONE, X, Y, Z, O)
    VALUES (1, 256, MAP, ZONE, X, Y, Z, O)
    Do this, but edit the MAP, ZONE, X, Y, Z, and O. O being origin.
    Then try to make a human, and tell me if it works and I'll make you one for ever race/class combination.

    Editable signature, at last!

  7. #7
    scarfaze's Avatar Member
    Reputation
    9
    Join Date
    Aug 2008
    Posts
    79
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    1, 2, 8, 16, 32, 128, 256... Are 16 32 128 and 256 classes at all? xp

  8. #8
    Namor's Avatar Active Member
    Reputation
    27
    Join Date
    Jul 2008
    Posts
    311
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yes. It goes up by * 2

    1 | 1 }} Human
    2 | 2 }} Orc
    4 | 3 }} Dwarf
    8 | 4 }} Night Elf
    16 | 5 }} Undead
    32 | 6 }} Tauren
    64 | 7 }} Gnome
    128 | 8 }} Troll
    512 | 10 }} Blood Elf
    1024 | 11 }} Draenei

    1 | 1 }} Warrior
    2 | 2 }} Paladin
    4 | 3 }} Hunter
    8 | 4 }} Rogue
    16 | 5 }} Priest
    32 | 6 }} Death Knight
    64 | 7 }} Shaman
    128 | 8 }} Mage
    256 | 9 }} Warlock
    1024 | 11 }} Druid

    Editable signature, at last!

  9. #9
    Namor's Avatar Active Member
    Reputation
    27
    Join Date
    Jul 2008
    Posts
    311
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    O. No probably not, then. XD
    Just change those to the appropriate class.

    Editable signature, at last!

  10. #10
    thesixth's Avatar Member
    Reputation
    1
    Join Date
    Aug 2007
    Posts
    70
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well, I actually saw this thread and decided to customize my character start locations on my server and I did it by tapping new cordinates into the playerinfocreate table via navicat.
    Works just like a charm!

  11. #11
    scarfaze's Avatar Member
    Reputation
    9
    Join Date
    Aug 2008
    Posts
    79
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well it didn't work for me, but now I have created some queries and it works

Similar Threads

  1. Guide to Changing Spawn Areas!!! Worked for ME!
    By Jackie Moon in forum WoW EMU Guides & Tutorials
    Replies: 5
    Last Post: 05-21-2008, 10:22 PM
  2. how to change spawn point ?
    By spike72292 in forum World of Warcraft Emulator Servers
    Replies: 5
    Last Post: 04-01-2008, 10:05 PM
  3. Replies: 4
    Last Post: 02-06-2008, 02:39 PM
  4. [Questions] Change Log Location and Compile Error
    By SectorSeven in forum World of Warcraft Emulator Servers
    Replies: 6
    Last Post: 01-08-2008, 11:19 PM
  5. [Question] How do i change spawn point?
    By Spurven in forum World of Warcraft Emulator Servers
    Replies: 6
    Last Post: 11-01-2007, 04:05 PM
All times are GMT -5. The time now is 09:45 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search