Beiträge von Syreldar

    Hey, explain in english what your problem is, and i'll be glad to help you.


    Edit: I think I understood, you want to substitute the Gold requirement with tot. number of player kills..it's easy, send me the quest.

    yes the dungeon itself doesn't start after the tp. And the timer doesn't unlock the teleport again. Bitte melden Sie sich an, um diesen Link zu sehen. you got any idea why?

    The function was declared earlier in the quest itself, it should be usable..


    it doesn't matter, you need to declare it in the quest_function ^^ without this, you are not able to use this function in your quest

    No, johhny was right, he was getting the error cause i called WarpInDungeon as global function and not local function, the right thing to call is beran.WarpInDungeon.


    I did and know i get an error saying : Bitte melden Sie sich an, um diesen Link zu sehen.

    c/p it again i fixed it, sorry.

    yes the dungeon itself doesn't start after the tp. And the timer doesn't unlock the teleport again. Bitte melden Sie sich an, um diesen Link zu sehen. you got any idea why?

    Yes.

    Code
    1. elseif pc.is_gm() then --ignore everything if you are a GM
    2. pc.setqf("Bossraumvoll", 1)
    3. timer("bosscooldown", 30)
    4. d.new_jump_party(208, 202, 212)
    5. elseif not party.is_party() then --denied if not in group
    6. syschat("Du musst in einer Gruppe sein!")
    7. else
    8. pc.setqf("Bossraumvoll", 1) --blocks the room
    9. timer("bosscooldown", 900) --time for 15 mins
    10. d.jump_all(819200, 1049600)

    I think you are pretty confused.


    You are using d.new_jump_party if you are a GM without checking for a group nor for the party leader, you can't use that function without being in a group. (besides, you are using The X and Y arguments wrongly.)
    Then and only then you check for a party (??)
    Then if none of the following is met, you try warp ALL the players in map inside.


    So you basically wrote nothing,


    P.s: How the hell do you expect to block the room to other players by setting a local questflag? The functions you're looking for here are game.set_event_flag and game.get_event_flag.

    se vuole lasciare una piccola cosa piuttosto xD piuttosto costoso con lui ... per la DC, l'unico gruppo è stato eliminato, voleva 50 ¬

    uhm.. that's quite false. But ok..i guess it's allowed to say random prices to the community to trashtalk the devs.



    Dari è 0 altamente raccomandato, mi risponde che non sono in un mese e la 3 ricerca che ha fatto per me è difettosa. Nella quarta missione, ha dovuto rivederlo 15 volte fino a quando non l'ha ottenuto. Il tipo è 0 fidato. Quindi se offri già un servizio dovresti anche dare supporto specialmente se gli errori provengono da lui.

    What you give is what you get, i guess. I've written countless quests for you and then you just started saying bullshit out of nowhere, I don't do business with people who just make me waste time and effort.


    Yes, the last 2 works i've done for you were lacking both tests and will to finish developing them and that's true (I still finished the 2nd work without questioning, just like you said) but did you ask yourself why I stopped responding?


    I gave you the missing work on Skype, but stop trashtalking me in front of others, you have no right to do that after everything i did for you.

    Code
    1. npc.open_shop(SHOP_VNUM);

    Set the shops inside your shop and shop_item table, then call them using the func arg.
    If you're skilled enough with lua, you can write a clean shop opening quest, like this.

    sigh..