Jump to content
  • 0

Auction Sale


Question

Posted

One day I found a script but cann't get hold of it.

Basically a GM put an item on "sale" to an NPC, for example with 100,000 zeny starting price.

The players spoke to the NPC and bid, after X time, this item was assigned to the player who won the auction.

Don't tell me @auction please, i don't want this system.

thx u all of u

1 answer to this question

Recommended Posts

Posted (edited)

just make a npc script that opens auction.. so players can open @auction thru the npc only..

all zeny that were used but failed to buy the item, cuz someone bought it with a higher price will be returned to you, thru mail. auction func is good, why don't you like it? XD



- script Auction Hall#69 -1,{

set .@n$, "^008000[ Auction Hall ]^000000";

mes .@n$;
mes "Hello ^0000FF"+strcharinfo(0)+"^000000,";
mes "What would you like to do?";
next;
switch(select("Open Auction:Open Mail:Leave"))
{
case 1:
       OpenAuction;
       close;
case 2:
	close2;
	OpenMail;
case 3:
	close;
}
}

prontera,146,172,6 duplicate(Auction Hall#69) Auction Hall#70 108

Edited by Viole

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