Jump to content

Version

Members
  • Posts

    19
  • Joined

  • Last visited

Posts posted by Version

  1. Good day Rathena!,

    // Allow or not identical name for characters but with a different case (upper/lower):
    // example: Test-test-TEST-TesT; Value: 0 not allowed (default), 1 allowed
    name_ignoring_case: no

     

    I Tried Changing it to 

    name_ignoring_case: 0

    name_ignoring_case: no

    name_ignoring_case: false

    still able to create character with Test and test

     

  2. Good day rathena!

     

    About Comfort of the Stars.. the day is Multiple by 5 right?

    its not working for me..  

    // Allow use of SG skills without proper day (Sun/Moon/Star) ?
    allow_skill_without_day: no

    I don't want to enable this.. so that it will stay to the proper day

     

    which file would i open to see the day multiple of 5?

  3. Ragnarok has been crashed!
    
    UTC Time:       09/09/2020 11:17:47
    Local Time:     09/09/2020 19:17:47
    EXE version:    2018-06-21
    
    
    OS version: Windows 8
    
    0x004ce5f2 ro.exe
    0x0083907d ro.exe
    0x00513904 ro.exe
    0x006f60d5 ro.exe
    0x0071f1e4 ro.exe
    0x00a8bb09 ro.exe
    0x00b137a3 ro.exe
    0x00b14cd1 ro.exe
    0x7789bd6c ntdll.dll
    0x02691600 ro.exe
    0xfffffffffffd8000 ----------
    0xffffffffffffffff ----------
    0x7791220f ntdll.dll
    
    EAX: 0x15c0e0a8 | 0364961960
    ECX: 0x6f6c735f | 1869378399
    EDX: 0x00020828 | 0000133160
    EBX: 0x00000024 | 0000000036
    ESI: 0x191e457c | 0421414268
    EDI: 0x0000000e | 0000000014
    ESP: 0x0018f188 | 0001634696
    EBP: 0x0018f6c4 | 0001636036
    EIP: 0x004ce5f2 | 0005039602
    DR0: 0x00000000 | 0000000000
    DR1: 0x00000000 | 0000000000
    DR2: 0x00000000 | 0000000000
    DR3: 0x00000000 | 0000000000
    DR6: 0x00000000 | 0000000000
    DR7: 0x00000000 | 0000000000

     

  4. 7 hours ago, Emistry said:

    create a datetime column in your sql table, and store the value using this

    https://www.w3schools.com/sql/func_mysql_now.asp

    still dont get it.. 

    error  need '('

    query_sql "INSERT INTO `redeembetalog` (`code`, `item_amount`,`name`, `time`) VALUES ('"+@voucher_code$+"', '"+@amt+"', '"+strcharinfo(0)+"',  '"+SELECT NOW() + 1;+"')";

     

    10 hours ago, Start_ said:

    gettimestr

    refer: \doc\script_commands.txt lines 3167

    still error 

    script:add_word: invalid word. A word consists of undercores and/or alphanumeric characters, and valid variable prefixes/postfixes.

    query_sql "INSERT INTO `redeembetalog` (`code`, `item_amount`,`name`, `time`) VALUES ('"+@voucher_code$+"', '"+@amt+"', '"+strcharinfo(0)+"',  '"+gettimestr("%Y-%m/%d %H:%M:%S",21);+"')";

     

    thank you Patskie,Emistry, and Start_

    solved.. that escape_sql and now() works..

     

  5. Hello 

    my card rates from drops.conf display fine from @rates 

     

    but when i change item_rate_card_boss and item_rate_card_mvp.

    Correct display from @rates

    but @mi for mini and mvp card does not take effect..

    // The rate at which cards are dropped
    item_rate_card: 1000
    item_rate_card_boss: 300
    item_rate_card_mvp: 100
    item_drop_card_min: 1
    item_drop_card_max: 10000

     

    the item_rate_common_boss and item_rate_common_mvp is being displayed 

    // The rate the common items are dropped (Items that are in the ETC tab, besides card)
    item_rate_common: 5000
    item_rate_common_boss: 3000
    item_rate_common_mvp: 3000
    item_drop_common_min: 1
    item_drop_common_max: 10000

     

  6. How to setup the Mode?

    I tried (code below) still gives me item when vending..

        // Basic Settings
        //   1: Item | 2: Points | 4: Zeny | 8: Exp
        //   16: Gain Buffs
        //   32: Show Cutins | 64: Show Next Day Cutin
        //   128: Item Rewards Bound
        //   256: No Rewards for Autotraders 
        //     (a bit value, e.g. 3 = Items & Points from Multi)
           .Mode = 1|32|64|128|256;

    Also tried adding the Modes... still giving items when vending

    OnInit:
    	// Basic Settings
    	//   1: Item | 2: Points | 4: Zeny | 8: Exp
    	//   16: Gain Buffs
    	//   32: Show Cutins | 64: Show Next Day Cutin
    	//   128: Item Rewards Bound
    	//   256: No Rewards for Autotraders 
    	//     (a bit value, e.g. 3 = Items & Points from Multi)
    	.Mode = 417;

     

  7. How did you solved the problem?

    i have this issue.. after character select.. it crash when attendance is active. i already set it to 20days ..i updated kro client still problem persist 

     

    attendance.yml  sample

    Header:
      Type: ATTENDANCE_DB
      Version: 1
      
    Body:
      - Start: 20200801
        End: 20200831
        Rewards:
          - Day: 1
            ItemId: 501
            Amount: 1

    CheckAttendance.lub sample

    Config = { StartDate = 20200801, EndDate = 20200831 }
    Reward = {
        { 1, 501, 1 },

    groups.conf 

    groups: (
    {
    	id: 0 /* group 0 is the default group for every new account */
    	name: "Player"
    	level: 0
    	inherit: ( /*empty list*/ )
    	commands: {
    		commands: true
    		rates: true	
    		mobinfo: true
    		iteminfo: true
    		whodrops: true
    			
    	}
    	permissions: {
    		/* without this basic permissions regular players could not 
    		trade or party */
    		can_trade: true
    		can_party: true
    		attendance: true
    	}

    feature,conf 

    // Attendance System (Note 1)
    // Requires: 2018-03-07bRagexeRE or later
    feature.attendance: on

    my client is 2018-06-21aRagexeRE

×
×
  • Create New...