Jump to content

Recommended Posts

  • 2 weeks later...
Posted

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.

Posted

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.

Posted

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.

  • 3 weeks later...
Posted

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);

Posted

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.

Posted

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.

:)

Posted

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.

Posted (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 :D

anyway.. thank you again for ur replay :D

Edited by java
  • 2 weeks later...
Posted

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 >

Posted

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 :D

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

Posted

//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 :P

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...