WoW MySql ~ Database Editing. menu

User Tag List

Page 1 of 3 123 LastLast
Results 1 to 15 of 39
  1. #1
    spookster's Avatar Member
    Reputation
    -3
    Join Date
    Mar 2007
    Posts
    54
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    WoW MySql ~ Database Editing.

    Well, To Think i will need your help! Umm! How do i change what a person logs in, Like instead of a Wooden shield soemthign wicked.... + how do i edit What an npc Does like hey! how are you...! to Hey, Ill teleport you to org Just click my button! Buy Armor from me and such nd i wanna be able to Make people start with 50k gold.

    WoW MySql ~ Database Editing.
  2. #2
    2dgreengiant's Avatar ★ Elder ★


    Reputation
    1190
    Join Date
    Feb 2007
    Posts
    7,129
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    playercreate info you can change what they start with and creature_proto for NPC's
    If you need me you have my skype, if you don't have my skype then you don't need me.

  3. #3
    spookster's Avatar Member
    Reputation
    -3
    Join Date
    Mar 2007
    Posts
    54
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hmm wat do you mean? Like is their a tut about how to make a Create say it?

  4. #4
    Renax's Avatar Member
    Reputation
    3
    Join Date
    Mar 2008
    Posts
    32
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just take it easy and make a quest for that.

    Things you'll need are Navicat and AscentDBEditor

  5. #5
    spookster's Avatar Member
    Reputation
    -3
    Join Date
    Mar 2007
    Posts
    54
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ok im looking I want them to log in and be 70 already how do i do that?

  6. #6
    Le Froid's Avatar Contributor
    Reputation
    172
    Join Date
    Mar 2007
    Posts
    1,327
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    In the ascent source code, go into src\ascent-world\player.cpp and search for "level". You will find a # saying 1 in that line, and edit to 70. Then compile ascent(read guides in forums)

  7. #7
    spookster's Avatar Member
    Reputation
    -3
    Join Date
    Mar 2007
    Posts
    54
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can u simplifie that just a bit lol?

  8. #8
    Le Froid's Avatar Contributor
    Reputation
    172
    Join Date
    Mar 2007
    Posts
    1,327
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    In the ascent svn from http://mmoforge.org/svn/ascent/ (username is anonymous no password)

  9. #9
    spookster's Avatar Member
    Reputation
    -3
    Join Date
    Mar 2007
    Posts
    54
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok

    //THIS IS NEEDED
    SetUInt32Value(UNIT_FIELD_BASE_HEALTH, info->health);
    SetUInt32Value(UNIT_FIELD_BASE_MANA, info->mana );
    SetUInt32Value(UNIT_FIELD_FACTIONTEMPLATE, info->factiontemplate );
    SetUInt32Value(UNIT_FIELD_LEVEL, 1 );

    What do i do with it?

  10. #10
    Le Froid's Avatar Contributor
    Reputation
    172
    Join Date
    Mar 2007
    Posts
    1,327
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Replace the 1 with 70

  11. #11
    spookster's Avatar Member
    Reputation
    -3
    Join Date
    Mar 2007
    Posts
    54
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    aND YES IT TOOK ME 10 HOURS TO FIGURE OUT WHERE IT WAS

  12. #12
    Le Froid's Avatar Contributor
    Reputation
    172
    Join Date
    Mar 2007
    Posts
    1,327
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You need to use a client like tortoise svn to download http://mmoforge.org/svn/ascent/trunk/

  13. #13
    spookster's Avatar Member
    Reputation
    -3
    Join Date
    Mar 2007
    Posts
    54
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Lol What is that Bro im a total Retard This is new to me :P?

  14. #14
    Le Froid's Avatar Contributor
    Reputation
    172
    Join Date
    Mar 2007
    Posts
    1,327
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Username is anonymous

  15. #15
    spookster's Avatar Member
    Reputation
    -3
    Join Date
    Mar 2007
    Posts
    54
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I add that And it gives me that am i exporting or importing?
    + Ur gonan get some serious rep...

Page 1 of 3 123 LastLast

Similar Threads

  1. Extreme Mac-over: Model Editing Edition (WoW TBC Model Editing Fix for Mac)
    By Athrin Onu in forum World of Warcraft Model Editing
    Replies: 53
    Last Post: 11-26-2007, 08:20 PM
  2. MySQL database upload
    By wiseguyxp in forum World of Warcraft Emulator Servers
    Replies: 4
    Last Post: 09-07-2007, 02:33 AM
  3. Cannot connect to MySQL Database
    By awa5523 in forum World of Warcraft Emulator Servers
    Replies: 0
    Last Post: 09-06-2007, 03:59 PM
  4. WoW Map edittor, (edit .adt and .wmo files)
    By SomeWhiteGuy in forum World of Warcraft Model Editing
    Replies: 34
    Last Post: 05-25-2007, 01:34 PM
  5. Beginners Guide to WoW Video Capturing/Editing
    By xlAnonym0uslx in forum World of Warcraft General
    Replies: 3
    Last Post: 11-25-2006, 08:18 PM
All times are GMT -5. The time now is 02:05 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search