Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Release] WZAdmin

Experienced Elementalist
Joined
May 26, 2012
Messages
255
Reaction score
146
NO LONGER UPDATES CAUSE I STOPPED WARZ

Hypoflex - [Release] WZAdmin - RaGEZONE Forums

Today i proudly release the recreated WZAdmin tool
[This version only works on latest ISS database]
Download Link:

please leave your feedback


NOTE: this is the first version, issue may still be there, i would like to ask you to report all the bugs to my development
WZAdmin Development Thread

With help from: DNC and aLca

Features:
  • Private Server tab, here you will find all the info about rented private servers.
  • Clan tab, all the information about clans.
  • Users tab, information about users their account (read note at bottom!)
  • Login Screen what allows every user to login without editing the code.
  • Items tab, edit marketplace prices, edit loot spawns, edit weapon or item properties.
  • Transaction Tab, add players GC and GD.

Known Issue
  • Fix issue Users tab crashing when looking for more than 1 entry
    (currently disabled other search options to prevent the crashes)
  • Server tab sometimes crashes when clicking too fast

Upcoming Features
  • Being able to edit the private servers.
  • Being able to edit the clans



NOTE ABOUT USER TAB:
removed some search functions to prevent the user tab from crashing,
it may still crash when looking for specific keywords.

Search options: Gamertag
removed option: IP, CustomerID and Email

possible crash example:
we have a user superkiller and superkiller123

when looking up superkiller both want to appear what makes the program crash
KEEP THIS IN MIND

ERROR: "There is no field .."

follow the next steps to fix the issue:
NOTE: only recommanded if you use a terrainv3 source!

1. Open the Microsoft SQL Server Management Studio
2. Navigate to the dbo.UsersData tab
3. right click this table and click "Design"
4. add the follow lines at the bottom of the table

Code:
ResWood             int          allowNull: Unchecked
ResStone             int          allowNull: Unchecked
ResMetal             int          allowNull: Unchecked
TradingDollars2    int          allowNull: Unchecked

5. do the same on the dbo.Items_Gear. dbo.Items_Attachments and dbo.Items_Weapons



if any other "there is no field ..." errors accure please check your database if these collumn's exist

'how do i know where i need to add these collumn's'
its clear, if you click a tab in WZAdmin this reads data from the database, Items tab: all item tables, user tab: all user tables, server tab: dbo.Server.. tables, clan tab: clan tables
 
Last edited:
Newbie Spellweaver
Joined
Mar 3, 2014
Messages
16
Reaction score
1
i cant help with just the comment crashes...
be more specific please

UDK34UY - [Release] WZAdmin - RaGEZONE Forums

After, crash...

I use source WarzTHSrc2



But the part of clans is working very well
 

Attachments

You must be registered for see attachments list
Experienced Elementalist
Joined
May 26, 2012
Messages
255
Reaction score
146
After, crash...

I use source WarzTHSrc2



But the part of clans is working very well

this is cause your using a old version, i totally didnt think about that hahaha this version is made on terrainv3/latest ISS/new database
 
Last edited:
Experienced Elementalist
Joined
May 26, 2012
Messages
255
Reaction score
146
Still this problem with new iss database to.

like i said before this issue comes with a old database, if you played the latest ISS you will see wood metal en stone (as seen below)
1535bffc6dbb12464b233a7ef5c84e7e - [Release] WZAdmin - RaGEZONE Forums
this isnt in your version so it isnt in your database so your getting this error

i can fix it for you but i need a clean old database
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Jul 29, 2013
Messages
40
Reaction score
0
my database is from new src. so i dont know why you tell me this is old db
 
Experienced Elementalist
Joined
May 26, 2012
Messages
255
Reaction score
146
my database is from new src. so i dont know why you tell me this is old db

sorry misread that, well thats strange, seems like your db is still little outdated you may get more errors like this
i will post a hotfix below

____________________________________________________________________________________________

[HOTFIX]
ERROR: "There is no field .."

follow the next steps to fix the issue:
NOTE: only recommanded if you use a terrainv3 source!

1. Open the Microsoft SQL Server Management Studio
2. Navigate to the dbo.UsersData tab
3. right click this table and click "Design"
4. add the follow lines at the bottom of the table

Code:
ResWood             int          allowNull: Unchecked
ResStone             int          allowNull: Unchecked
ResMetal             int          allowNull: Unchecked
TradingDollars2    int          allowNull: Unchecked

5. do the same on the dbo.Items_Gear. dbo.Items_Attachments and dbo.Items_Weapons


if any other "there is no field ..." errors accure please check your database if these collumn's exist

'how do i know where i need to add these collumn's'
its clear, if you click a tab in WZAdmin this reads data from the database, Items tab: all item tables, user tab: all user tables, server tab: dbo.Server.. tables, clan tab: clan tables
 
Last edited:
Initiate Mage
Joined
Jan 14, 2015
Messages
1
Reaction score
0
I could not, I did everything and still giving error.
 
Back
Top