do have permissions to modify this?
do have permissions to modify this?
how does this look on the bottom??
set devpath=.\Database
set mysqlpath=.\Mysql
i mean like modify it to our liking... move mallls and stuff b/c some people get all mad about that
can you make me one plz??
Name is root
Password is 0310 (can change it later)
I put it in a world folder
I put it in a character folder also
but my worldDB is world (also)
my character DB is also Character
so can you make mine i would really appreciate it... o and i didnt name my folder blizz-like i name it privateserver
LOL omg have you ever used a svn before ?
Okay look delet the folder and re download the svn , using tortoise svn... once you do , open up the folder you will see 2 folders , 2 importer , and 1 dll.
right click and edit the World import and put in your username and password and world database and character database than close and save.
DO NOT move the import from its location . After you saved and close from editing your mysql account info , just run the importer and write down the letter W , or w in lowercase and hit enter.
thats all you have to do , Dont move it from its location or it will read wrong , and dont change anything else , not even rename the folders
lol i was never really good with the freakin installer that why this is my first time XD
nope doesnt work still grrr
Ahhh all it is doing is shooting wierd stuff.... and it doesnt even added to my stuff
@ECHO off
REM ^^^^^^^^^^^^^^^^^^^^
REM MYSQL
REM Configuration
REM ^^^^^^^^^^^^^^^^^^^^
REM ^^^^^^
set user= root
set pass= 0310
set wdb= ascent
set cdb=
REM ^^^^^^^^^^^^^^^^^^^^^^
REM Do Not Edit
REM BEllow
REM ^^^^^^^^^^^^^^^^^^^^^^
REM ^^^^^
set port=3306
set server=localhost
set devpath=.\Blizz-Like\World
set mysqlpath=.\Blizz-Like\MYSQL
*I see spaces* there are post to be no spaces, delete those spaces and everything should work fine.
BAD
set user= root
set pass= 0310
set wdb= ascent
GOOD
set user=root
set pass=0310
set wdb=ascent
When a new rev comes out. How would one update his db instead on deleting his whole db and importing the new one. Like will there be sql updates? Because I might add custom stuff into the db and I wouldn't want to keep on deleting / importing it over and over.