nantesfer Posted September 8, 2011 Posted September 8, 2011 great db editor btw, how can i modify hp of cho'gall? in game he has 18932k of hp, in skystudio appears "1.9244472E7" in health and "321.0" in health mod, but cho'gall has "33,497,880" of hp, how can i put him that hp? thanks! Quote
Amra Posted September 13, 2011 Posted September 13, 2011 Exactly what I was looking for! Ty =) /bow Quote
ifilgud Posted September 16, 2011 Posted September 16, 2011 I can't get this working in Debian testing. I have installed java6-jre and jdk but it fails finding data/char.class.dat. It gives me another error at startup: "Could not set look and feel (unsipported)" but the program starts anyway. I dont have Gnome nor KDE installed, I'm using Enlightenment as desktop manager. Quote
granthill Posted December 15, 2011 Posted December 15, 2011 Don't know why I can't access http://www.mediafire.com website, a good intention can provide a other download address or send me a copy of program. email:mayaren888@yahoo.com.cn Quote
Admin/Master Developers SkyFire Posted December 15, 2011 Admin/Master Developers Posted December 15, 2011 Here is a mirror of the download. https://github.com/downloads/ProjectSkyfire/SkyFire-Community-Tools/Skystudio-0.64.zip Quote
granthill Posted December 15, 2011 Posted December 15, 2011 yahoo! oh oh thanks alterego :yahoo: Quote
Azrael111 Posted January 7, 2012 Posted January 7, 2012 Nice app but I Have one issue. When I run it I get this error message: Failed to write log. Warning: File write access permisison. And after OK I get this: There was a problem reading a data file. dataquest.sort.dat (the system cannot find the path specified) 1. Yes I'm using JAVA. 2. I try it on two different computers with same result. :shrug: Quote
billykitty Posted February 8, 2012 Posted February 8, 2012 Incredible program! Thank you! But I've found a bug in the GObjects tab in SkyStudio 0.651. I went to the website to report it but I couldn't see any way to leave or email a comment or reply, so I'm reporting it here and PMing Pyro. If you click on the GObject tab and pull up an object, then go to Quest Relations and modify the Starts quest and/or Ends quest, then click the Generate SQL button, the sql is incorrect. If you click the Save button, the program uses the incorrect sql as well. The issue is the sql that is generated modifies the creature_questrelation and creature_involvedrelation tables instead of the gameobject_questrelation and gameobject_involvedrelation tables. Steps to reproduce (tested on ArkDB_r2.7.0_CATA_4.0.6a_05-02-2012 database): 1. Click GObjects, enter 270 and press Enter 2. Click GObjects again, since program switches to NPC tab, a minor bug 3. GObject should be "Unguarded Thunder Ale Barrel" 4. Click Quest Relations tab, then click the Load Quest Relations button 5. Starts quest is set to 311 Return to Marleth 6. In the Ends quest section click Add Quest 7. Enter 310, click OK to add 310 Bitter Rivals 8. Click the Generate SQL button 9. The sql shown is: DELETE FROM `creature_questrelation` WHERE `id` = 270; INSERT INTO `creature_questrelation` (`id`,`quest`) VALUES (270,311); DELETE FROM `creature_involvedrelation` WHERE `id` = 270; INSERT INTO `creature_involvedrelation` (`id`,`quest`) VALUES (270,310); It should be: DELETE FROM `gameobject_questrelation` WHERE `id` = 270; INSERT INTO `gameobject_questrelation` (`id`,`quest`) VALUES (270,311); DELETE FROM `gameobject_involvedrelation` WHERE `id` = 270; INSERT INTO `gameobject_involvedrelation` (`id`,`quest`) VALUES (270,310); Thanks again for the awesome program! :mellow: Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.