anyone know if existe event of jewel box in VSRO Files?
and if is possible active it
anyone know if existe event of jewel box in VSRO Files?
and if is possible active it
I was decoded Script / VIETNAM / Event.sct and results:
Code:QEV_CH_EVENT_KISAENG_110221 = function() EventID = 10185 SetEventOne(EventID, "SN_QEV_CH_EVENT_KISAENG_110221", 1, 1, 1) SetEventTwo(2, "SN_TALK_QEV_CH_EVENT_KISAENG_090714_B", "SN_TALK_COMMON_EXIT") NPC_COUNT = 1 LuaInsertNpc(NPC_COUNT, "NPC_CH_EVENT_KISAENG1") InsertPayItemCodeName(13, "ITEM_ETC_E051123_AGILITY_SCROLL", "ITEM_ETC_E051123_EVATION_SCROLL", "ITEM_ETC_E051123_HIT_SCROLL", "ITEM_ETC_E080723_SKILL_EXP_5", "ITEM_ETC_E080723_SKILL_EXP_10", "ITEM_ETC_BALLOON_MANGNYANG", "ITEM_ETC_BALLOON_MOVOI", "ITEM_ETC_E051123_HP500_SCROLL", "ITEM_ETC_E051123_MP500_SCROLL", "ITEM_ETC_E041225_CANDY_RED", "ITEM_ETC_E041225_CANDY_BLUE", "ITEM_EVENT_AVATAR_M_NASRUN", "ITEM_EVENT_AVATAR_W_NASRUN") LuaInsertDropItem(1, "ITEM_ETC_E050618_TREASUREBOX", 1.5) InsertMenuStringList("NPC_CH_EVENT_KISAENG1", 5, "EVENT_MENUSTRING_GREETING", "SN_NPC_CH_EVENT_KISAENG1_QS", "EVENT_MENUSTRING_REQUEST_ACCEPT_QUEST", "SN_TALK_QEV_CH_EVENT_KISAENG_090714_A", "EVENT_MENUSTRING_NOT_ACHIEVED", "SN_TALK_QEV_CH_EVENT_KISAENG_090714_E", "EVENT_MENUSTRING_INVENTORY_FULL", "SN_TALK_QEV_CH_EVENT_KISAENG_090714_D", "EVENT_MENUSTRING_ACHIEVED", "SN_TALK_QEV_CH_EVENT_KISAENG_090714_C") CONVERSATION_SINGLE = 0 LuaInsertFunctionStringList(1, "CONVERSATION_SINGLE", "KISAENG_110221_Conversation") end
hmm nice but for active it i think need line in server.cfg
and about winter event i check all and see in server files of blackrogue no have table for reward and it work i think reward itens this in SR_GameServer
never heard of such event?
if i can get more info, i can help with building/fixing/remaking the database stored procedures for it!
i played with almost every stored procedure and i have never heard of such event o.O
Jewel Box work in 2009 like Avatar Halloween..
see
Jewel box event - YouTube
hey add me in skype MGProjects i want show for u some things about new Pets
i search for table _RefEventRewardItems and i tried to add itens
added so:
no workPHP Code:1 1 QEV_CH_EVENT_KISAENG_070919 ITEM_MALL_GLOBAL_CHATTING 1 1 0 0 xxx 0 xxx
1 2 QEV_CH_EVENT_KISAENG_071225 ITEM_MALL_GLOBAL_CHATTING 1 1 0 0 xxx 0 xxx
1 3 QEV_CH_EVENT_KISAENG_080206 ITEM_MALL_GLOBAL_CHATTING 1 1 0 0 xxx 0 xxx
tried add in _RefEventReward
so:
and no work you can show for me how you added here? or is in other table because in blackrogue files, tables _RefEventReward and _RefEventRewardItems no exist and winter event work reward..PHP Code:1 1 QEV_CH_EVENT_KISAENG_070919 1 1 1 1 0 0 0 0 100 100 0 100 0 0 0 0 xxx 0 xxx 0 xxx
1 2 QEV_CH_EVENT_KISAENG_071225 1 1 1 1 0 0 0 0 100 100 0 100 0 0 0 0 xxx 0 xxx 0 xxx
1 3 QEV_CH_EVENT_KISAENG_080206 1 1 1 1 0 0 0 0 100 100 0 100 0 0 0 0 xxx 0 xxx 0 xxx
rly idk how it work more hehe
we must activate event in _RefQuest
Look !! you have alot of event
like this
SN_QEV_CH_EVENT_KISAENG_081028 Halloween Event
SN_QEV_SERVER_EVENT Winter Princess and Knights
SN_QEV_CH_EVENT_KISAENG_090714 Jewel box Event
you must active it in npc quest
you have npc So~Ok in _RefQuest number 52
anyone activate it
I added sql but What else should I do?
Last edited by LeeVanShin; 22-01-12 at 04:15 PM.