Register for your free account! | Forgot your password?

Go Back   elitepvpers > Popular Games > Silkroad Online > SRO Private Server > SRO PServer Guides & Releases
You last visited: Today at 14:16

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Release] Silkroad lua scripts - new quests & more

Discussion on [Release] Silkroad lua scripts - new quests & more within the SRO PServer Guides & Releases forum part of the SRO Private Server category.

Reply
 
Old 01/19/2017, 17:06   #91
 
elite*gold: 0
Join Date: Jan 2009
Posts: 944
Received Thanks: 403
.sct to @.lua works?
leo2111 is offline  
Old 01/19/2017, 17:45   #92
 
lepitismak's Avatar
 
elite*gold: 0
Join Date: Oct 2007
Posts: 479
Received Thanks: 63
how i can make quest for repeat every day?
lepitismak is offline  
Old 01/20/2017, 12:38   #93
 
elite*gold: 0
Join Date: Jan 2009
Posts: 944
Received Thanks: 403
Pay me and i will tell you xD
leo2111 is offline  
Old 01/23/2017, 09:00   #94
 
elite*gold: 0
Join Date: Mar 2008
Posts: 159
Received Thanks: 59
Quote:
Originally Posted by lepitismak View Post
how i can make quest for repeat every day?
Try to use LuaSetRealTime().
Found in FGW quests e.g. @SN_QNO_FW_RB2_018.lua
guckguck is offline  
Old 01/23/2017, 12:37   #95
 
elite*gold: 10
Join Date: Jan 2010
Posts: 48
Received Thanks: 251
Quote:
Originally Posted by guckguck View Post
Hi Stratti, your tool is working smoothly for quests and list files.
Using it to decode the event.sct will fail for me with a string out of index error. Could you please check it?



Hi guckguck,

sorry for late response but I pretty much left silkroad. Anyways, I've checked your problem and it should be working now! Please re-download the updated version from .
Let me know if its working now.
Stratti is offline  
Thanks
1 User
Old 03/26/2017, 06:00   #96
 
fiction online's Avatar
 
elite*gold: 0
Join Date: Mar 2017
Posts: 43
Received Thanks: 0
how i Can edit Quest i have One But i need Change Monster to other and i need Change it To Make One time per Day not One Time
fiction online is offline  
Old 03/26/2017, 10:43   #97
 
elite*gold: 0
Join Date: Mar 2008
Posts: 159
Received Thanks: 59
Hello,
you should simply upload your quest maybe

However for killquest use "MISSION_TYPE_KILL_MONSTER" and change the "MOB_XYZ":
Code:
LuaSetMissionData(QUESTID, 0, MISSION_TYPE_KILL_MONSTER, "SN_CON_QNO_KEKS_UNI_06", 1, "MOB_EU_KERBEROS", 0, MONSTER_CLASS_UNIQUE, 15, 0)
For daily quests try to use LuaSetRealTime().
Found in FGW quests e.g. @SN_QNO_FW_RB2_018.lua
guckguck is offline  
Old 03/26/2017, 23:50   #98
 
fiction online's Avatar
 
elite*gold: 0
Join Date: Mar 2017
Posts: 43
Received Thanks: 0
i Lost my Simply Quest
fiction online is offline  
Old 04/08/2017, 19:22   #99
 
elite*gold: 0
Join Date: Jun 2015
Posts: 15
Received Thanks: 0
tnx
Boy_TRexO4 is offline  
Old 04/09/2017, 11:05   #100
 
elite*gold: 0
Join Date: Sep 2008
Posts: 66
Received Thanks: 6
German:
Hallo ich bräuchte mal Hilfe
Ich habe eine quest serie geschrieben
nun möchte ich aber das sie nicht nur einmal machbar ist sondern immer.

Das Probleme ist sie bestehtn aus 10 Teilen und wenn ich LuaSetAchievementLimit(0) mache kann man alle Quest machen auch die nummer 10 ohne die anderen 9 vorher gemacht zu haben.

Gibt es eine möglichkeit das mann sie zwar immer machen kann aber auch immer bei 1 Quest von 10 beginnen muss ?

English:
Hello I would need help
I wrote a quest series
Now I would like to be able to do it not only once but always.

The problem is that it consists of 10 parts and if I make LuaSetAchievementLimit (0) you can make all the quest also make the number 10 without the other 9 before.

Is there a possibility the man can always make it but always must start with 1 quest of 10?

Quest 2 Lua
PHP Code:
function QNO_EGY_2()
  
QUESTID LuaGetQuestID("QNO_EGY_2")
  
LuaSetStartCodition(2QSC_QUESTQSC_LEVEL110110)
  
QM_CONVERSATION 1
  LuaSetStartMethod
(QM_CONVERSATION1"NPC_CH_VENGARD_SPECIAL")
  
LuaInsertMissionOrCompleteNpc("NPC_CH_VENGARD_SPECIAL")
  
LuaQuestInsertNpc(1"NPC_CH_VENGARD_SPECIAL")
  
LuaSetAchievementLimit(0)
  
LuaInsertDependancyQuests(1"QNO_EGY_1")
  
