Jump to content

ToroRosso

Member
  • Posts

    7
  • Joined

  • Last visited

  • Feedback

    0%

About ToroRosso

Informations

  • Gender
    Male
  • Country
    Bahamas
  • Nationality
    Belgian

Recent Profile Visitors

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

ToroRosso's Achievements

Contributor

Contributor (5/16)

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

Recent Badges

0

Reputation

  1. Hi. How can i solve this problem? Questlib: function say_item_vnum_inline(vnum,index,total) if index >= total then return end if total > 3 then return end raw_script("[INSERT_IMAGE image_type;item|idx;"..vnum.."|title;"..item_name(vnum).."|desc;".."".."|index;"..index.."|total;"..total.."]") end Usage: say_item_vnum_inline(19,0,3) say_item_vnum_inline(29,1,3) say_item_vnum_inline(39,2,3) Result(problem):
  2. Hi. I want to seperate the sell price of this item with dots: Could someone help me? Py fyle: [Hidden Content]
  3. Hi, How should i change the say_item_vnum function in questlib to set unique color for the name of the item? I mean i want to change the color of this text: function say_item_vnum(vnum) say_item(item_name(vnum), vnum, "") end
  4. Hi, I'm looking for a pick up system, which is picking up every items in the same time and not one by one. Thank you.
  5. Yeah, thanks, i just realised an hour ago, the pick function is already exist.
  6. Could someone help me to write a quest function which is counts the amount of an item in the inventory (in real time) and if u earn for example 10pcs from that item then its removes them and gives another item instead of them?
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.