Jump to content

amosth

Inactive Member
  • Posts

    163
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by amosth

  1.  

    Hello I have a problem with ishop, the following message appears: internal server error 500 my htaccess

     

    php_flag display_errors on
    
    ErrorDocument 404 http://localhost:8080/ishop_dev/404/
    RewriteEngine on
    
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_URI} !\.(?:css|png|jpe?g|gif)$ [NC,OR]
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^([a-zA-Z0-9_-]+)\/$ ?p=$1 [QSA] 
    RewriteRule ^categorie\/([a-zA-Z0-9_-]+)\/$ ?cat=$1 [QSA]
    RewriteRule ^ajax\/([a-zA-Z0-9_-]+)\/([a-zA-Z0-9_-]+)\/$ ishop_ajax.php?type=$1&id=$2 [QSA]

     

  2. quest vip begin
        state start begin
            when 40003.use begin
                if pc.count_item(40003)>=1 then
                    say_title("Inel [VIP]")
                    say("Vrei sa ai VIP in fata numelui")
                    local a = select("Da!", "Nu")
                    if a == 1 then
                        local name = pc.get_name()
                        local find_id = mysql_query("SELECT account_id from player.player WHERE name='"..name.."' LIMIT 1;")
                        local id = find_id[1][1]+1-1
                        mysql_query("UPDATE player.player SET name='[VIP]"..name.."' WHERE account_id='"..id.."' LIMIT 1;")
                        pc.remove_item(40003)
                        syschat("Votre demande à été envoyé au serveur. Votre")
                        syschat("changera dès que le serveur aura retourné l'information!")
                    else
                        return
                    end
                else
                    say_title("Inel [VIP]")
                    say("Aveti Nevoie de")
                    say("Inelul VIP pentru a activa numele:")
                    say_item_vnum(40003)
                    say("Intoarcete cand ai.")
                    return
                end
            end
        end
    end

    Image error: https://metin2.download/picture/r3F9504x09DVmF8K988YXgTtGTP6KMUj/.gif

  3. premiere to a single player help me?

    when 20358.chat."GM: Recompensa ao Ganhador" with pc.is_gm() and game.get_event_flag("oxevent_status") == 1 begin
    	say("")
    	say("Digite o ID do item: ")
    	local item_vnum = input()
    	say("")
    	say("Qual a quantidade de itens a distribuir?")
    	local item_count = input()
    	say("")
    	say("Digite o nome do ganhador?") -- function?
    	local name = input() -- function?
    	say("")
    	oxevent.give_item(item_vnum, item_count, name)
    	say("Eles "..oxevent.get_attender().." receberam a recompensa!")
    	say("")
    end

     

  4. If someone can guide me as I do this function.

    I want to insert a button in the login to click and save the inserted data

    every time you open the client just click login, but if you uncheck the password the password disappears.

    Sorry english to Google tradutor.

     

    TQp5bnQMTXCV3USRYrXo-A.png

     

    Click to save > Click to save login and password

    Saved > Click to delete saved data

     

    example of function keep me connected or autologin

  5. Olá,

    Essa quest serve para dar itens perfeito, porem gostaria de adicionar item perfeito com o 6/7

    My script "100% susseful"

                    pc.give_item2_select(17109)
                    item.set_value(0, 32, 15)
                    item.set_value(1, 29, 15)
                    item.set_value(2, 30, 15)
                    item.set_value(3, 31, 15)
                    item.set_value(4, 34, 15)

     

    Ho to 6/7?

                    pc.give_item2_select(17109)
                    item.set_value(0, 32, 15)
                    item.set_value(1, 29, 15)
                    item.set_value(2, 30, 15)
                    item.set_value(3, 31, 15)
                    item.set_value(4, 34, 15)
                    item_attr.set_value(5, 53, 50) << -- ? does not work
                    item_attr.set_value(6, 59, 10) << -- ? does not work

     

    Yes declared function in quest_functions

    lol nob nob very nob...

     

    pc.give_item2_select(17109)
                    item.set_value(0, 32, 15)
                    item.set_value(1, 29, 15)
                    item.set_value(2, 30, 15)
                    item.set_value(3, 31, 15)
                    item.set_value(4, 34, 15)
                    item_set_value(5, 53, 50)
                    item_.set_value(6, 59, 10)

     

    The end lol

    #closerequest

  6. Olá

    Eu ia usar o google tradutor mais a tradução é horrível..

    I use google translate plus a horrible translation ..

     

    No meu idioma vou tentar explicar de uma forma mais clara do que eu preciso, e se puderem ajudar eu agradeço ^^

     

    Ho to change function on click > > https://metin2.download/picture/r3F9504x09DVmF8K988YXgTtGTP6KMUj/.gif

    for >> https://pastebin.com/RxwahD87

    My game.py >> https://pastebin.com/qzhpnUnb

     

    Eu tentei mais não consegui sorry =/

×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.