LuaSetMissionDataSize(QUESTID3)
  
LuaSetMissionData_EX(QUESTID0MISSION_TYPE_KILL_MONSTER"SN_CON_QNO_EGY_2_1"1"MOB_SD_WENEG"1MONSTER_CLASS_NORMAL100011)
  
LuaSetMissionData_EX(QUESTID1MISSION_TYPE_KILL_MONSTER"SN_CON_QNO_EGY_2_2"1"MOB_SD_WENEG"1MONSTER_CLASS_CHAMPION10011)
  
LuaSetMissionData_EX(QUESTID2MISSION_TYPE_KILL_MONSTER"SN_CON_QNO_EGY_2_3"1"MOB_SD_WENEG"1MONSTER_CLASS_GIANT2011)
  
InsertQuestMenuStringList("NPC_CH_VENGARD_SPECIAL"7"BASIC_MENUSTRING_GREETING""SN_NPC_CH_VENGARD_SPECIAL_QS""BASIC_MENUSTRING_REQUEST_ACCEPT_QUEST""SN_TALK_QNO_EGY_2_01""BASIC_MENUSTRING_AT_ACCEPT""SN_TALK_QNO_EGY_2_02""BASIC_MENUSTRING_AT_DENY""SN_TALK_QNO_EGY_2_03""BASIC_MENUSTRING_NOT_ACHIEVED""SN_TALK_QNO_EGY_2_04""BASIC_MENUSTRING_ACHIEVED""SN_TALK_QNO_EGY_2_05""BASIC_MENUSTRING_ACHIEVED_NOW""SN_TALK_QNO_EGY_2_06")
  
LuaSetMissionCompleteNum(0)
  
PAY_ITEM_METHOD_EXACT 1
  LuaSetAchievedItem
(0132000150001570000)
  
LuaSetAchievedSkillPont(0)
end 
Harmomix2007 is offline  
Old 04/09/2017, 15:59   #101
 
elite*gold: 0
Join Date: Mar 2008
Posts: 159
Received Thanks: 59
Dafür gibt es mit den normalen Quests glaub keine Möglichkeit. Soweit ich mich entsinne gibt es auch nur eine Stelle, an der eine Questreihe wiederholbar gemacht wurde und zwar bei den Quests zum Ticket für "Eyrie of Roc". Die sind leider nicht mit Lua geschrieben. Ansonsten wird bei Limit > 1 die Quest immer freigeschaltet, selbst mit Abhängigkeit von einer anderen Quest (z.B. "Cave Questreihe"). Alle anderen Questreihen sind exakt einmal möglich.

Du könntest eventuell folgende Variante probieren:
Jede Quest 1 bis 10 gibt dir jeweils ein Item. Quest 11 tauscht dann alle 10 Items gegen eine Belohnung ein. Dazu alle Quests wiederholbar machen und als "Daily Quest" einfügen. Damit stehen zwar immer noch alle Quests zur Auswahl, nur braucht man erstmal jeden Quest, um überhaupt an eine Belohnung zu kommen.
guckguck is offline  
Old 04/09/2017, 17:36   #102
 
elite*gold: 0
Join Date: Sep 2008
Posts: 66
Received Thanks: 6
Ich hatte es mir schon gedacht aber die Idee mit dem Item würde es natürlich lösen und ist eine Überlegung wert .
Harmomix2007 is offline  
Old 04/24/2017, 03:51   #103
 
elite*gold: 0
Join Date: Jul 2010
Posts: 1
Received Thanks: 0
good 2 see ppl like u still exist in this forum gj man
GM Solo is offline  
Old 04/28/2018, 20:52   #104
 
elite*gold: 0
Join Date: Feb 2018
Posts: 17
Received Thanks: 0
GoodWork
Boodeali is offline  
Old 05/11/2018, 14:40   #105
 
elite*gold: 0
Join Date: Aug 2017
Posts: 34
Received Thanks: 2
reupload
lamuathu1989 is offline  
Reply


Similar Threads Similar Threads
[Release] Collection of silkroad intro scripts
06/11/2021 - SRO PServer Guides & Releases - 18 Replies
-- removed --
PLANET SILKROAD|11DG|CH/EU|BALANCED|LOWRATE|OLDSCHOOL JOB|IMPROVED QUESTS|HARDCORE
10/23/2015 - SRO PServer Advertising - 101 Replies
Grand Opening of our server will be on the 25-09-2015 at 15:00 BERLIN TIME http://i.epvpimg.com/bPh7d.jpg http://i.epvpimg.com/M0oXg.jpg http://i.epvpimg.com/yiqTf.png http://i.epvpimg.com/WX8tf.jpg http://i.epvpimg.com/QrmOc.jpg Homepage| Registration | Downloads | Facebook
[Realise]Silkroad Bot Scripts
06/25/2015 - Silkroad Online - 21 Replies
*SilkroadOnline Bot Scripts* I see a lot of people who need Cripts and cant find it? here you go about 400cripts. Work on : Mbot, Ibot, RIbot, If someone can, test on what more bots it work,write here. Files Attached



All times are GMT +2. The time now is 14:16.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.