tr0n Posted April 21, 2012 Author Posted April 21, 2012 i didn't implement a feature for not reapting quests. actually they can do it over and over again. 1 Quote
manabeast Posted April 23, 2012 Posted April 23, 2012 ok thanks ^^ nice one..i really need this. Quote
manabeast Posted April 27, 2012 Posted April 27, 2012 can i ask? if i accept quest from this script. will it go to here? Quote
tr0n Posted April 27, 2012 Author Posted April 27, 2012 no, this would need client modifications. 1 Quote
v00m3r Posted April 28, 2012 Posted April 28, 2012 thank you for this one.. ill try it 1st,, ^^.. thanks for sharing.. and just reading the description it rocks ^^ Quote
Elliott Posted May 8, 2012 Posted May 8, 2012 I haven't used this script yet (I was reinventing the wheel when I realized that you had already made a better one than what I was working on), but looking at the script, I suggest: What about filtering the quests in the menu based upon level? And you can set what kind of ranges there would be, like 1-10, 10-19 blah blah blah. Quote
tr0n Posted May 9, 2012 Author Posted May 9, 2012 I did set lvl restriction ranges. (min. lvl - max. lvl) Or what do you mean ? Quote
Elliott Posted May 9, 2012 Posted May 9, 2012 I mean, if you have many quests in different levels, there's another menu that would have level ranges, like "Check level 10-20 quests", "check level 30-40 quests" and such. Don't have to implement it but I'm totally OCD about order so I thought I'd suggest it. Quote
tr0n Posted May 9, 2012 Author Posted May 9, 2012 feel free to edit the script for your special needs. Quote
x13th Posted May 10, 2012 Posted May 10, 2012 suggestion sir. can you add how many reward the player will get. example in the quest1 the reward is 1 rental coin and the quest2 is 5 rental coin. Quote
tr0n Posted May 26, 2012 Author Posted May 26, 2012 UPDATE 1.3.4 Changelogs: - Added Reward Item Amount Quote
AngelaKiss Posted May 27, 2012 Posted May 27, 2012 cant make it work //Add Collection Quests here //AddCollection("<Quest Name>",<Min Lvl>,<Max Lvl>,<Reward|Item ID>,<Reward|Item Amount>,<Zeny Reward>,<Base EXP>,<Job EXP>,<Item ID>,<Item Amount>,...); AddCollection("Bloody Branch",1,99,12103,1,0,1000,1000,604,50); Quote
tr0n Posted May 27, 2012 Author Posted May 27, 2012 cant make it work //Add Collection Quests here //AddCollection("<Quest Name>",<Min Lvl>,<Max Lvl>,<Reward|Item ID>,<Reward|Item Amount>,<Zeny Reward>,<Base EXP>,<Job EXP>,<Item ID>,<Item Amount>,...); AddCollection("Bloody Branch",1,99,12103,1,0,1000,1000,604,50); any errors or bugs you experienced ? If yes please show me screenshots. Quote
java Posted May 30, 2012 Posted May 30, 2012 um dude.. is ur script have a limitation quest? or can ur script make a 10000 quest? and what about if a restart server is this script save the current quest which made before? sorry for my bad english. Quote
tr0n Posted May 30, 2012 Author Posted May 30, 2012 um dude.. is ur script have a limitation quest? or can ur script make a 10000 quest? and what about if a restart server is this script save the current quest which made before? sorry for my bad english. you can make as many quests you want. no limitation. Quote
java Posted May 30, 2012 Posted May 30, 2012 (edited) thank you hopefully ur script is sql based and have some nice feature like annieruru mission board 2.4 script. for example : //AddCollection("<Quest Name>",<Min Lvl>,<Max Lvl>,<Reward|Item ID>,<Reward|Item Amount>,<Zeny Reward>,<Base EXP>,<Job EXP>,<Item ID>,<Item Amount>,...); to AddQuest("<Quest Name>","<Descriptions Quest >",<MonsterID>,<MonsterAmounts>,<Min Lvl>,<Max Lvl>,<Reward|Item ID>,<Reward|Item Amount>,<RewardCashpoint>,<Zeny Reward>,<RewardBase EXP>,<RewardJob EXP>,<Item ID>,<Item Amount>,<MissionStatus>,<Timelimit>,<Job limit>,); NB: mission status option: -everyday -onlyonce -repeatedly NB : job limit option -swordman -thief -etc NB: timelimit options: - 1 min - 1 hours - 1 day tha's my opinion anyway.. thank you again for ur replay Edited May 31, 2012 by java Quote
Jin Freecs Posted June 13, 2012 Posted June 13, 2012 (edited) Why im having this kind of error? And also i tried to remove the < > thing but having the same error http://www.freeimagehosting.net/z6otn Edited June 13, 2012 by Jin Freecs Quote
java Posted June 13, 2012 Posted June 13, 2012 Why im having this kind of error? And also i tried to remove the < > thing but having the same error http://www.freeimagehosting.net/z6otn //AddHunting("<Quest Name>",<Min Lvl>,<Max Lvl>,<Reward|Item ID>,<Reward|Item Amount>,<Zeny Reward>,<Base EXP>,<Job EXP>,<Item ID>,<Item Amount>,...); AddCollection("cecunguk bau",1,10,0,0,10480,9180,1300,2304,1); see at my example dont add [ ...] at ur script plus dont add < and > Quote
tr0n Posted June 13, 2012 Author Posted June 13, 2012 Why im having this kind of error? And also i tried to remove the < > thing but having the same error http://www.freeimagehosting.net/z6otn //AddHunting("<Quest Name>",<Min Lvl>,<Max Lvl>,<Reward|Item ID>,<Reward|Item Amount>,<Zeny Reward>,<Base EXP>,<Job EXP>,<Item ID>,<Item Amount>,...); AddCollection("cecunguk bau",1,10,0,0,10480,9180,1300,2304,1); see at my example dont add [ ...] at ur script plus dont add < and > You wrote under the AddHunting Example a AddCollection Quest ? Well that doesn't cause errors but yea okay. Looks weird ^^ @java Thanks i feel stupid Don't forget the ",..." means that you can add as many items or monsters you want. Example "...,501,5,502,5);" That means you need to find 5 of item id 501 and 5 of 502. Same with the Hunting Quests Quote
java Posted June 13, 2012 Posted June 13, 2012 //AddHunting("<Quest Name>",<Min Lvl>,<Max Lvl>,<Reward|Item ID>,<Reward|Item Amount>,<Zeny Reward>,<Base EXP>,<Job EXP>,<Item ID>,<Item Amount>,...); AddCollection("cecunguk bau",1,10,0,0,10480,9180,1300,2304,1); see at my example dont add [ ...] at ur script plus dont add < and > You wrote under the AddHunting Example a AddCollection Quest ? Well that doesn't cause errors but yea okay. Looks weird ^^ im sorry >> that's my big epic Fail copy paste hahahaha Quote
jedwynne Posted June 14, 2012 Posted June 14, 2012 I think it would be better if you add a zeny as requirement Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.