Jump to content

raihan3

Member
  • Posts

    226
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by raihan3

  1. On 01/07/2015 at 1:18 PM, Aurora said:

    Well i will post my experience with paymentwall here then

    I will explain the documents that are required

    Tax Form W8-BEN: is a US form required from non-US citizens. It is not requested for the purpose of tax deduction. This is required to verify that the revenue is being sent to an individual or entity outside of the U.S.

    Bank Statement: is a copy of a transaction form so you can indicated that you are the person of that bank account.

    Tax Identification: Is you tax number in my country it's called (BTW nummer(number)).

    ID of Beneficiary (BSN: Burgerservicenummer or Citizen Service Number): and copy of your ID-card or passport.

    Utility Bill / Rental Contract: A bill of gas/light/water or a rental contract so that you can indicated that you are the person that you have filled in here.

    It's alot i know but i understand why they are doing this this is to avoid criminal acts so when you are sell stuff but not giving the product they can give your information to the court of law

    I hope i have informed you well about the documents.

    Kind regards

    - Aurora

    which payment method i can use so that i dont need this tax form id or etc

  2. hi can anyone help me tp ring problem which quest i have it not work i have 

     

    quest warpring3 begin 
        state start begin 
            when 70007.use with pc.get_level() >= 10 begin  
                 
                say_title("Ring:")          
                say("Would you like to travel?") 

                local main_set = select("Yes","No") 
                if main_set == 2 then 
                    return 
                end 
                 
                if pc.get_level() <= 10 then 
                    say_title("Ring:") 
                    say("Hm... are you still with your current level") 
                    say("too weak to travel through time and space.") 
                    say("Come back when you're higher than level 10.") 
                    return 
                end 

                local map = pc.get_map_index() 
                local empire = pc.get_empire() 
                local level = pc.get_level() 

                say_title("Ring:") 
                say("Where do you want to be teleported?") 

                -- ?? ?? ???? ?? ?? (? ?? 1,2 ??) 
                if map == 1 or map == 3 or map == 21 or map == 23 or map == 41 or map == 43 then 

                    local guild_map_names = { 
                        "Guild Zone", 
                        "Guild Zone", 
                        "Guild Zone", 
                    } 

                    guild_map_name = guild_map_names[empire] 
                    local empire_castle={ 
                        "Castle Battle", 
                        "Castle Battle", 
                        "Castle Battle", 
                    } 
                    empire_castle =empire_castle[empire] 
                    local sub_set = 0 
                    if level < 60 then -- 60?? : ?????, ???, ????, ??? 
                        sub_set = select(guild_map_name, "Nula Valley", "Waste Land", "Tangra Mountain", empire_castle,"Other Sectors") 
                        if sub_set == 6 then -- ?? 
                            return 
                        end 

                    else -- 61?? : ????, ???, ????, ???? 
                        sub_set = select(guild_map_name, "Nula Valley", "Waste Land", "Tangra Mountain",  empire_castle,"Other Sectors") 
                        if sub_set == 6 then -- ?? 
                            say_title("Teleporter:") 
                            say("Where do you want to be teleported?") 
                            sub_set = select("Valkus", "Demon Tower", "Spider Dungeon", "Wild Forest", "Red Forest", "Land of the Giants", "Back", "Cancel") + 5 
                            if sub_set == 13 then -- ?? 
                                return 
                            end 
                            if sub_set == 12 then -- ?? 
                                say_title("Teleporter:") 
                                say("Where do you want to be teleported?") 
                                                     ---                                                   l 
                                sub_set = select(guild_map_name, "Nula Valley", "Waste Land", "Tangra Mountain",  empire_castle,"Other Sectors") 
                                if sub_set == 6 then -- ?? 
                                    say_title("Teleporter:") 
                                    say("Where do you want to be teleported?") 
                                    sub_set = select("Valkus", "Demon Tower", "Spider Dungeon", "Wilde Forest", "Red Forest", "Land of the Giants", "Cancel") + 5 
                                    if sub_set == 12 then -- ?? 
                                        return 
                                    end 
                                end 
                            end 
                        end 
                    end 


                    local warp = { 
                        -- guild_map 
                        { 
                            { 128500, 1000 }, 
                            { 179500, 1000 }, 
                            { 271800, 13000 }, 
                        }, 
                        -- 64 map_n_threeway 
                        { 
                            { 402100, 673900 }, 
                            { 270400, 739900 }, 
                            { 321300, 808000 }, 
                        }, 
                        -- 63 metin2_map_n_desert_01 
                        { 
                            { 217800, 627200 }, 
                            { 221900, 502700 }, 
                            { 344000, 502500 }, 
                        }, 
                        -- 61 map_n_snowm_01 
                        { 
                            { 434200, 290600 }, 
                            { 375200, 174900 }, 
                            { 491800, 173600 }, 
                        }, 
                        --empire_castle 
                        { 
                            {975200, 133000}, 
                            {977200, 185000}, 
                            {923900, 183600}, 
                         
                        } , 
                        -- 62 metin2_map_n_flame_01 
                        { 
                            { 599400, 756300 }, 
                            { 597800, 622200 }, 
                            { 730700, 689800 }, 
                        }, 
                        -- devil_tower 
                        { 
                            { 590500, 110500 }, 
                            { 590500, 110500 }, 
                            { 590500, 110500 }, 
                        }, 
                        -- 104 metin2_map_spiderdungeon 
                        { 
                            { 60000, 496000 }, 
                            { 60000, 496000 }, 
                            { 60000, 496000 }, 
                        }, 
                        -- 67 metin2_map_trent 
                        { 
                            { 288700, 5700 }, 
                            { 288700, 5700 }, 
                            { 288700, 5700 }, 
                        }, 
                        -- 68 metin2_map_trent02 
                        { 
                            { 1119900, 70800 }, 
                            { 1119900, 70800 }, 
                            { 1119900, 70800 }, 
                        }, 
                        -- 70 metin2_map_nusluck01 
                        { 
                            { 845100, 745900 }, 
                            { 845100, 745900 }, 
                            { 845100, 745900 }, 
                        }, 
                 

                    } 
                    test_chat(warp[sub_set][empire][1]..warp[sub_set][empire][2]) 
                    say_title("Ring:") 
                    say("Caution, I teleport now. you will") 
                    say("at a dangerous place to land, so watch out") 
                    say("you on. Good luck!") 
                    wait() 
                    pc.warp(warp[sub_set][empire][1], warp[sub_set][empire][2]) 
                 

                else -- ? ?? 1,2 ? ??? ?????? ? ?? 1,2 ? ??? ?? ??     
                    local sub_set2 = 3 

                    --sub_set2 = select(locale.vileage1_name[empire], locale.vileage2_name[empire], locale.cancel) 
                    if empire==1 then     
                        sub_set2 = select("Argos","Maadi" , locale.cancel) 
                    elseif  empire ==2 then   
                        sub_set2 = select("Netha","Aswan" , locale.cancel) 
                    elseif  empire ==3 then  
                        sub_set2 = select("Longdon","Corinth" , locale.cancel) 
                    end     
                    if sub_set2 != 3 then 
                        if sub_set2 == 1 then 
                            say_title("Ring:") 
                            say("I would teleport you for nothing.") 
                            wait() 

                            if empire == 1 then 
                                pc.warp(474300,954800) 
                            elseif empire == 2 then 
                                pc.warp(63800,166400) 
                            elseif empire == 3 then 
                                pc.warp(959900,269200) 
                            end     
                        elseif sub_set2 == 2 then 
                            say_title("Ring:") 
                            say("I would teleport you for nothing.") 

                            wait() 
                            if empire == 1 then 
                                pc.warp(353100,882900) 
                            elseif empire == 2 then 
                                pc.warp(145500,240000) 
                            elseif empire == 3 then 
                                pc.warp(863900,246000) 
                            end     
                        end -- end sub set check2 if 
                    end -- end sub set check1 if 
                end    -- end map check if 
            end -- end when use item 
        end -- end state start 
    end -- end quest warpring3 

  3. Hi guys, first of all I'm from German and I'm 18, so, even if my English is pretty good, it's not perfect: I'm sorry for any possible grammatical error.
    I'm going to open a private server on a VPS, i've already started working on it on VPS: it would be a half old-style server: old-style structure (ymir skills, maps etc.) with some new features (kill system, less difficult ecc.). If you're interested in the project, you can add me on Skype, and I'll give you a list of all the features and ideas for the server.

    Unfortunately, despite my good ideas, I'm not that good in the more "technical" part of building a server: I can coordinate a team, of course, and the co-founder will pay all necessary cost, but we need skilled people, able to work with the database and client.

    We need:
    -2 GA, able to work with 54k files, script in lua and database management

    -1 Client modder, able to mod a client as I request
    -1 Site scripter
    -1 3D graphic modeler, able to create a map for the server

    -2 SGM (must be active on beta game & find bug)

    -2 GM (must be active on beta game & find bug)


    If you're interested in the project, add me on Skype: my nickname is -EDIT-. I will give you more information about the state of the project, ideas, retribution etc.
    Have a nice day :)

  4. Hi guys, first of all I'm from German and I'm 18, so, even if my English is pretty good, it's not perfect: I'm sorry for any possible grammatical error.
    I'm going to open a private server on a VPS, i've already started working on it on VPS: it would be a half old-style server: old-style structure (ymir skills, maps etc.) with some new features (kill system, less difficult ecc.). If you're interested in the project, you can add me on Skype, and I'll give you a list of all the features and ideas for the server.

    Unfortunately, despite my good ideas, I'm not that good in the more "technical" part of building a server: I can coordinate a team, of course, and the co-founder will pay all necessary cost, but we need skilled people, able to work with the database and client.

    We need:
    -2 GA, able to work with 40k & 34k files, script in lua and database management

    -1 Client modder, able to mod a client as I request
    -1 Site scripter
    -1 3D graphic modeler, able to create a map for the server

    -2 SGM (must be active on beta game & find bug)

    -2 GM (must be active on beta game & find bug)


    If you're interested in the project, add me on Skype: my nickname is -EDIT-. I will give you more information about the state of the project, ideas, retribution etc.
    Have a nice day :)

  5. <?php
        $get_pos = mysql_query("SELECT pos from player.item where owner_id='".$_SESSION['acc_id']."' AND `window` = 'MALL' ORDER BY id DESC");
        $pos = mysql_fetch_array($get_pos);
        $poss = $pos['pos'];
        $add_poss = 1;
        if($info['cash'] >= $item['pret'] && $poss == 0){
        
        $data = date('Y-m-d H:i:s');
        
        // LOG
        mysql_query("INSERT INTO itemshop.nuylog (nume_cumparator, item_cumparat, data_cumpararii) VALUES ('$user_id', '$items', '$data')");
        // Scădem Coins
        mysql_query("UPDATE account.account SET `coins` = `coins` - ".$item['pret']." WHERE `login` = '$user_id'");
        // Adăugăm JD
        mysql_query("UPDATE account.account SET `jcoins` = `jcoins` + ".$item['pret']." WHERE `login` = '$user_id'");
        // Insertăm Item-ul
        mysql_query("INSERT INTO player.item
                    (owner_id,window,pos,count,vnum,attrtype0, attrvalue0, attrtype1, attrvalue1, attrtype2, attrvalue2, attrtype3, attrvalue3, attrtype4, attrvalue4, attrtype5, attrvalue5, attrtype6, attrvalue6, socket0, socket1, socket2)
                    VALUES 
                    ('$id_username','MALL','$add_poss','1','".$item['vnum']."','".$item['attrtype0']."', '".$item['attrvalue0']."', '".$item['attrtype1']."', '".$item['attrvalue1']."', '".$item['attrtype2']."', '".$item['attrvalue2']."', '".$item['attrtype3']."', '".$item['attrvalue3']."', '".$item['attrtype4']."', '".$item['attrvalue4']."', '".$item['attrtype5']."', '".$item['attrvalue5']."', '".$item['attrtype6']."', '".$item['attrvalue6']."', '".$item['socket0']."', '".$item['socket1']."', '".$item['socket2']."')");
    ?>

     

    can you see is this code ok cause when i buy from my itemshop i dont get item on my inventory also my coin remail like past if it was 100 then it remain 100

     

     

×
×
  • 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.