Jump to content

Ezeriel

Members
  • Content Count

    16
  • Joined

  • Last visited


Reputation Activity

  1. Upvote
    Ezeriel reacted to Sanasol in Monster loyalty mod   
    Have you ever wanted to be friends with aggressive monsters? Now its possible /oops
     
    This mod adds little check for aggressive monsters, they will not attack you if you have certain status(char variable). But they will attack if you start first.
     
    Source and demo script: GitHub
     
    How to:
    If you want set some monster loyal to character just set loyalty var to 1
     
    For example:
    set loya1785,1; // Where 1785 is monster id -> Atroce  
    in this case Atroce will ignore you until you start hit it.
     
    Then you can back it to normal state by set 0
    set loya1785,0; // Where 1785 is monster id -> Atroce In this case atroce will attack you as usual
     

  2. Upvote
    Ezeriel reacted to Ehwaz in Disable Account Security Code?   
    conf/char-server.conf
    //================================================================== // Pincode system //================================================================== // A window is opened before you can select your character and you will have to enter a pincode by using only your mouse // NOTE: Requires client 2011-03-09aragexeRE or newer. // 0: disabled // 1: enabled pincode_enabled: 0 // Request Pincode only on login or on everytime char select is accessed? // 0: only on login (default) // 1: everytime the char select window is accessed pincode_charselect: 0 // How often does a user have to change his pincode? // Default: 0 // 0: never // X: every X minutes pincode_changetime: 0 // How often can a user enter the wrong password? // Default: 3 // NOTE: The maximum on clientside is 3 pincode_maxtry: 3 Useless if you put into import/char_conf.txt
  3. Upvote
    Ezeriel got a reaction from fxfreitas in [Showcase] FXFreitas Sprites   
    So nice of you @@fxfreitas..
    Though I expect more on custom monsters, giant, colossus, titan etc.
    still I just wanted to say Thank you for sharing your artistic works.. Hope to see more of you Sir. 
  4. Upvote
    Ezeriel reacted to fxfreitas in [Showcase + DL] Hairstyles   
    UPDATED, NOW HAVE 72 HEADS
     
    UPDATED, NOW HAVE 84 HEADS !!!!!
     
    Here a Compiliation of basic customs Hairs from Ragnarok Online, This include the 29 oficial heads.
    All of these heads aren't made be me, with exception of #68, #69, #70 and #71 male heads and female #70 and #71 heads, this pack cames from internet and a bit of search, the authors put the credit on Spr files...
    But who diferent on that pack?
     - Repeated Heads Removed;
     - Missaligned Heads Fixed; (like #48 and #61)
     - 6 Unique Heads.
    - Now this pack is mixed with smokim pack (from cronus)
    - No Female Heads in Male pack, with exception of classic #43
     
    I'm Still Working On this Pack to change female heads into male heads (like #43, #55, #56 etc - Male Hairstyles), to make all heads in Oficial Collors (1~7 to work with them), To Increase this into 100 Hairstyles Pack.
    Preview:

     
    DOWNLOAD: 84 Heads.zip

    Mirror 4Shared
    Mirror MediaFire
  5. Upvote
    Ezeriel reacted to Dastgir in Why the emulator is not Object Oriented?   
    You need to know history of emulators...
    Hercules(founded ~ 2013) is fork of rA
    rAthena(founded ~ 2009-2010) is fork of eAthena(founded ~ 2004)
    eAthena is fork of jAthena(founded ~ 2002)
     
    So base of emulator is given by jAthena(Japan Athena), at early 2002, maybe c++ wasn't famous enough at that time...
  6. Upvote
    Ezeriel reacted to iCORE in Server Close   
    can you show us your conf files?
     
    char-server.confinter-server.confmap-server.conf but here ill guide you some for more info if you miss something or you whatever is the problem
     
    @char-server.conf
    // Server Communication username and password.userid: Username <-- must be the same as what you put on your login table at your mysqlpasswd: Password <-- same whit this// Login Server IP// The character server connects to the login server using this IP address.// NOTE: This is useful when you are running behind a firewall or are on// a machine with multiple interfaces.login_ip: 127.0.0.1 <-- this will be the default so nothing to change// Character Server IP// The IP address which clients will use to connect.// Set this to what your server's public IP address is.char_ip: 127.0.0.1 <-- this will be the default so nothing to change those are the main 3 settings that you must not miss the rest ignore.
     
    @inter-server.conf
    // 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: 127.0.0.1 <-- dont change thissql.db_port: 3306 <-- dont change thissql.db_username: root <-- Mysql ROOT usernamesql.db_password: 1234 <-- Mysql ROOT passwordsql.db_database: ragnarok <-- Mysql main.sql schemasql.codepage:// MySQL Character SQL serverchar_server_ip: 127.0.0.1 <-- dont change thischar_server_port: 3306 <-- dont change thischar_server_id: root <-- Mysql ROOT usernamechar_server_pw: 1234 <-- Mysql ROOT passwordchar_server_db: ragnarok <-- Mysql main.sql schema// MySQL Map SQL Servermap_server_ip: 127.0.0.1 <-- dont change this<dont change thismap_server_port: 3306 <-- dont change thismap_server_id: root <-- Mysql ROOT usernamemap_server_pw: 1234 <-- Mysql ROOT passwordmap_server_db: ragnarok <-- Mysql main.sql schema// MySQL Log SQL Databaselog_db_ip: 127.0.0.1 <-- dont change thislog_db_port: 3306 <-- dont change thislog_db_id: root <-- Mysql ROOT usernamelog_db_pw: 1234 <-- Mysql ROOT passwordlog_db_db: logs <-- Mysql logs.sql schemalog_codepage:log_login_db: loginlog the reset ignore
     
    @map-server.conf
    // Interserver communication passwords, set in account.txt (or equiv.)userid: Username <--- same as what you put on your Char-Server.confpasswd: Password <--- same as what you put on your Char-Server.conf// Character Server IP// The map server connects to the character server using this IP address.// NOTE: This is useful when you are running behind a firewall or are on// a machine with multiple interfaces.char_ip: 127.0.0.1 <--- same as what you put on your Char-Server.conf// Map Server IP// The IP address which clients will use to connect.// Set this to what your server's public IP address is.map_ip: 127.0.0.1 <--- same as what you put on your Char-Server.conf the rest ignore.
     
    for the other conf files that will depend on your setting and if you have other question about the misc settings just post here 
     
     
    Sorry for the long post!


    if you are having problem with your client 
     
    Client Translation (this is good if you have an updated Kro, Hmm but you can still use this for) as i suggested)
    https://github.com/ROClientSide/Translation For diffing clients i can help you on that i will diff a client for you

    2013-12-23cRagexe_patched.rar
    2 Chat Flood Allow8 Custom Window Title9 Disable 1rag1 type parameters (Recommended)13 Disable Ragexe Filename Check (Recommended)15 Disable HShield (Recommended)16 Disable Swear Filter20 Extend Chat Box21 Extend Chat Room Box22 Extend PM Box23 Enable /who command (Recommended)24 Fix Camera Angles (Recommended)28 Increase Headgear ViewID31 Increase Zoom Out 75%33 Always Call SelectKoreaClientInfo() (Recommended)34 Enable /showname (Recommended)35 Read Data Folder First36 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)43 Always Use Email for Char Deletion44 Translate Client (Recommended)45 Use Custom Aura Sprites46 Use Normal Guild Brackets47 Use Ragnarok Icon48 Use Plain Text Descriptions (Recommended)49 Enable Multiple GRFs (Recommended)50 Skip License Screen61 Disable Packet Encryption64 @ Bug Fix (Recommended)68 Enable 64k Hairstyle69 Extend Npc Dialog Box71 Ignore Resource Errors72 Ignore Missing Palette Error73 Remove Hourly Announce (Recommended)204 Increase Attack Display74 Increase Screenshot Quality75 Enable Flag Emoticons213 Disable Help Message on Login (Recommended)84 Remove Serial Display (Recommended)86 Only First Login Background88 Allow space in guild name90 Enable DNS Support (Recommended)97 Cancel to Login Window (Recommended)  
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.