[NEW] EMU Expert Question/request/FAQ thread, QUESTIONS HERE! menu

User Tag List

Page 41 of 80 FirstFirst ... 373839404142434445 ... LastLast
Results 601 to 615 of 1190
  1. #601
    SectorSeven's Avatar Banned
    Reputation
    444
    Join Date
    Oct 2007
    Posts
    1,948
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    askyron - Get the correct SQL updates from the core svn (Ex - OpenAscent's) and also to get all things to change do REPLACE INTO `tablename` WHERE `entry = (1 - 200000); Should work...

    Kirk - Use the search feature

    [NEW] EMU Expert Question/request/FAQ thread, QUESTIONS HERE!
  2. #602
    Kirksite170's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I am, could you recommend a thread?

  3. #603
    SectorSeven's Avatar Banned
    Reputation
    444
    Join Date
    Oct 2007
    Posts
    1,948
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

  4. #604
    TheSpidey's Avatar Elite User
    Reputation
    365
    Join Date
    Jan 2008
    Posts
    2,200
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    askyron:
    UPDATE `tablename` SET `fieldname`='newvalue';
    Will update `fieldname` of all rows in `tablename` to 'newvalue'

  5. #605
    askyron's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    [Err] 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 ''scale' ='1'' at line 1
    [Err] UPDATE creature_proto SET 'scale' ='1'
    [Msg] Finished - Unsuccessfully
    --------------------------------------------------
    I've just opened console and written
    UPDATE creature_proto SET 'scale' ='1'

  6. #606
    latruwski's Avatar Banned
    Reputation
    647
    Join Date
    Dec 2006
    Posts
    2,456
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by askyron View Post
    I've just opened console and written
    try:
    Code:
     			 				UPDATE 'creature_proto' SET 'scale' ='1';
    or

    Code:
     			 				UPDATE creature_proto SET 'scale' ='1';

  7. #607
    askyron's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Same error, again.

    EDIT: The errors are the same, but it seems that the all scales are setted to 1.
    Thanks a lot
    Last edited by askyron; 06-10-2008 at 07:57 AM.

  8. #608
    jay08's Avatar Member
    Reputation
    4
    Join Date
    Jun 2008
    Posts
    39
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    looking for some advice please

    my lvl cap and genlvlcap both at 255, on chrispee's repack (sunwell)

    problem i have is lvl cap is fine at 255 but genlvlcap thats is also set at 255 wont change stats it remains at 375. any help/advice as to how to fix this please.

    thanks

    ~jay08

  9. #609
    TheSpidey's Avatar Elite User
    Reputation
    365
    Join Date
    Jan 2008
    Posts
    2,200
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Here you go
    Board Message

  10. #610
    killerweb0's Avatar Member
    Reputation
    1
    Join Date
    May 2007
    Posts
    25
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm looking for an experienced emulation expert who have msn and can help me with something on my server. I'm using OpenAscent. My problem is that when i write my external ip in my ascent-realms.conf file it wont connect to that realm when ingame. I have forwarded the ports on my firewall and my ISP says that all ports are forwarded on my router except for 25 TCP/UDP. +Rep to anybody who can help me.
    Thanks

  11. #611
    lolzz's Avatar Member
    Reputation
    2
    Join Date
    Jun 2008
    Posts
    67
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hey how do you make it so normal accounts can have some commands like on this one private server when they say #gold they get 30 gold and #mall teleports them to the mall please tell me how

  12. #612
    SectorSeven's Avatar Banned
    Reputation
    444
    Join Date
    Oct 2007
    Posts
    1,948
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Core editing and/or DLL support

  13. #613
    TheSpidey's Avatar Elite User
    Reputation
    365
    Join Date
    Jan 2008
    Posts
    2,200
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hehehe I used to have such a script, perhaps i'll release it

  14. #614
    askyron's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm looking for someone who can tell me how to fix this error (that i find everytime i ran a server with an Ascent Revision).

    When i try to create a Character, the server immediately Disconnect me, and when i relog in, no character is there.
    I updated all tables, getting latest SVN File and also tried to recomplie the entire database.

  15. #615
    kaothic's Avatar Member
    Reputation
    7
    Join Date
    Oct 2007
    Posts
    167
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is simply, what recommend to use: Arcemu(arcemu.org) or Openascent(ascentemu.com)?
    I need the new rev for blizzlike server and not that emu to take ><''

    Thx

    Only simple things make me feel alive...

Page 41 of 80 FirstFirst ... 373839404142434445 ... LastLast

Similar Threads

  1. [2010] Emulation Expert Questions/Requests/FAQ thread
    By Trle94 in forum World of Warcraft Emulator Servers
    Replies: 4
    Last Post: 07-26-2010, 05:12 AM
  2. [2009] Emulation Expert Questions/Requests/FAQ thread
    By Gastricpenguin in forum World of Warcraft Emulator Servers
    Replies: 33
    Last Post: 04-01-2009, 12:39 AM
  3. Quick Question (Requires Emu Expert)
    By TripZone in forum World of Warcraft Emulator Servers
    Replies: 4
    Last Post: 04-06-2008, 02:58 AM
  4. [Now open] Ascent Help-me Thread. POST QUESTIONS HERE.
    By Equ1N0X in forum World of Warcraft Emulator Servers
    Replies: 0
    Last Post: 01-07-2008, 09:28 AM
  5. Wow Emu server question
    By TripleShank26 in forum World of Warcraft General
    Replies: 2
    Last Post: 07-06-2006, 03:07 PM
All times are GMT -5. The time now is 03:59 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