Welcome!

Join our community of MMORPG enthusiasts and private server developers! By registering, you'll gain access to in-depth discussions on source codes, binaries, and the latest developments in MMORPG server files. Collaborate with like-minded individuals, explore tutorials, and share insights on building and optimizing private servers. Join us today and unlock the full potential of MMORPG server development!

Join Today!

Sorting TBL_Mongen with Multiple Mobs in SQL Mir2 

Newbie Spellweaver
Joined
Feb 27, 2007
Messages
45
Reaction score
0
ello how do i sort my TBL_Mongen coz i have like every mob in there x 20 lmao so i carnt edit it >< any help would be nice
 
mssql?
Right-click 'TBL_MONSTER' > Open Table > Query >
That's how I do it...might have better ways but I dunno...hehe.
 
sorry m8 dont see how that helps but thanks lol just coz ov the mongen i have like 4 achers and mobs ect on the same spot ><
 
well i delete TBL_Mongen and when i use a differnt 1 its the same i get every mobs liek over and over 10times and i carnt delete 1 coz i get an error then
 
can u export it into access? or notepad (i havent tried doing it into notepad so i dont know the results)

if u can get it into access i think u should be able to sort it, i know what u mean about the error it happens with all the other files, e.g. TBL_MONSTER etc
 
open up enterprise manager, select your DB, so that all your tables are in the left pane,, Right Click tbl_mongen, then open table, then return all rows, this then opens the data in an editable format, almost access, excel ish, you can modify each cell, or delete rows, the only thing you can't do is select individual rows to delete, u can select a block of rows, but not say, the 3rd, 5th and 10th for example, and from there a few simple queries can work wonders also.
 
Back