|
You last visited: Today at 07:28
Advertisement
Quest Multi mobs
Discussion on Quest Multi mobs within the SRO PServer Questions & Answers forum part of the SRO Private Server category.
08/23/2021, 13:26
|
#1
|
elite*gold: 0
Join Date: Aug 2021
Posts: 71
Received Thanks: 24
|
Quest Multi mobs
I have add quest and works well
but i wanna add multi mobs
like 3---> Jupiter
3 Yuno
3 Baal
how do it
Solved
|
|
|
08/23/2021, 15:12
|
#2
|
elite*gold: 0
Join Date: May 2013
Posts: 2,223
Received Thanks: 1,484
|
Quote:
Originally Posted by -[Anxi]-
I have add quest and works well
but i wanna add multi mobs
like 3---> Jupiter
3 Yuno
3 Baal
how do it
Solved
|
example like this
Quote:
function QNO_NGT_ENDLESS_DUNGEON_WAVE10()
QUESTID = LuaGetQuestID("QNO_NGT_ENDLESS_DUNGEON_WAVE10")
LuaSetStartCodition(2, QSC_QUEST, QSC_LEVEL, 101, 101)
QM_CONVERSATION = 1
LuaSetStartMethod(QM_CONVERSATION, 1, "NPC_NGT_TITLE")
LuaInsertMissionOrCompleteNpc("NPC_NGT_TITLE")
LuaQuestInsertNpc(1, "NPC_NGT_TITLE")
LuaSetAchievementLimit(1)
LuaInsertDependancyQuests(1, "QNO_NGT_DAILY_SILK")
LuaSetMissionDataSize(QUESTID, 3)
LuaSetMissionData_EX(QUESTID, 0, MISSION_TYPE_KILL_MONSTER, "SN_CON_QNO_NGT_ENDLESS_DUNGEON_WAVE10_1", 1, "MOB_ENDLESS_DUNGEON_MOB_1", 0, 50, 0, 1)
LuaSetMissionData_EX(QUESTID, 1, MISSION_TYPE_KILL_MONSTER, "SN_CON_QNO_NGT_ENDLESS_DUNGEON_WAVE10_2", 1, "MOB_ENDLESS_DUNGEON_UNI_1", 0, 1, 0, 1)
LuaSetMissionData_EX(QUESTID, 2, MISSION_TYPE_KILL_MONSTER, "SN_CON_QNO_NGT_ENDLESS_DUNGEON_WAVE10_3", 1, "MOB_ENDLESS_DUNGEON_BOX_1", 0, 1, 0, 1)
InsertQuestMenuStringList("NPC_NGT_TITLE", 8, "BASIC_MENUSTRING_GREETING", "SN_NPC_KT_MINISTER_QS", "BASIC_MENUSTRING_REQUEST_ACCEPT_QUEST", "SN_TALK_QNO_NGT_ENDLESS_DUNGEON_WAVE10_01", "BASIC_MENUSTRING_AT_ACCEPT", "SN_TALK_QNO_NGT_ENDLESS_DUNGEON_WAVE10_02", "BASIC_MENUSTRING_AT_DENY", "SN_TALK_QNO_NGT_ENDLESS_DUNGEON_WAVE10_03", "BASIC_MENUSTRING_NOT_ACHIEVED", "SN_TALK_QNO_NGT_ENDLESS_DUNGEON_WAVE10_04", "BASIC_MENUSTRING_INVENTORY_FULL", "SN_TALK_QNO_NGT_ENDLESS_DUNGEON_WAVE10_05", "BASIC_MENUSTRING_ACHIEVED", "SN_TALK_QNO_NGT_ENDLESS_DUNGEON_WAVE10_06", "BASIC_MENUSTRING_ACHIEVED_NOW", "SN_TALK_QNO_NGT_ENDLESS_DUNGEON_WAVE10_07")
LuaSetMissionCompleteNum(0)
end
|
|
|
|
08/23/2021, 23:51
|
#3
|
elite*gold: 0
Join Date: Aug 2021
Posts: 71
Received Thanks: 24
|
Quote:
Originally Posted by NorseGodTyr
example like this
|
Thanks alot mate i have do it, thank you for reply.
|
|
|
 |
Similar Threads
|
Compile all quest without quest's files list // Kompilieren Sie alle Quest ohne Quest
07/17/2011 - Metin2 PServer Guides & Strategies - 3 Replies
ENGLISH
Hello dear community, this is a very simple guide but at the same time useful.
How to compile ALL quest in the folder "quest" without the files list in the file "locale_list"?
Easy!
Open the file "make" and replace the content of the file with this:
for f in *.quest; do ./qc $f; done
Oki. Now set the 0777 permission to the file.
Finally open a SSH client and sign in. Write the command:
cd /game_file_folder
|
[Reset mobs] Resetting mobs in the 2.4.0 5-man for xtra rep
03/23/2008 - WoW Exploits, Hacks, Tools & Macros - 4 Replies
Well, i was on the PTR, and figured something out. Ok, if you kill a a mob in there, and the group surrounding it isnt dead, and you guys wipe, the monster you killed respawns and you can get rep off it again.
|
tp auslesen von mobs/get life of mobs
10/23/2007 - Archlord - 0 Replies
hi all
did anyone know how i can get the life of the current target mob?
i want make a bot and want to know when the target is down
anyone know a solution? thx..
sorry my english :P
und desswegen nochma auf deutsch im falle ich mich falsch ausgedrückt hab.
ich hab nen bot angefangen zu schreiben und wollte wissen wo wie ich die trefferpunkte auslesen kann von dem im moment angeklickten mob, danke im voraus..
|
All times are GMT +2. The time now is 07:29.
|
|