Jump to content

moraru

Members
  • Posts

    38
  • Joined

  • Last visited

Posts posted by moraru

  1. why test.lub it should be itemInfo.lub/lua

    I use custom lub since iteminfo.lub or lua can be lost if update kro, but thats not the issue here and u see in the img test.lub is loading and showing description, but not the slotbox.Just tested with inteninfo.lub. same issue, slot box not showing.

    Yeahhh i fixed it..... seems that client dosent like my item ID assignations. I change the id from 9998 to 2999 and it shows the slot box.

  2. See img attached

     

    test.lub:

     

    [9994] = {
            unidentifiedDisplayName = "develing",
            unidentifiedResourceName = "Mini_Deviling",
            unidentifiedDescriptionName = {
            },
            identifiedDisplayName = "Develing Hat",
            identifiedResourceName = "Mini_Deviling",
            identifiedDescriptionName = {
            "test",
            "Required Level: ^77777750^000000",
            "Jobs: ^777777All jobs^000000"
            },
            slotCount = 1,
            ClassNum = 1255
        },

     

    item_db :

     

    9994,Mini_Deviling,Develing Hat,5,500,50,70,,,,1,0xFFFFFFFF,15,2,256,50,50,1,1255,{},{},{}

     

    accesoryid.lub

    ACCESSORY_Mini_Deviling = 1255

     

    still dosent show any slots on the hat. any advice pelase? I can insert cards in the hat but does not show the slot box

     

    2013/08 ragexe with 32000 viewID enabled.

    post-28566-0-94347300-1413602046_thumb.jpg

  3. had similar prob, and now I patch the grf directly only way to solve it  at least for me.Seems that thor cant handle the korean characters and corrupts the files or dosent copy them all. Make grf from ur datafolder and patch it directly even if it says is not recomendated, works for me.

  4. im using Pre settings, but ill check the xp part again.

    // Copyright © rAthena Dev Teams - Licensed under GNU GPL
    // For more information, see LICENCE in the main folder
    #ifndef _CONFIG_RENEWAL_H_
    #define _CONFIG_RENEWAL_H_

    //quick option to disable all renewal option, used by ./configure
    //#define PRERE
    #ifndef PRERE
    /**
     * rAthena configuration file (http://rathena.org)
     * For detailed guidance on these check http://rathena.org/wiki/SRC/config/
     **/


    /**
     * @INFO: This file holds general-purpose renewal settings, for class-specific ones check /src/config/classes folder
     **/

    /// game renewal server mode
    /// (disable by commenting the line)
    ///
    /// leave this line to enable renewal specific support such as renewal formulas
    //#define RENEWAL

    /// renewal cast time
    /// (disable by commenting the line)
    ///
    /// leave this line to enable renewal casting time algorithms
    /// cast time is decreased by DEX * 2 + INT while 20% of the cast time is not reduced by stats.
    /// example:
    ///  on a skill whos cast time is 10s, only 8s may be reduced. the other 2s are part of a
    ///  "fixed cast time" which can only be reduced by specialist items and skills
    //#define RENEWAL_CAST 150<<
    //#define RENEWAL_CAST_VMIN 347

    /// renewal drop rate algorithms
    /// (disable by commenting the line)
    ///
    /// leave this line to enable renewal item drop rate algorithms
    /// while enabled a special modified based on the difference between the player and monster level is applied
    /// based on the http://irowiki.org/wiki/Drop_System#Level_Factor table
    //#define RENEWAL_DROP

    /// renewal exp rate algorithms
    /// (disable by commenting the line)
    ///
    /// leave this line to enable renewal item exp rate algorithms
    /// while enabled a special modified based on the difference between the player and monster level is applied
    //#define RENEWAL_EXP

    /// renewal level modifier on damage
    /// (disable by commenting the line)
    ///
    // leave this line to enable renewal base level modifier on skill damage (selected skills only)
    //#define RENEWAL_LVDMG

    /// renewal ASPD [malufett]
    /// (disable by commenting the line)
    ///
    /// leave this line to enable renewal ASPD
    /// - shield penalty is applied
    /// - AGI has a greater factor in ASPD increase
    /// - there is a change in how skills/items give ASPD
    /// - some skill/item ASPD bonuses won't stack
    //#define RENEWAL_ASPD
    #endif

    #endif // _CONFIG_RENEWAL_H_

     

    seems for me that levels past 99 require same amount of xp, kill any mvp gives same amount of %xp bar at all levels, just a guess...maybe some other nasty renewal options that im not aware off hidden somwhere xd

  5. I test on a eathena private server to see how 3k,3k rates works,

     

    kill 1 poring or lowlvl monster = insta 3lvls and balances up till lvl 5 or so when u need to kill at least 10 or more to up lvl

     

    Made same setup for my server with rathena 3k,3k.

     

    kill 1 poring = only 20-30% of lvl and seems its same at all levels till lvl 15 or so......

     

    just corious is me or xp rates with rathena are very very linear?

     

    other example im just testing:

     

    at lvl 162 moonlight MVP gives me 30% or so of total xp bar, I test at lvl 230 and same thing, shouldent be less at higher level? I have setup mvp_exp_rate: 0. Ive tested with mvp_exp_rate: 10000 and mvp actualy give less xp...

  6. Works well, and you only need to move the folder into Addons and import sql, clean and simple.But is exploitable click to vote and you already given 1 point, and no real check if voted or not, gues is not possible anyway if you dont recive response values from voting site.

     

    Anyway works perfectly +10

  7. i believe you are hosting the MySQL db server on 000webhost.com or something like that right, (idhostinger, or others). They provide the free database server and you can use it, BUT it only works on localhost. what I mean is they do not open the 3306 port.

     

    If you have a MySQL Manager (MySQL Workbench, QueryBrowser, Server Administrator, or others), and ask to connect to your free MySQL server, connection will be always rejected unless you pay for the premium services.

    indo?

    I think your right, now I noticed that most of the web host providers including payd ones dosent allow external mysql conections and only with their internal hosting space I guess to avoid all sorts of scripts or attacks at ur database, thanks you.

  8. are you sure the DNS is the correct one ? 

    yeah, hoster only gives non ip dns for mysql. My other php webs works well with mysql_connect('mysql.nixiweb.com', 'user', 'pass'). if with php works no know why with c# should not. maybe is rathena accepts only ip dns, no know...fluxCP works with this dns too.

  9. have same issue,

    if script is reloaded 1 time only it only shows the jellopy

    if script is reloaded 2 second time it shows correctly all the items in shop, but leaving it like this causes duplication errors....

    if scrip is reloaded 3 or 4 or etc.. times all items in shops are shown 2,3,etc times....

     

    only way to reload it correctly is with @reloadscript and ur back to the jellopy problem, im using the lastest git version.

  10. inter_athena:

     

    // Global SQL settings
    // overridden by local settings when the hostname is defined there
    // (currently only the login-server reads/obeys these settings)
    sql.db_hostname: mysql.nixiweb.com
    sql.db_port: 3306
    sql.db_username: u492019762_test
    sql.db_password: test
    sql.db_database: u492019762_test
    sql.codepage:

    // MySQL Character SQL server
    char_server_ip: mysql.nixiweb.com
    char_server_port: 3306
    char_server_id: u492019762_test
    char_server_pw: test
    char_server_db: u492019762_test

    // MySQL Map SQL Server
    map_server_ip: mysql.nixiweb.com
    map_server_port: 3306
    map_server_id: u492019762_test
    map_server_pw: test
    map_server_db: u492019762_test

    // MySQL Log SQL Database
    log_db_ip: mysql.nixiweb.com
    log_db_port: 3306
    log_db_id: u492019762_logs
    log_db_pw: test
    log_db_db: u492019762_logs
    log_codepage:
    log_login_db: loginlog

     

     

    I need to move all db and web from vps to some other host, fluxCP works well but server fails to conect to mysql.nixiweb.com, is not a rong pass or user error it just cant conect to the DNS.All my other php projects works well with nixiweb.com

     

    any advice please

     

     

    post-28566-0-20240000-1412879956_thumb.png

  11. Only works for me if i patch directly the grf file wich says is not recomendated anyway.Thor have serious issues with the korean characters i belive the curruption goes from there.Some pinoy users tested my thor patcher on bad conections with up/down spikes and Thor stops responding for them when downloading.

     

    Anyway is possible to update the patcher itself? i need to update with new links.

  12. Hey there im trying to install some custom items and I first try with a "test" item,

     

    all sprites are correctly copyed into their folders, in item,colection, and sprite folders.

     

    accname.lub and accname_eng.lub :

     

    [ACCESSORY_IDs.ACCESSORY_New_Dark_Green_Fairy_Wings] = "_NEW_DARK_GREEN_FAIRY_WINGS",

     

    aceesoryid.lub:

    ACCESSORY_New_Dark_Green_Fairy_Wings = 1001,

     

    info.db:

    9999,New_Dark_Green_Fairy_Wings,Fairy Wings,5,20,,100,,1,,1,0xFFFFFFFF,7,2,256,,10,1,1001,{},{},{}

     

     

    the iteminfo.lub works well, only problem is that the client ignores the sprites, the client is the 2013/08/07 and is made so it reads DATA folder directly and not custom grf.

     

    any advice pelase

     

     

     

    edit: Ive solved the issie seems that when I copy/paste the sprites manualy was rong. Now i drag the folders in and works.


    anyway for custom items is better to have the small grf? seems that thor patcher have problems updating files or folders with korean characters

    post-28566-0-39258000-1412534450_thumb.jpg

    Fairy_Wings.rar

  13. im using ec2 amazon for free vps xd. already have my server  for almost 3 mouths 24/7 online and only payed 1€ at registration xd. On free tier u have 750hr/mounth for 1 year, just make shure after registration u remove your credit card info to make shure u wont pay anything, even if it says ur bill is 9999999999$ they wont cancel ur vps and u wont pay anything since u removed ur credit card info and with the free vps u can easy make the server 500-1k players, i tested the uploads and is 200mb

×
×
  • Create New...