Jump to content
  • 0

Class item giver NPC


Question

Posted

Id like a script that when you change classes, you get a certain item, say you change from novice to archer, it gives you a bow + 1000 arrows. if there anything like that?

thanks,

Josh

9 answers to this question

Recommended Posts

Posted (edited)

Why create a new item? If you use a jon changer just add getitem itemid,amount for what ever items you want the class to get on jobchange

cause I mistaken it as "use item to change class"

Edited by goddameit
Posted

he can;t use the jobchanger scripted by euphy inside custom/ because uhhh yea,

EUPHY put the old one back, new people to scripting (especially to scripting) will look at that jobchanger and basicaly say uf this, see now I have to write a script for this fella.

or do i *gets the old jobchanger* it worked fine just needed to jobs defined in it.

TO DARK:

you need the following in this request.

What items, How many, do you want it abusable where they can get said item as many times as they want? account related, character related, etc etc etc

Posted

I think if Euphy, used an array to store his information and called it that way, it'd be easier and more user friendly. Then we could actually add it as an official script. And also add a check to see if, giving items is enabled. Like:

if(.getitem){getitem .item[.@i],.amount[.@i];}

But you'd need to add the information at the top of the script, or atleast before this appears.

Posted

I think if Euphy, used an array to store his information and called it that way, it'd be easier and more user friendly. Then we could actually add it as an official script. And also add a check to see if, giving items is enabled. Like:

if(.getitem){getitem .item[.@i],.amount[.@i];}

But you'd need to add the information at the top of the script, or atleast before this appears.

Agree with this.

Posted

Yes, But normal rathena Users, and those coming from eathena do not know how to use arrays, they have rarely been used in the past. Are they documented in scriptcommands?(I haven't looked)

Posted

Yes, But normal rathena Users, and those coming from eathena do not know how to use arrays, they have rarely been used in the past. Are they documented in scriptcommands?(I haven't looked)

As far as I know they are...

*setarray, etc

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.

  • Recently Browsing   0 members

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