Jump to content

maken06

Members
  • Posts

    234
  • Joined

  • Last visited

  • Days Won

    5

Posts posted by maken06

  1. Hi people!

    I'm looking for a script to create potions such as "Bottle Grenade#7135, Acid Bottle#7136, Plant Bottle#7137, Marine Sphere Bottle#7138,  Slim Potions#545, 546, 547, Glistening Coat#7139 and Poison Bottle#678", I wish I could only have the option to choose which potion to create, see the list of requirements and then place the amount of potions to create "progress bar & effect "with protection in case I am overweight, and finally an option to be able to inform me about the script.

    I hope someone can support me, greetings and thanks in advance 😄

  2. Hi all 😄

    Would it be possible for someone to create an instance manager? to be able to enter from there the instances and know which are available to play and how long it takes to activate to play again.

    Thank you for your support 🙏

  3. 25 minutes ago, vilkhl said:

    I mean sir,the event duration..for example, disguise event has started. and I want that event runs only for 40mins. after 40mins with or without participants, the event will automatically ends.

    set .Rounds,5;

    specifies how many rounds the event should last.

  4. 2 hours ago, Diana said:

    @maken06 , Thank you , I just used those data folders and still have the same errors 

    @4144

    Screenshots of the errors :-

    CXgqsZ.jpg

    image.png.03f7afb660617d4bc2715720efd73b9b.png

    image.png.84526ed87b9aaa81d6abb648063f0ff4.png

    AxacsD.jpg

    ( red chars top of the rAthena version )

    Used this one :  @4144

    image.thumb.png.057c1155a9059d67695176b3be1e4ab7.png

    @Diana Use this exe client : https://mega.nz/#!Zcdk2C4L!z9SkS36VGhJWAaxD9cRf1sVhgC9I6gMm0k6Cld-lYOQ

    That client was fixed by functor.

    I use this diff list, use it as a reference:

    8 Custom Window Title
    9 Disable 1rag1 type parameters (Recommended)
    13 Disable Ragexe Filename Check (Recommended)
    19 Enable Title Bar Menu
    20 Extend Chat Box
    21 Extend Chat Room Box
    22 Extend PM Box
    23 Enable /who command (Recommended)
    24 Fix Camera Angles (Recommended)
    28 Increase Headgear ViewID
    31 Increase Zoom Out 75%
    33 Always Call SelectKoreaClientInfo() (Recommended)
    34 Enable /showname (Recommended)
    35 Read Data Folder First
    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)
    46 Use Normal Guild Brackets (Recommended)
    47 Use Ragnarok Icon
    48 Use Plain Text Descriptions (Recommended)
    49 Enable Multiple GRFs (Recommended)
    53 Use Ascii on All LangTypes (Recommended)
    64 @ Bug Fix (Recommended)
    65 Load Custom lua file instead of iteminfo*.lub (Recommended)
    71 Ignore Resource Errors
    72 Ignore Missing Palette Error
    74 Increase Screenshot Quality
    84 Remove Serial Display (Recommended)
    85 Show Cancel To Service Select
    86 Only First Login Background
    88 Allow space in guild name
    90 Enable DNS Support (Recommended)
    91 Disconnect to Login Window
    97 Cancel to Login Window (Recommended)
    101 Skip Friend list Cheat Check
    102 Skip Guild Member Cheat Check
    114 Change Vending Limit [Experimental]
    208 Restore Cash Shop Icon
    213 Disable Help Message on Login (Recommended)
    215 Increase Map Quality
    219 Always Show Resurrection Button
    222 Show Replay Button
    229 Enable Emblem hover for BG
    230 Always load Korea ExternalSettings lua file
    234 Ignore Lua Errors
    240 Load custom ClientInfo file

    you will be missing some things for the data like these :

     

  5. 30 minutes ago, Diana said:

    @sader1992 @maken06  

    Thank you so much , My client just worked fine in arabic now ! 

    But still something small error 

    like the red korean words and the client updated data 

    Red korean words : 

    AxacsD.jpg

    the images of the client is not working  ( The interface images ) 
    Is there an updated version of data for this client?

    and there's a fix for the red korean words?

    use this 

    https://github.com/zackdreaver/ROenglishRE

    https://drive.google.com/open?id=1QKmhT9jrJfA_p5zLxSaXXdW_F1alO7Ry

  6. 4 minutes ago, IsabelaFernandez said:

     

    Hello community, I would like an implementation of the baby classes in my Job Master script. Thank you

    https://pastebin.com/c7qMW17K

    function    Can_Rebirth {
        // To rebirth, you need to be:
        // * Second Class
        if( !.RebirthClass )
            return false; // Rebirth disabled
        if( !(eaclass()&EAJL_2) )
            return false; // Not second Class
        if( eaclass()&EAJL_UPPER )
            return false; // Already Rebirthed
        if( roclass(eaclass()|EAJL_UPPER) < 0 )
            return false; // Job has no transcended class
        if( Is_Baby() && !.BabyClass )
            return false; // No Baby changes allowed
        return true;
    }

     

×
×
  • Create New...

Important Information

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