Jump to content

sader1992

Content Moderator
  • Posts

    1678
  • Joined

  • Last visited

  • Days Won

    72

Posts posted by sader1992

  1. hello


    is someone have @adopt work with rathena now ?


    @adopt <player1> <player2> <player3>


     


     


    if no can someone tell me how to send suggestion for who work on rathena src


    cuz since +2014 clients the adopt option not showing


    so this is the time for that command~


  2. feeding pet make the exe stop working


     


    roulette system showing the item that not Official in kro as Unknown item


     


    can't diff the exe without SSO Login Packet cuz it will crash on login


     


    and


     


    adoption not work


     


    ^^^^^^^^


     


    those all the errors in 22-10-2014


  3. index.php?app=downloads&module=display&s

    File Name: halloween map
    File Submitter: sader1992
    File Submitted: 30 Oct 2015
    File Category: Maps & Textures

    i made this map for the halloween for my server skyro
    it's not a Great map
    but i made it for what i need to...
    so, if someone want it
    there is it
    it's big map i made it like that to put two MVPs there and so many monsters
    include this file : .rsw ,.gnd ,.gat ,.extra ,.bmp (minimap) files

    Enjoy!

    Click here to download this file

     

     

    NOTE :

    i upload it here one week age but look like they are sleep to accept it ~~

    the download link from herc

  4. average_lv on the guild sql

    the average_lv is the Average level of the guild members

    you can control that

    like if there 10 members 5 = 250 and 5 = 200 the Average will be 225

    i don't if there is another way to set it 

    and i don't think there is way to set the guild members number

  5. this with guild level

    prontera,154,95,4	script	test	50,{
    query_sql "SELECT `guild_lv` FROM `guild` WHERE `guild_id`="+getcharid(2)+"",@glvl;
    	if(@glvl == 50 ){
    		if( !#GuildPackage3 ){
    			set #GuildPackage3,1;
    			getitem 512,10;
    			}else{
    			mes "You can't get it twice!";
    			}
    		close;
    	}else{
    	mes"your guild level too low";
    	close;
    	}
    }
    
    

    getitem item,amount;

    getitem item,amount;

    getitem item,amount;

    getitem item,amount;

     

     

    you can do this script with any and more then one from the guild sql

    name
    char_id
    master
    guild_lv
    connect_member
    max_member
    average_lv
    exp
    next_exp
    skill_point
    mes1
    mes2
    emblem_len
    emblem_id
    emblem_data

    just edit this like the Example on connect_member

     

    query_sql "SELECT `guild_lv`,`connect_member` FROM `guild` WHERE `guild_id`="+getcharid(2)+"",@glvl,@cmember;

    and edit the if 

    if(@glvl == 50 || @cmember == 10 )

    i hope i helped you 

  6. i don't think so


    but i think but (i never test it)


    i think on diff you can check this


     


    Enable Multiple GRF - Embedded


    instead of


    Enable Multiple GRF (Recommended)


     


    i think it's make the exe read the GRFs you want without DATA.ini


     


    ########  Enable Multiple GRF v2  ########

    //$inpMultGRF, XTYPE_FILE, /path/to/INI/file

  7. conf/battle/client.conf

    packet_ver_flag: 0x7FFFFFFF
    
    packet_ver_flag2: 0x7FFFFFFF
    

    conf/login_athena.conf

    check_client_version: no
    

    db/packet_db.txt

    packet_db_ver: default
    packet_keys_use: default
    
    packet_ver: 38
    packet_keys: 0x646E08D9,0x5F153AB5,0x61B509B5 // or your packet keys
    

    on diff

    do not load your packet keys !!

    write them Manual !!

    ............................

    first playable account the id must be 2000000 or more!

    M or F not S

    the account id 1 is S for 

    conf/char_athena.conf

    // Server Communication username and password.
    userid: username
    passwd: password
    

    and

    conf/map_athena.conf

    // Interserver communication passwords, set in account.txt (or equiv.)
    userid: username
    passwd: password 

    and it's not playable

    ........................

     

    src/common/mmo.h

    #define PACKETVER 20130605
    

    use 2013-06-05Ragexe.exe for the 38!

  8. try this

    9 Disable 1rag1 type parameters (Recommended)

    10 Disable 4 Letter Character Name Limit
    11 Disable 4 Letter User Name Limit
    12 Disable 4 Letter Password Limit
    13 Disable Ragexe Filename Check (Recommended)
    15 Disable HShield (Recommended)
    24 Fix Camera Angles (Recommended)
    28 Increase Headgear ViewID
    30 Increase Zoom Out 50%
    34 Enable /showname (Recommended)
    36 Read msgstringtable.txt (Recommended)
    37 Read questid2display.txt (Recommended)
    38 Remove Gravity Ads (Recommended)
    39 Remove Gravity Logo (Recommended)
    40 Restore Login Window (Recommended)
    41 Disable Nagle Algorithm (Recommended)
    44 Translate Client (Recommended)
    47 Use Ragnarok Icon
    48 Use Plain Text Descriptions (Recommended)
    49 Enable Multiple GRFs (Recommended)
    50 Skip License Screen
    53 Use Ascii on All LangTypes (Recommended)
    64 @ Bug Fix (Recommended)
    71 Ignore Resource Errors
    72 Ignore Missing Palette Error
    73 Remove Hourly Announce (Recommended)
    88 Allow space in guild name
    90 Enable DNS Support (Recommended)
    92 Packet First Key Encryption
    93 Packet Second Key Encryption
    94 Packet Third Key Encryption
    96 Remove GM Sprites

     

     

    try it like it's 

    and if it work edit it

     

     

  9. do not Disable it !!!

    diff to

     

    first key 0x7E241DE0

    Second key 0x5E805580

    3rd key 0x3D807D80

     

     

    [status]: Packet Obfuscation: Enabled. Keys: 0x7E241DE0, 0x5E805580, 0x3D807D80

     

     

     

    + no error ??

    [info]: Attempt to connect to login-server...
    [status]: Connecting to <WAN_IP>:6900
    [status]: Connected to login-server (connection #5).
    [status]: Awaiting maps from map-server.

     

     

    must be like this after those^

     

    [status]: Map-Server 0 connected: 1215 maps, from IP ***.***.***.*** port 5121.
    [status]: Map-server 0 loading complete.
     
    and
    char_athena.conf

    login_ip: localhost or 127.0.0.1
    //bind_ip: <WAN_IP>XXX
    char_ip: <WAN_IP> or your server ip etc your Internet ip

     

    map_athena.conf

    char_ip: localhost or 127.0.0.1
    //bind_ip: <WAN_IP>XXX
    map_ip: <WAN_IP> or your server ip etc your Internet ip

     

    and check the port

    and copy the console after your login try!!

  10. adoption not work (there is no adopt option in the right click menu)


    i use 2014-02-05bRagexe


    is there and fixes? or something else i can do like npc etc .. ?


  11. hello

    cant i do this?

    vend_zone mapflag novending
    
    - script Vending_allow -1,{
    end;
    OnInit:
    setcell "vend_zone",104,86,104,86,cell_novending,0;
    end;
    }
    i do like that and it not work~
    i want to chose the blocks that i want to allow the vending on it
    not that i don't want to allow on it
    cuz the map is big i cant type every block i don't want to allow on it~

    Fixed

    //vend_zone mapflag novending
    
    - script Vending_allow -1,{
    end;
    OnInit:
    setcell "vend_zone",54,54,145,145,cell_novending,1;
    setcell "vend_zone",104,86,104,86,cell_novending,0;
    end;
    }

    i set all the map useing (cell_novending 1) and remove (vend_zone mapflag novending)


    Fixed

×
×
  • Create New...