Jump to content

Netsrot

Members
  • Posts

    77
  • Joined

  • Last visited

Posts posted by Netsrot

  1. Ich habe mir damals auf eigene weise geholfen. Das geht aber nur wenn die Map hoch genug ist. Ich habe einfach da wo schwarz war alles blau gemachtr. Also eine eigene Textur. Und am ende @clouds an.

    Danke für den Tipp. :) Ich werde es morgen mal testen.

     

    Mfg

     

    Netsrot ^^

  2. Moin Moin :)

     

    ich hab ein kleines Problem mit einer Map.

     

    Ich habe die Map 1@def02 unter Verwendung der resnametable.txt kopiert und jetzt fehlt der "neuen" Map der Wolken-Hintergrund ( bekannt von Kun Lun / Gon Ryun ).

     

    Hat jemand eine Idee oder einen Tipp für mich ?

     

    Mit besten Grüßen

     

    Nets :)

  3.  

    I tried to create a controller "character_id.php" to be able to use charnames AND charids, but i have problems with index.php.

     

    I inserted:

    $routes['/character_id/(\d+)'] = 'Character_ID';

    The debugmode tell me that the route can not be found. Do i have to add some more information somewhere ?

     

    Regards

     

    Nets ^^

     

    What did you do ?

    1) Add the route in index.php (ok).

    2) Duplicate controllers/character.php and rename it to character_id.php

    3) Replace the class name (should be Character_ID_Controller).

    4) Replace the query (WHERE char.char_id = ?)

     

    And that's all.

     

    I missed step 3 ^^ Now its working :)

     

    This script is awesome, really /no1 /no1 /no1

     

    Best Regards

     

    Nets ^^

  4. @Hirasu:

     

    I solved that by using DIV-BOXES and TABLES in HTML, CSS and a bit PHP.

     

    Will upload my test-files to pastebin in some minutes ^^

     

    Regards

     

    Nets ^^


    Here the links to pastebin:

     

    Part 1: index.php http://rathena.org/board/pastebin/z1gwqy2l583z/

    Part 2: functions.php http://rathena.org/board/pastebin/zvz8k9n82v7/

    Part 3: array_prefix.php http://rathena.org/board/pastebin/drmzl3oetc25/

    Part 4: array_links.php http://rathena.org/board/pastebin/19odvbv9ocvns/

    Part 5: array_jobnames.php http://rathena.org/board/pastebin/tq0fghh1lgmi/

    Part 6: test.css http://rathena.org/board/pastebin/1isljtsv6ir40/

     

    You have to set up KeyWorld's script to useage of char_id. See here

     

    !!! NOTE: Some jobnames (#20 - #28) are not verifyed, maybe they will not work properly.

     

    Regards

     

    Netsrot ^^


    @KeyWorld:

     

    I tried to create a controller "character_id.php" to be able to use charnames AND charids, but i have problems with index.php.

     

    I inserted:

    $routes['/character_id/(\d+)']               = 'Character_ID';
    

    The debugmode tell me that the route can not be found. Do i have to add some more information somewhere ?

     

    Regards

     

    Nets ^^

  5. Its true, they sell sprites, but the spriter gets the money. He also sets the price.

     

    If you dont want to pay anything to what Ceejay Abne recommended. A Valkyrie Helm scouldn't be hard to get, lots of servers heave them in their GRFs ^^

     

    But since you seem to be a fair person, you should think about this fact: The server from which you STEAL it may have payed for it.

     
  6. Hello ^^

     

    Very nice tool, indeed ! Love it and would love to use it for my server / FluxCP, BUT it seems the scripts are not reading my *.lua files and are using internal *.php files to find the ViewID.

    Example: accessoryid.lua and accname.lus are replaced by hats.php. This causes bugs like this one for ViewID 1019. In hats.php it is "Cyan_Bandaid", but in my lua's it is "bluevalk_cd".

    Trying to find file "data/sprite/악세사리/여/여_Cyan_Bandaid.spr"...
    File not found in data folder.
    Searching in GRFs...
    Loading GRF file "rochargen.grf"...
    Search in GRF "rochargen.grf", fail.
    Loading GRF file "rdata.grf"...
    Search in GRF "rdata.grf", fail.
    Loading GRF file "snow_0x200.grf"...
    Search in GRF "snow_0x200.grf", fail.
    Loading GRF file "paletten_0x200.grf"...
    Search in GRF "paletten_0x200.grf", fail.
    File not found...
    

    A file "Cyan_Bandaid" .act or .spr does not exist in my GRFs.

    My question is now how to tell that script to read *.lua files or how to convert them into hats.php ?

    Best Regards

    Nets ^^

     

    Fixed that problem on my own. Manualy !!!

    But still a proper working lua reader would be fine. ^^

  7. Moin Moin ^^

     

    ich nutze das Disguise-Eventscript, das mit dem Server "ausgeliefert" wird und habe 0,00 Probleme.

     

    Location: npc / custom / events / disguise.txt

     

    Allerdings hatte ich zwischenzeitlich mal eine Serverrevision die Probleme mit den Scriptbefehlen zur "Sprachsteuerung" hatte. Du solltest mal deinem Map-Server beim Starten zugucken und auf eine Meldung für eben dieses Script achten. Möglicherweise wird "defpattern" angemeckert. Dann wäre ein Update der Server-Software ratsam.

     

    MfG

     

    Nets ^^

  8. I guess the real problem is the flux because it's the only one who is responsible for the players credits.

     

    I think, Flux is waiting for something from Paypal that is not there anymore. Maybe Paypal canceled that handshake and your Flux is 100% fine.

     

    I have a problem with that sandbox.paypal.com-thingie, but thats 100% paypal cause when i visit that page manualy I get the same message from paypal.

  9. LOL StainSky ^^

     

    That problem is a bit earlier than the error you are thinking of. ^^

     

    @Phalanx:

     

    The problem is in your inter_athena.conf and your table `users` in database `mysql`. MySQL and / or Password do not match.

     

    Here an example for inter_athena.conf:

    // Global SQL settings
    // overriden by local settings when the hostname is defined there
    // (currently only the login-server reads/obeys these settings)
    sql.db_hostname: 127.0.0.1
    sql.db_port: 3306
    sql.db_username: yourservername
    sql.db_password: yourpassword
    sql.db_database: yourdatabase
    
    // MySQL Character SQL server
    char_server_ip: 127.0.0.1
    char_server_port: 3306
    char_server_id: yourservername
    char_server_pw: yourpassword
    char_server_db: yourdatabase
    
    // MySQL Map SQL Server
    map_server_ip: 127.0.0.1
    map_server_port: 3306
    map_server_id: yourservername
    map_server_pw: yourpassword
    map_server_db: yourdatabase
    
    // MySQL Log SQL Database
    log_db_ip: 127.0.0.1
    log_db_port: 3306
    log_db_id: yourservername
    log_db_pw: yourpassword
    log_db_db: yourdatabase
    
    // MySQL Mail SQL Server
    mail_server_ip: 127.0.0.1
    mail_server_port: 3306
    mail_server_id: yourservername
    mail_server_pw: yourpassword
    mail_server_db: yourdatabase
    

    and here an example for the sql-database:

     

    mysqlsettings_zps27bdab1e.jpg

     

    OR ^^ the MySQL-Server is not active ^^

  10. I'm getting the same issue here with Flux aswell. Donations have worked fine for a year now and randomly they no longer work this year (which i just thought now maybe it is a year thing). The payments are going through fine but flux is getting a not verified from paypal for some reason. Anybody else having the same issue or have this resolved by chance?

     

    Would ask PayPal or read their FAQ

     

    Regards

     

    Nets

  11. Here is what i would do:

     

    1) Update KRO data.grf and rdata.grf. Same counts for iRO, jRO and others.

    2) Check if the client uses *.lua and / or *.lub files

     

    If YES: check: accname.lua / lub, accessoryid.lua / lub in data / luafiles514 / luafiles / datainfo and check: iteminfo.lua / lub ( should be in clientfolder / system ) for the itemid and viewid compared to the itemid and viewid in your servers item_db.txt and item_db2.txt

     

    If NO: check the good old txt-files in the grf-root-folder ( data ). There are 6 of them ( thier names start with num2... and idnum2... )

     

    Your Problem is a conflict in the ViewID between Item_db and the lua / lub ( or the old txt-tables )

  12. It misses the Field "playtime" or "faction_id" in table "char".

     

    Create it on your own using PhpMyAdmin, cause its no rAthena-field.

     

    But you solved that already as i can see in the header ^^

  13. ah^^

     

    please check this:

     

    1) the sql table login is there account 1 ? Gender S ?

     

    2) check: char_athena.conf, inter_athena.conf, login_athena.conf and map_athena.conf for proper settings of IP, Port, userid and passwd. They have to fit to the data in table login account 1. NOTE: inter_athena.conf and inter_conf.txt use the data of `mysql`.`user`

     

    3) if you use the conf/import folder check: char_conf.txt, inter_conf.txt, login_conf.txt and map_conf.txt also.

×
×
  • Create New...