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!

Arcane Chamber Event

Skilled Illusionist
Joined
Dec 4, 2013
Messages
353
Reaction score
56
Hi guys :)

I have found the arcane chamber event in 03150 and 03033 luascripts, I think this event need some fixes but this event runs a little, with this event you can see the arcane's chamber portal in varanas, this portal goes to arcane chamber zone (81)

Only need to put this query on ROM_World

INSERT [dbo].[WorldVar] ([VarName], [VarValue]) VALUES
(N'OneYear_AC_Season', 0),
(N'OneYear_AC_Type', 1),
(N'OneYear_AC_Money', 999999999),
(N'OneYear_AC_Money_Type', 0),
(N'OneYear_AC_Material', 999),
(N'OneYear_AC_Material_Type', 0),
(N'OneYear_AC_DuplicateSetTimer', 0),
(N'OneYear_AC_DuplicateTimer', 2);
GO

View attachment 152764

If someone can edit luascript and fix this event please tell in this post how we can run this event with full functions.

If I help you with this please click on like :)
Regards,
Elssair.
 
Last edited:
Junior Spellweaver
Joined
Jul 9, 2014
Messages
168
Reaction score
53
--Lua_OneYear_Ctrl - init hall's system
--Lua_OneYear_OrderObj - control
--AC2_Season_Entrance_portal - entrance
--AC2_Season_EXIT_portal - exit
--Lua_OneYear_P1_NPC / 123633 - 81 teleport

Look on those functions, especially on Lua_OneYear_OrderObj.
 
Junior Spellweaver
Joined
Apr 27, 2015
Messages
176
Reaction score
107
I added that to my database and nothing has changed, no portals, no NPCs. Guess there is more to it.
 
Junior Spellweaver
Joined
Jul 9, 2014
Messages
168
Reaction score
53
/gm ? pcall Lua_OneYear_OrderObj

It would open special menu with this event controls.
Also, check those functions in scripts for more info.
 
Junior Spellweaver
Joined
Apr 27, 2015
Messages
176
Reaction score
107
Well I don't get a menu, but I do get some text print to the chat box.

Tried many of the functions in those script, I see some of them changed values in the database but not special happening. I did also get the portal to spawn with one of the commands.

Then used ObjEdit to put portals on varanas bridge for the 4 halls. I guess now we need someone to supply scripts for those instances since they have no mobs.

Wonder if the scripts for an instance can be grabbed from memory from officials.
 
Junior Spellweaver
Joined
Jul 9, 2014
Messages
168
Reaction score
53
Seems you just have old server version.
As for mobs - yep, you can, but also you would need mob's scripts.
 
Skilled Illusionist
Joined
Dec 4, 2013
Messages
353
Reaction score
56
I'm using 6.0.7 luascripts shared by Coenx. With my query I can see the arcane's chamber portal in varanas class zone, anothers npc are implemented manually.

+200 views and only 1 like? wow XDD
 
Junior Spellweaver
Joined
Apr 27, 2015
Messages
176
Reaction score
107
Well the portals I placed on varanas bridge will port you in to the correct zones. Would be cool to have it running as it is ment to though. Turmalin, is your v6.2 have working halls ?



+200 views and only 1 like? wow XDD

Maybe cause ppl like me can be lazy to move the mouse to the Like button. But for you, I clicked it :)
 
Junior Spellweaver
Joined
Jul 9, 2014
Messages
168
Reaction score
53
Halls had been worked, as I remember, but some bosses was bugged.
 
Back
Top