Jump to content
  • 0

Geffen Magic tournament buff crash my server HELP


Question

Posted

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

2 answers to this question

Recommended Posts

  • 1
Posted

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

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...