Jump to content

L2KingWorld

Members
  • Posts

    1,056
  • Credits

  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Posts posted by L2KingWorld

  1. 1 hour ago, PaRaNoiC* said:

    isws enoei na ftia3ei ena script pou 8a kaneis vote kai 8a perneis to reward automata i apo kapoio npc logika 8elei na ftia3ei auto to script sto python (mias kai ta ypolipa einai se python)

     

    akrivos file mou

    ala ke sto site den 8a enoxlouse na exi vote reward

     

  2. 1)

    3dd9f1bee46b95e829cbd4f9c46fbdd1.png download >>  http://skachay.su/-RxYb

     

    2)

    4e01ab6c28d8.png

    download >> http://ska4ay.pw/-VxYb

     

    3)

    14400-94.gif.jpg

    download >> http://sfile.net/-XxYb

     

    4)

    56671.jpg

    download >> http://ska4ay.space/-YxYb

     

    5)

    152630lionnal2.jpg

    download >> http://ska4ay.net/-ZxYb

     

    6)

    16023076_Vodyanuye_lilii.jpg

    download >> http://ska4ay.space/-ayYb

     

    7)

    banner_l2.jpg

    download >> http://ska4ay.net/-byYb

     

    8)

    banner10.jpg

    download >> http://ska4ay.pro/-eyYb

     

    9)

    banner100.jpg

    download >> http://ska4ay.space/-fyYb

     

    10)

    bg02.jpg

    download >> http://rufile.net/-gyYb

     

    11)

    big_1322847725_8744.jpg

    download >> http://ska4ay.su/-iyYb

     

    12)

    darkness-lineage-2-castle-tauti-goddess-

    download >> http://sfile.net/-jyYb

     

    13)

    i_5_hall.jpg

    download >> http://ska4ay.pw/-kyYb

     

    14)

    images.jpg

    download >> http://ska4ay.su/-lyYb

     

    15)

    images2.jpg

    download >> http://ska4ay.pw/-myYb

     

    16)

    image-slider-3.png

    download >> http://sfile.net/-nyYb

     

    17)

    interior_banner1.jpg

    download >> http://ska4ay.net/-oyYb

     

    18)

    interior_banner4.jpg

    download >> http://ska4ay.pw/-pyYb

     

    19)

    interior_banner4-1-.jpg

    download >> http://ska4ay.net/-ryYb

     

    20)

    interlude_banner.jpg

    download >> http://ska4ay.net/-tyYb

     

    21)

    l2banner.jpg

    download >> http://ska4ay.pl/-uyYb

     

    22)

    Lineage_2_wallpaper_-_Www.10_Pixeles_3.j

    download >> http://rufile.net/-wyYb

     

    23)

    lineage_2_fan_art_by_fear_sas-d70mwv8.jp

    download >> http://ska4ay.pl/-0yYb

     

    24)

    lineage-2.jpg

    download >> http://sfile.net/-3yYb

     

    25)

    lineage-eternal-closed-beta-november-new

    download >> http://ska4ay.net/-5yYb

     

    26)

    neo_1.jpg

    download >> http://ska4ay.net/-7yYb

     

    27)

    processing_screenshot_lineage_ii_by_jaco

    download >> http://sfile.net/-9yYb

     

    28)

    processing_screenshot_lineage_ii_by_jaco

    download >> http://ska4ay.pro/-AyYb

     

    29)

    slide1bg.jpg

    download >> http://sfile.net/-ByYb

     

    30)

    start_bg_l2_brown.jpg

    download >> http://ska4ay.pl/-EyYb

    ----------------------------------------------

    • Upvote 1
  3. Μέσα στο script ρε αγορίνα μου.. Μην ψάχνεις στο server να βρεις λύση.. Εκεί στο script σου είναι αφού έχεις Control Panel.

    Εκτός και αν το ίδιο πρόβλημα το έχει και χωρίς να'χεις το script..

    ke xoris to script to idio kanei .......

     

     

     

    kati alo, pou ri8mizoume ta boss na kanoun spawn xoris quest ???

  4.  

    ke kati alo to ixa (AutoCreateAccounts = True)

    ke alaksa sto (AutoCreateAccounts = False)

     

    afta file einai gia to an thes o player na kanei create acc aftomata i oxi

    an to baleis true o pexis kanei aftomata create alios sto false den mporei

    na kanei create. sinithos to false to bazoune otan exeis kapio panel pou

    kanei o pexis create apo to accaount panel.

     

    nai exo acc panel giafto to ekana (AutoCreateAccounts = False) ke den dexete pano apo 14 gramata

     

    sto register perni kanonika 15 gramata

  5. kano acc = L2KingWorldxXx      pass = xxxxxxxxxxxx

     

    ke me vgazi     acc = l2kingworldxx

     

    ke kati alo to ixa (AutoCreateAccounts = True)

    ke alaksa sto (AutoCreateAccounts = False)

     

    otan kano reg=   dexete kanonika, ala sto game oxi

  6. <?php
    
    /**
     * @author Wokel
     * @version 1.4 released date: "17.04.2013"
     * @comment I hope you like it :)
     */
    
    /**
     * mysql database hostname
     */
    define("MYSQL_HOST", "l2kingworld.ddns.net"); //Change the Host here
    /**
     *  mysql username to connect to the database server
     */
    define("MYSQL_USERNAME", "root"); //Change the Username here
    /**
     *  mysql password the password to connect to the database server
     */
    define("MYSQL_PASSWORD", "root"); //Change the Password here
    /**
     *  mysql database the database name in which you have your vote table setup
     */
    define("MYSQL_DATABASE", "l2jdb"); //Change the Database here
    /**
     *  vote url this is the url which where users will be sent to on voting
     */
    define("VOTE_URL", "http://vgw.hopzone.net/site/vote/88903/1"); //Change the Voting Page you want here
    /**
     * The number of hours between voting
     */
    define("VOTE_HOURS", 0);
    
    
    /**
     *  connect() this function is used to connect to the mysql database server.
     */
    function connect()
    {
        if (!@mysql_connect(MYSQL_HOST, MYSQL_USERNAME, MYSQL_PASSWORD))
            die("Could not connect to mysql database: " . mysql_error());
        if (!@mysql_select_db(MYSQL_DATABASE))
            die("Could not select mysql database: " . mysql_error());
        $tables = mysql_list_tables(MYSQL_DATABASE);
        while (list($temp) = mysql_fetch_array($tables)) {
            if ($temp == "votes") {
    
    

    pedes ti alages prepi na kano na min mou vgazi error

     

     

    Fatal error: Uncaught Error: Call to undefined function mysql_connect() in C:\Apache24\htdocs\vote.php:40 Stack trace: #0 C:\Apache24\htdocs\vote.php(106): connect() #1 {main} thrown in C:\Apache24\htdocs\vote.php on line 40

  7. <?xml version='1.0' encoding='utf-8'?>
    
    <!-- Custom Shop -->
    
    <list>
    
     
      <item id="1">
        <ingredient id="3470" count="5"/>
        <production id="36035" count="1"/>
      </item>
     
     
      <item id="2">
        <ingredient id="3470" count="5"/>
        <production id="36036" count="1"/>
      </item>
     
     
      <item id="3">
        <ingredient id="3470" count="5"/>
        <production id="36037" count="1"/>
      </item>
     
     
      <item id="4">
        <ingredient id="3470" count="5"/>
        <production id="36038" count="1"/>
      </item>
     
     
      <item id="5">
        <ingredient id="3470" count="5"/>
        <production id="36039" count="1"/>
      </item>
     
     
      <item id="6">
        <ingredient id="3470" count="5"/>
        <production id="36040" count="1"/>
      </item>
    
        
      <item id="7">
        <ingredient id="3470" count="5"/>
        <production id="36041" count="1"/>
      </item>
     
     
      <item id="8">
        <ingredient id="3470" count="5"/>
        <production id="36042" count="1"/>
      </item>
     
     
      <item id="9">
        <ingredient id="3470" count="5"/>
        <production id="36043" count="1"/>
      </item>
     
    
      <item id="10">
        <ingredient id="3470" count="5"/>
        <production id="36044" count="1"/>
      </item>
     
    
      <item id="11">
        <ingredient id="3470" count="5"/>
        <production id="36045" count="1"/>
      </item>
     
    
      <item id="12">
        <ingredient id="3470" count="5"/>
        <production id="36046" count="1"/>
      </item>
     
    
      <item id="13">
        <ingredient id="3470" count="5"/>
        <production id="36047" count="1"/>
      </item>
     
    
      <item id="14">
        <ingredient id="3470" count="5"/>
        <production id="36048" count="1"/>
      </item>
     
    
      <item id="15">
        <ingredient id="3470" count="5"/>
        <production id="36049" count="1"/>
      </item>
    
    </list>
    

    τα αλλά multisell δουλευουν κανονικά

×
×
  • Create New...