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!

Wulez r1 (SWF and Catalogue for Arcturus)

Newbie Spellweaver
Joined
Jan 10, 2014
Messages
9
Reaction score
0
this catalog no work for me... items_base no work...

and arc emulator come item / itemamanager error
 
Skilled Illusionist
Joined
Jun 16, 2011
Messages
319
Reaction score
83
Anyone who is having trouble with this catalogue, it was released in Arcturus 1.14. Run these to update it to 1.15
Code:
ALTER TABLE `items_crackable` ADD PRIMARY KEY(`item_id`);
ALTER TABLE `items_crackable` ADD `required_effect` INT(3) NOT NULL DEFAULT '0' AFTER `achievement_cracked`;
ALTER TABLE `items` CHANGE `z` `z` DOUBLE(10,6) NOT NULL DEFAULT '0.000000';
ALTER TABLE `items_base` ADD `customparams` VARCHAR(256) NOT NULL DEFAULT '' AFTER `multiheight`;
 
Elite Diviner
Joined
Feb 18, 2003
Messages
405
Reaction score
8
Me too



Doesn't work. Doesn't work at all. Your .sql file tries to create tables that already exist (from the proper Arcturus db file) and when trying to import lots of errors show up.

Tried deleting the columns you create in your sql file but then the emulator gives lots of errors too. :mad:

Me too
 
Newbie Spellweaver
Joined
Dec 4, 2018
Messages
7
Reaction score
0
For anyone who gets trouble uploading the SQL file or getting errors in EMU Download this SQL file and upload it in phpmyadmin or navicat This Works for Arcturus 1.15.0 and 1.15.2

 
Newbie Spellweaver
Joined
Nov 25, 2018
Messages
7
Reaction score
0
Thank you sir, I will test it now, im getting a lot erros with the sql file wullez
 
Newbie Spellweaver
Joined
Jan 30, 2015
Messages
71
Reaction score
11
Is this catalogue still being worked on? Wondering when r2 is going to be released?
 
Newbie Spellweaver
Joined
Oct 19, 2013
Messages
83
Reaction score
74
Hey guys, im back after long time(my computer died), but here iammmmm, ok lesgo:

AND: To import Wulez r1, you need delete the original pages first.

Update to 1.16(you can use this catalogue since 1.12 to 1.16+)
Code:
ALTER TABLE `items_crackable` ADD `required_effect` INT(3) NOT NULL DEFAULT '0' AFTER `achievement_cracked`;

ALTER TABLE `items` CHANGE `z` `z` DOUBLE(10,6) NOT NULL DEFAULT '0.000000';

ALTER TABLE `items_base` ADD `customparams` VARCHAR(256) NOT NULL DEFAULT '' AFTER `multiheight`;

ALTER TABLE `items_base` CHANGE `stack_height` `stack_height` DOUBLE(4,2) NOT NULL DEFAULT '0.00';
And a note: i promise back with this project and release a update soon, xoxo hope u like ♥
 
Newbie Spellweaver
Joined
Sep 12, 2017
Messages
11
Reaction score
0
And a note: i promise back with this project and release a update soon, xoxo hope u like ♥
Like you picture or your project? Lol :laugh:

I'm looking forward to your new version!Do you plan on putting on new furniture / clothes until today? ;)
 
Newbie Spellweaver
Joined
Oct 19, 2013
Messages
83
Reaction score
74
Like you picture or your project? Lol :laugh:

I'm looking forward to your new version!Do you plan on putting on new furniture / clothes until today? ;)

I will update all things in the next days on my new git.
Be happy e.e, after i finish the new r2 i release on ragezone, but now u can see dev on github
 
Newbie Spellweaver
Joined
Sep 12, 2017
Messages
11
Reaction score
0
Ok thank's for the news! :)

I follow your github :laugh:
 
Newbie Spellweaver
Joined
May 25, 2013
Messages
59
Reaction score
3
How do we get rid of the numbers on the pages?
 
Newbie Spellweaver
Joined
Oct 19, 2013
Messages
83
Reaction score
74
Hey guys, im working on the new version, Wulez r2, but i will release after new arcturus be released.
You can see what i change on github.
 
Newbie Spellweaver
Joined
Oct 19, 2013
Messages
83
Reaction score
74
Wulez r2 have the new Easter 2019 furnis and clothings(include crackables).

You can see updates in:
And download in:

Korz - Wulez r1 (SWF and Catalogue for Arcturus) - RaGEZONE Forums
 
Initiate Mage
Joined
Apr 4, 2019
Messages
4
Reaction score
0
[STRIKE]I'm pretty new, could someone tell me step by step how to do this lol. I just seem to break stuff here on my end.:lol:[/STRIKE]

Nvm, got it!
Thanks!
 
Last edited:
Newbie Spellweaver
Joined
May 25, 2013
Messages
59
Reaction score
3
great release updated from r1 to r2.. On r2 none of the new clothing items will work?
 
Back
Top