Jump to content

Chaos92

Members
  • Posts

    1537
  • Joined

  • Last visited

  • Days Won

    35

Posts posted by Chaos92

  1. 30 minutes ago, NoobInLife said:

    Hi,

    Can someone create a script or rAthena' script to allows items only in "Fav" inventory to applies effects like how charm works in D2? 

    IE, item / charm in Fav inventory == add hp bonus of 10 per items.

     

    Can this same script be used for conditional effects? Like, +100hp bonus if charm id# 01 exist in "Fav" inventory?

    maybe use countitem /rentalcountitem and add the effect in the item script ? doesnt need to be added in Fav inventory.

  2. 2 hours ago, Mitosky said:

    Hello people, I came to you since I couldn't find Goku's hair and aura... could you please help me? I would appreciate it very much.

    RMSC2012 Special Costume [0]   [Costume Upper Head]   Item ID# 18740 (C_Hair_Of_The_Strong)

  3. 9 hours ago, RumbleRO said:

    Anyone here experienced using a GM Account and cannot trade bounded items? Thanks!

     

    is this latest rathena ?

    Check Trade Override at itemdb , set the GM level there.

    #   Trade:                  Trade restrictions. (Default: null)
    #     Override              Group level to override these conditions. (Default: 100)
    #     NoDrop                If the item can not be dropped. (Default: false)
    #     NoTrade               If the item can not be traded. (Default: false)
    #     TradePartner          If the item can not be traded to the player's partner. (Default: false)
    #     NoSell                If the item can not be sold. (Default: false)
    #     NoCart                If the item can not be put in a cart. (Default: false)
    #     NoStorage             If the item can not be put in a storage. (Default: false)
    #     NoGuildStorage        If the item can not be put in a guild storage. (Default: false)
    #     NoMail                If the item can not be put in a mail. (Default: false)
    #     NoAuction             If the item can not be put in an auction. (Default: false)

    https://github.com/rathena/rathena/issues/2533 if you use rathena later than 5 August, shouldnt have problem

  4. 21 minutes ago, vetosantanapauli said:

    Hello, I would like to know how I can purchase Gepard. They asked me to contact Member Functor, but he is not responding... I have been wanting to buy since June but I have not heard back from him. If anyone has his contact details, or if he sees this message, I ask him to contact me directly so I can make the purchase. I appreciate everyone's understanding.

    @Functor this is the account, he didnt replied ?

  5. 3 hours ago, Gigo said:

    a bunch of questions about DirectX 9 client, is there any client that we can diff to use DX9? if not, is there any espected date for it to be released?

    im super exited to use dx9 in my private server.

     

    Cheers

    client 202308xx

  6. On 12/7/2023 at 1:48 PM, joyy95 said:

    Hello everyone, I want to add this instances but seems like not working... should i add anything for instances db ? anyknow can teach me?

    I didnt download it yet, but did u already done the instasncedb part ?

  7. 1 hour ago, Dolphin86 said:

    yes the item 40106 is a indicator item ( Tier 2 Butchering ) and it was meant only to have 1, 40026 is an item drop form monster, and 40058 is a rental weapons. and yes all the item needed is existing within my inventory 

    I dont think i have any issue getting the chance item, i change all the itemid to 501~ 515~ and no problem at all. just make sure all are in inventory. choose first case, then 2nd case.

  8. Can you explain on u didnt get the random chance item ?

    From what I saw in the script;

     

    			if(countitem(40106) == 1){ //T2 Butchering
    								if(countitem(40026) > 1 || rentalcountitem(40058) > 1){
    									if(rand(100) <= .@Chance){
    									getitem .@MakeShiftBoneDagger[rand(getarraysize(.@MakeShiftBoneDagger))], 1;
    									getitem 40036, 1;
    												}
    										delitem 40026, 1;
    										getitem 40036, 1;
    										getitem 40011, 2;
    										close;
    											}
    										}
    

    So, make sure your item 40106 = 1, not more than that. item 40026 and 40058 rent item is exist.

  9. 8 hours ago, Oklonir said:

    Good afternoon.

    How do I make the equipment 5516 Hawk Eyes 1 able to equip it in Hunter, Thief and their respective evolutions.

    5516,Hawk_Eyes01,hawk Eyes,4,10,,100,,0,,1,0x00000800,2,2,512,,60,0,23,{ bonus bDex,1; bonus bLongAtkRate,150; },{},{}

     

    Help, please.

    you are not using latest rathena/yml ?

    • Upvote 1
×
×
  • Create New...