Beiträge von EnZi

    Hi.. I want to try few effects with WorldEdit but there is missing "Effect Script" menu.. Someone know what is bad?

    Bitte melden Sie sich an, um diesen Link zu sehen.

    Hi.. Im using these quests but I have a little problem with it :/

    I get this in ch syserr when I click button in client

    Code
    1. no quest running for pc, cannot process input : 2273



    Code
    1. quest login_costume_use begin
    2. state start begin
    3. when login with pc.getqf("block_quest") == 0 begin
    4. pc.setqf("block_quest", 1)
    5. pc.setf("costume", "costume", 1)
    6. end
    7. end
    8. end

    Finally I found a problem :D I added this in uiinventory.py and everything works :)

    Code
    1. if app.ENABLE_NEW_EQUIPMENT_SYSTEM:
    2. for i in xrange(player.NEW_EQUIPMENT_SLOT_COUNT):
    3. slotNumber = player.NEW_EQUIPMENT_SLOT_START + i
    4. itemCount = getItemCount(slotNumber)
    5. if itemCount <= 1:
    6. itemCount = 0
    7. setItemVNum(slotNumber, getItemVNum(slotNumber), itemCount)

    Hi.. Today I found a little bug in my files, when I equip belt its doesnt appear in slot :/ Someone know what I did bad?


    GIF

    Bitte melden Sie sich an, um diesen Link zu sehen.


    SS of code part

    Bitte melden Sie sich an, um diesen Link zu sehen.

    Bitte melden Sie sich an, um diesen Link zu sehen.

    Hi.. Is there someone who have EterWizard.dll on PC and can upload it for me or someone who have acc on DevCore forum? :) I want to test my client protection :)

    Thanks

    FIXED


    Hi.. Is there someone who know how to allow putting stones to boots? I tried it today more than 100 times and everytime I just get message "You cant add stone to armor"...

    check all images.

    All images are okey.. I more thing.. Before this error I get missing this "d:/ymir work/ui/public/Parameter_Slot_03_brak.sub" but I checked every .py file in root,uiscript,locale and its not used anywhere.. Im out of ideas.. before python update its works.. :/

    EDIT: Okey, I finally finded this Parameter_Slot_03_brak.sub in locale but why it doesnt want before python update?!

    Hi.. Today I update my Python from 2.2 -> 2.7

    Everything looks fine but Im still getting error after selecting char... In syserr is something about missing file but there is no name :/


    Someone know what is bad?


    Syserr: