Beiträge von 3xMike

    Hi guys i just wanted to ask if you can help me, im having trouble with fixing mobs for ninja because they are still throwing him away where do i disable for mobs throw away skill / attack?

    Hi guys i have problem and i hope you will help me i will be very thankful for help this is syserr


    Hi i have here small quest for drop i hope you will find it helpful


    // UPDATED 9.11.2018


    quest_side:

    lua_side:

    quest_functions:


    Code
    1. Entity.getData
    2. Entity.isEntity


    -- Edit newer version

    added:


    - minimum level defined by ["min-level"]

    - random drop from multiple items:

    Define multiple items:

    Code
    1. local name_of_multiple_drops = {80003,80004,80005,80006,80007}

    Call for drop one of multiplne items:

    Code
    1. { ["vnum"] = name_of_multiple_drops [math.random(1,table.getn(name_of_multiple_drops))], ["quantity"] = 1, ["chance"] = 5 },

    Quantity in this case is for final random item not how many of them

    -- Event flag:

    When you want drop only for specific event you have to add in drop:

    for this working you have to enable or disable event using game.set_event_flag("event_name")


    -- Sorry for my bad english ^^

    Hi guys i need help im trying to find out how to make a dungeon and im looking for some help like how exactly use those new functions for expample d.new_jump and how they work im trying to remake Demontower but from some reason those functions doesnt work very well and i want find out how to warp player with those functions without teleport just move him on coordinates and then start new timer and spawn new mob regen i will be very thankfull for help <3

    // here is code i already have from some reason d.jump work only if im in dt already when im not i have to use warp and im trying find out how to move player on coordinates in to the floor 2 without loading