Beiträge von Keys

    Hello, I saw for a long time that there was a guide where it was said how to do it so that you could kick the offline store from the command GM, like /dc_off_shop nickname. But now I can’t find it on the forum, can someone tell me how to do this?

    Hello, I have problem with split inventory (special inventory), when i refine item with item which in split inventory, i can refine item if have half of what need items. Ex: I refine item ID 277 and need for refine item: 27992 x20(i check in refine_proto), and in split inventory I have 27992 x10, and it will refine up.. Where have check for count items in refine? in over9refine i cannot found any mistake

    hello, I have problem with mount, when I use mount and teleporting in another map, mount print remains in slot but mount disappears. I tried add in special_item_group like this:

    Code
    1. Group mounts
    2. {
    3. Vnum 10090
    4. 1 71185 1 1
    5. 2 71127 1 1
    6. 3 71126 1 1
    7. 4 71125 1 1
    8. 5 71171 1 1
    9. 6 71172 1 1
    10. }


    But it did not help.

    the calculation for that is in the item_addon.cpp

    should be self explaining

    I do not understand in this function what value needs to be changed so that the average damage is faster to catch?

    Code
    1. int iSkillBonus = MINMAX(-30, (int) (gauss_random(0, 5) + 0.5f), 30);
    2. int iNormalHitBonus = 0;
    3. if (abs(iSkillBonus) <= 20)
    4. iNormalHitBonus = -2 * iSkillBonus + abs(number(-8, 8) + number(-8, 8)) + number(1, 4);
    5. else
    6. iNormalHitBonus = -2 * iSkillBonus + number(1, 5);

    Hello, how can increase chance to add much fks\dss bonus? For example now I with switchbot try get dss 40 and 3 hours cannot get it..

    Function pc.change_empure not return 999 for successful change empire. So problem in change empire some players(some can change empire successful) cannot do it. Quest doesn't give any error, with test I check what quest return "ret" value not 999, and does not fall into the condition.

    Player info: single(not marriage), no guild, above level 70, 1 character per account

    Where can be problem?

    I think in src and on root are functions, that check if money-price =negative

    yes, but where in src game?


    i try so:

    it doesn`t help

    Hello, I have bug with yang, I can buy item from shop in negative yang, ex: I have 1 yang and item price 1000 yang, I can buy it and in inventory will 0 yang, but in base -999,

    How can fix it?