Jump to content
  • 0

Eden Quest


Angry Mjoo

Question


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  33
  • Reputation:   0
  • Joined:  12/17/11
  • Last Seen:  

Does anyone know where can I modify the source of this Quest Script, for Example I want to add Baphomet on the Quest and Kill 10 of em, is there any way to configure em?.. or I just don't understand the Script Function of it @_@ really hard for me to understand since I am a Newbie.. Please elp : )

and I also want it to share to those server Running on HR/SHR.. Thank you :)

Since my Request is already open for 24hours and w/out any replies, Now its time to have a Bump on you guys !!

Bump ~!

Edited by Arcenciel
Link to comment
Share on other sites

1 answer to this question

Recommended Posts


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2346
  • Joined:  10/28/11
  • Last Seen:  

well....there is alot way to do it....and it is depend on you to choose which...

1 of the example that commonly used by alot newbie...

-	script	Sample	-1,{
OnNPCKillEvent:
if( killedrid == <BaphometID> && KilledCount < 10 ){
set KilledCount,KilledCount + 1;
dispbottom "Killed Total of "+KilledCount+" each.";
}
end;
}

and the way to save the count also depend on how you want it to be...

you can save it for temporary / forever...

you can also decide it is apply able on other character or any other subserver in your own RO Server also..

in this line

if( killedrid == <BaphometID> && KilledCount < 10 ){

when you killed a NPC it will run the label named OnNPCKillEvent that exist in the particular script..

and..the above statement is used to check to ensure the script is doing to right thing at the right time...

Link to comment
Share on other sites

Join the conversation

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

Guest
Answer this question...

×   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.

×
×
  • Create New...