Jump to content
  • 0

Auction Sale


Muffin

Question


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  5
  • Reputation:   0
  • Joined:  09/19/12
  • Last Seen:  

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

Link to comment
Share on other sites

1 answer to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  198
  • Reputation:   47
  • Joined:  08/01/12
  • Last Seen:  

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