Jump to content

Takun

Members
  • Posts

    4
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Takun's Achievements

Santa Poring

Santa Poring (3/15)

  • One Year In
  • First Post
  • Dedicated
  • One Month Later
  • Conversation Starter

Recent Badges

0

Reputation

  1. Hello @Racaae, Your script works and it's great! However, i have one concern. Is it possible to transfer or swap the randomopt to the same item? Like a Muffler [1] (2 opt) to a Muffler [1] (4opt)? WIll that be possible? and what mistake what would happen if so.
  2. Hello @Racaae, I'm not that good with scripting, how can i fix this? parse_line: expect command, missing function name or calling undeclared function 66 : if (!.@HasOnlyOneEnchant) { 67 : mes "Which effect to transfer?"; 68 : if (.@mode) { 69 : for(.@i=0; .@i < 5; .@i++) { 70 : if (.@r_id[.@i]) * 71 : .@slot_menu$ += F_RDMOPT_Name('.'@r_id[.@i],.@r_v[.@i]); 72 : .@slot_menu$ += ":"; 73 : } 74 : } 75 : else { 76 : for(.@i=0; .@i < 4; .@i++) {
  3. For weight, why not just make the items weightless?
  4. Hello, Is this possible? The concept would be like this: Player = The person who plays the game directly. Buyer = The person who will purchase an item. Seller = The person who will sell an item. Owner = The person who owns the server + website. 1. The player can view the market page in the website. • They will have the opportunity to buy/sell in-game items with real money. • They can browse for the item in market page via In-game NPC all the items that has been registered by the players. 2. The player can buy/sell items via website. • The seller can directly register an item via In-game NPC and will be removed in their inventory. Registered item will last 24 hours and they will be sent via Mail if it expires. • The seller cannot modify the registered via in-game/market page. • Only VIP (GM 1) accounts are able to register items in the NPC. Buyers can view but they can't purchase as well unless they are in VIP. 3. The buyer/seller must have an account in the game. • The market page is visible to anyone. (Including page visitors) • Registered accounts are the only ones who can use the purchase/sell feature. 4. The seller can sell an item via NPC in server and will be directly seen in market page in website. • The seller must be a VIP (GM 1) account. • The seller will be asked by the NPC about their details. (Full Name, IGN, Preferred Payment & Bank Details) • The registered item can be viewed in market page with the seller's Full Name, & IGN ONLY) • This will be the sample view. (Item Name: Damascus +10, Time Left: 15 Hours, Sold By: Full Name: M*** Benn*****, IGN: Testing1) • Preferred Payment & Bank Details can only be viewed by the Owner. 5. The buyer can buy credit points via real-money using Gcash/Paypal/Remitly. (This will probably be like PODs-like-concept) • Players will have to top-up to earn credit points for them to be able to purchase. • Once payment is confirmed, the owner will manually input credits to the buyer's account. • After clicking the purchase, they will receive the item via Mail. • The item in the market page & in-game NPC will be removed right away. 6. If the seller successfully sold its item registered via NPC, they will receive a notification that the item has been successfully purchased via in-game mail. • They payment received will be sent to the seller directly in their preferred payment channel. • Item will be removed via NPC & Market Page. • The mail contains "Your Damascus +10 has been sold to Mr. Nobody1 on January 01, 2023 at a price of $100. You may contact the owner to receive your money." I know this is kind of hard/tricky when making the script but is this possible? Thanks.
×
×
  • Create New...