Jump to content
  • 0

Request for Thrash Card Exchanger and Newbie Package


Crash

Question


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  2
  • Reputation:   0
  • Joined:  07/16/12
  • Last Seen:  

Hey people,

A couple of requests for a new server I'm working upon.

I am looking for an NPC which would let you trade the waste cards in your storage for either zeny OR credit coins.

Also, I was wondering if I could duplicate some of the items in the existing database, with a few changes, to make them non-tradeable,non-vendable,non-dropable. Only account storable. Also put a level restriction on the existing item script. Then I can give a newbie package, with your usual gear but with a slight modification in level usage, so that it isn't abused (by constantly creating characters, selling the items and then deleting the characters).

Thanks for all the wonderful scripts here in the forums, they have given me some wonderful ideas for my server. Especially Euphy's and Emistry's collection! Thanks a bunch guys!

Cheers!

I reckon I made a mistake by including the item db edits here. I guess it goes in the Database Request section, so I'll repost it there. Sorry about that.

Edited by Crash
Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  53
  • Topics Per Day:  0.01
  • Content Count:  291
  • Reputation:   4
  • Joined:  04/24/12
  • Last Seen:  

you can duplicate items. just change the item_id..

Link to comment
Share on other sites


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

card trader

https://rathena.svn....card_trader.txt

for those newbie item giver..

find any of those script in the forum..

and add a baselevel check before give items.

if( BaseLevel < 50 ){
mes "You need to be level 50 to get the item.";
close;
}

to enable or disable trade / drop / storageale and etc....

https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/db/re/item_trade.txt

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