Jump to content
  • 0

Attendance Client Crash


GyokuAkuma

Question


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.01
  • Content Count:  21
  • Reputation:   0
  • Joined:  12/21/17
  • Last Seen:  

Hi its me again kk, 

 

I was trying to use the attendance system but i have a problem, when i log with any caracter the client crash on loading screen.

 

i made some tests and the result's is:

(1) - Its not the problem with item ou texture because i try with red potion ID 501

(2) - only crash when the attendance system is active

(3) - probably is the client side, lua file or texture file from interface(i try to use from actualized datas but dont change at all)

my hexed is the 2018-06-20 with KRO client.

 

If someone upload your attendance files or data i appreciate.

 

Ty and have a nice day.

 

Edited by GyokuAkuma
Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 1

  • Group:  Members
  • Topic Count:  61
  • Topics Per Day:  0.02
  • Content Count:  911
  • Reputation:   166
  • Joined:  11/27/14
  • Last Seen:  

24 minutes ago, GyokuAkuma said:

Hi its me again kk, 

 

I was trying to use the attendance system but i have a problem, when i log with any caracter the client crash on loading screen.

 

i made some tests and the result's is:

(1) - Its not the problem with item ou texture because i try with red potion ID 501

(2) - only crash when the attendance system is active

(3) - probably is the client side, lua file or texture file from interface(i try to use from actualized datas but dont change at all)

my hexed is the 2018-06-20 with KRO client.

 

If someone upload your attendance files or data i appreciate.

 

Ty and have a nice day.

 

Update your kRO Client then try to open your attendance again . Because mostly if you got crash problem you are missing of files from grf files . To get that you need to update since you are using the latest 2018 client need to support all new texture files

Because if you have a updated data files . You will get only a red error from chat box that says "no event setup etc" something like that ..

  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.01
  • Content Count:  21
  • Reputation:   0
  • Joined:  12/21/17
  • Last Seen:  

TY bro i discover the problem, i put 30 days with prize on DB and LUB file but the client only suport 20. ( i notice on texture file kkk)

THis was the problem of crash lkkkkkk, ty and have i nice day friend.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  61
  • Topics Per Day:  0.02
  • Content Count:  911
  • Reputation:   166
  • Joined:  11/27/14
  • Last Seen:  

Ok

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.01
  • Content Count:  19
  • Reputation:   0
  • Joined:  06/08/20
  • Last Seen:  

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

Edited by Version
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...