Jump to content
  • 0

Geffen Magic tournament buff crash my server HELP


pueblodefairy

Question


  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.01
  • Content Count:  74
  • Reputation:   0
  • Joined:  01/24/15
  • Last Seen:  

Hello, i am here looking for someone help. me to understand and help me to fix my server  because it crash and log me out when i select geffen magic tournament buff icon? not always, but mayor part of time crash. Thanks for help.    I use 2018-05-30bRagexeRE_patcheddassdsdasd.thumb.png.815bcc33deb40e33eee975c5b577e15c.png.e7693db21bfd4d07c0b902f94307f531.png

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 1

  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  81
  • Reputation:   14
  • Joined:  11/17/17
  • Last Seen:  

Hi, this crash this crash related to state icon. If you use ROenglishRE from zackdreaver

open 

data/luafiles514/lua files/stateicon/stateiconinfo.lub

change

StateIconList[EFST_IDs.EFST_GEFFEN_MAGIC1] = {
	haveTimeLimit = 1,
	posTimeLimitStr = 3,
	descript = {
		{ "Increases physical damage against Demihuman monster" },
		{ "%s", COLOR_TIME }
	}
}
StateIconList[EFST_IDs.EFST_GEFFEN_MAGIC2] = {
	haveTimeLimit = 1,
	posTimeLimitStr = 3,
	descript = {
		{ "Increases magical damage against Demihuman monster" },
		{ "%s", COLOR_TIME }
	}
}
StateIconList[EFST_IDs.EFST_GEFFEN_MAGIC3] = {
	haveTimeLimit = 1,
	posTimeLimitStr = 3,
	descript = {
		{ "Reduces damage taken from Demihuman monster" },
		{ "%s", COLOR_TIME }
	}
}

to
 

StateIconList[EFST_IDs.EFST_GEFFEN_MAGIC1] = {
	haveTimeLimit = 1,
	posTimeLimitStr = 2,
	descript = {
		{ "Increases physical damage against Demihuman monster" },
		{ "%s", COLOR_TIME }
	}
}
StateIconList[EFST_IDs.EFST_GEFFEN_MAGIC2] = {
	haveTimeLimit = 1,
	posTimeLimitStr = 2,
	descript = {
		{ "Increases magical damage against Demihuman monster" },
		{ "%s", COLOR_TIME }
	}
}
StateIconList[EFST_IDs.EFST_GEFFEN_MAGIC3] = {
	haveTimeLimit = 1,
	posTimeLimitStr = 2,
	descript = {
		{ "Reduces damage taken from Demihuman monster" },
		{ "%s", COLOR_TIME }
	}
}

 

  • Upvote 1
  • Love 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.01
  • Content Count:  74
  • Reputation:   0
  • Joined:  01/24/15
  • Last Seen:  

Thanks a lot

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...