Jump to content
  • 0

help please with a custom item


Question

Posted

hi. I am starting a Server called Epic RO

 

and I am almost done with it.

 

I am in need badly of a custom item. and have no idea how to make one

 

can someone please make me a custom item called Epic RO Coins

 

 

 

for my donation shop. example: you can only purchase items from the donation shop with Epic Ro Coins

 

 

 

and tell me how to put it into my server and so I only can get it by using a @item command

 

thank you guys so much I really appreciate if someone does this for me and yes you will get credit for it

 

and if you ever join my server I promise you will be rewarded

thanks so much guys

 

Also on a side note: im looking for gms to help  with this server

 

2 answers to this question

Recommended Posts

Posted (edited)

Ok, that`s easy, let`s start creating the item:
 
http://rathena.org/wiki/Custom_Items
http://rathena.org/board/topic/80492-how-to-add-costume-custome-item/
 
Second, you gonna need a simple script, something like:

if(countitem(<EPICRO_ITEM_ID>) > <NECESSARY_AMOUNT_OF_COINS>)
           getitem <ITEMID_TO_GIVE>,<AMOUNT>;
else
            mes "You don`t have enought coins for this trade";
 
close;
Edited by TecnoCronus

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