Jump to content

Mirio

Members
  • Posts

    22
  • Joined

  • Last visited

Posts posted by Mirio

  1. Hi,

    How i can remove the class limitation items?

    I tried to change the sprint set to "All jobs" with "equip_job" to "4294967295" (Mysql) but it don't work.

    0XDkxPQ.png

    I find the value on another item (without limitation), for example Adventurer's Suit

    86D2Dxo.png

    Any tips?

     

     

     

     

  2. Hi,

    I want to add new costume to my client, how i can do that?

    I've found some post but the link are broken or not valid for my client version.

    What is the directory to insert the files? How to reference it in iteminfo?

    Client version: 2015-11-04a

    Many thanks,

  3. Hi,

    I add new custom item, i will show it in the equip but when try to equip it, it will not appear.

    15tbXqf.png

    ItemInfo.lua

    	[50009] = {
    		unidentifiedDisplayName = "Hat",
    		unidentifiedResourceName = "캡",
    		unidentifiedDescriptionName = { "Unknown Item, can be identified by using a ^6666CCMagnifier^000000." },
    		identifiedDisplayName = "Costume Bankruptcy of Heart",
    		identifiedResourceName = "돈잃은자의마음",
    		identifiedDescriptionName = {
    			"Class:^6666CC Costume^000000",
    			"Location:^6666CC Upper^000000",
    			"Weight:^006600 0^000000",
    			"Level Requirement:^006600 1^000000",
    			"Jobs:^6666CC All classes^000000"
    		},
    		slotCount = 0,
    		ClassNum = 107
    	},

    Item on db

    zfvzd4y.png

    Client version: 2015-11-04a

    Any tips?

    Thanks

  4. 10 hours ago, Radian said:

    Question for you

    1. What mode are you using? pre-renewal? or renewal?

    because there is two type of izlude and maybe give us more information or screenshots.

    The server is built with pre-renewal

    t2tZ6u0.png

    PzAkOOg.png

  5. Hi,

    I've install the new izlude map found on this site, install on client and it work properly BUT when i try to go there i found some warp in another position.

    i've try to download the map_cache.dat and edit it with wee*, save it and reupload on the server but not change.

    Try to upload the grf file and edit che grf-files.txt to load it but don't work.

    How i can fix it?

    Thanks

  6. Mmh nope, this is the console log:

    [Status]: Request for connection (passwdenc mode) of Mirio (ip: 192.168.1.166) version=55
    [Info]: Closed connection from '192.168.1.166'.

    I make this script for rebuild (based by wiki):

    #!/bin/bash
    
    make clean
    rm -rf build/*
    ./configure  --enable-prere
    make server
    cd build
    cmake -G"Unix Makefiles" -DINSTALL_TO_SOURCE=ON ..
    make install

    Any other tips?

  7. Hi,

    When i try to connect to my server it return back "Rejected from server(3)"

    Spec

    Client version: 20151104 (not diffed with "disable obfuscation", i don't want disable it)

    clientinfo.xml

    <version>55</version>

    db/packet_db.txt

    packet_db_ver: 55
    packet_keys_use: 0x4C17382A,0x7ED174C9,0x29961E4F

    src/common/mmo.h

    #ifndef PACKETVER
            #define PACKETVER 20151104
            //#define PACKETVER 20120410
    #endif

    Any tips ?

    Thanks

×
×
  • Create New...