Jump to content
  • 0

problem when use skill


brunoshp

Question


  • Group:  Members
  • Topic Count:  64
  • Topics Per Day:  0.01
  • Content Count:  180
  • Reputation:   7
  • Joined:  12/19/12
  • Last Seen:  

i got this problem :

[Error]: Skill '65535' is undefined! C:\Users\Joker\Desktop\rathena-master\src\map\status.cpp:125::status_skill2sc
[Error]: status_skill2sc: Unsupported skill id 65535
[Error]: Skill '65535' is undefined! C:\Users\Joker\Desktop\rathena-master\src\map\status.cpp:125::status_skill2sc
[Error]: status_skill2sc: Unsupported skill id 65535
[Error]: Skill '65535' is undefined! C:\Users\Joker\Desktop\rathena-master\src\map\status.cpp:125::status_skill2sc
[Error]: status_skill2sc: Unsupported skill id 65535
[Error]: Skill '65535' is undefined! C:\Users\Joker\Desktop\rathena-master\src\map\status.cpp:125::status_skill2sc
[Error]: status_skill2sc: Unsupported skill id 65535
[Error]: Skill '65535' is undefined! C:\Users\Joker\Desktop\rathena-master\src\map\status.cpp:125::status_skill2sc
[Error]: status_skill2sc: Unsupported skill id 65535
[Error]: Skill '65535' is undefined! C:\Users\Joker\Desktop\rathena-master\src\map\status.cpp:125::status_skill2sc
[Error]: status_skill2sc: Unsupported skill id 65535
[Error]: Skill '65535' is undefined! C:\Users\Joker\Desktop\rathena-master\src\map\status.cpp:125::status_skill2sc
[Error]: status_skill2sc: Unsupported skill id 65535
[Error]: Skill '65535' is undefined! C:\Users\Joker\Desktop\rathena-master\src\map\status.cpp:125::status_skill2sc
[Error]: status_skill2sc: Unsupported skill id 65535
[Error]: Skill '65535' is undefined! C:\Users\Joker\Desktop\rathena-master\src\map\status.cpp:125::status_skill2sc
[Error]: status_skill2sc: Unsupported skill id 65535
[Error]: Skill '65535' is undefined! C:\Users\Joker\Desktop\rathena-master\src\map\status.cpp:125::status_skill2sc
[Error]: status_skill2sc: Unsupported skill id 65535
[Error]: Skill '65535' is undefined! C:\Users\Joker\Desktop\rathena-master\src\map\status.cpp:125::status_skill2sc
[Error]: status_skill2sc: Unsupported skill id 65535
[Error]: Skill '65535' is undefined! C:\Users\Joker\Desktop\rathena-master\src\map\status.cpp:125::status_skill2sc
[Error]: status_skill2sc: Unsupported skill id 65535
[Error]: Skill '65535' is undefined! C:\Users\Joker\Desktop\rathena-master\src\map\status.cpp:125::status_skill2sc
[Error]: status_skill2sc: Unsupported skill id 65535
[Error]: Skill '65535' is undefined! C:\Users\Joker\Desktop\rathena-master\src\map\status.cpp:125::status_skill2sc
[Error]: status_skill2sc: Unsupported skill id 65535

when 1 use A Poem of Bragi [Song / Dance] (Skill ID# 321, iRO Name: Magic Strings)

i dont got error but when a use in other char same skill, when i walk the first char i got the error,

i use last version rathena emulator and use hexed :  2018-05-30bRagexeRE 

and use this:

257 Use Default Web Browser for <URL>
3 Chat Flood Remove Limit
5 Enable Proxy Support
8 Custom Window Title
9 Disable 1rag1 type parameters (Recommended)
13 Disable Ragexe Filename Check (Recommended)
271 Change MonsterSizeEffect*.lub path
17 Enable Official Custom Fonts
18 Skip Service Selection Screen
19 Enable Title Bar Menu
23 Enable /who command (Recommended)
24 Fix Camera Angles (Recommended)
282 Change MVP hp bar size
28 Increase Headgear ViewID
287 Change character display deletion time from actual date to relative date
32 Increase Zoom Out Max
34 Enable /showname (Recommended)
35 Read Data Folder First
36 Read msgstringtable.txt (Recommended)
38 Remove Gravity Ads (Recommended)
39 Remove Gravity Logo (Recommended)
40 Restore Login Window (Recommended)
41 Disable Nagle Algorithm (Recommended)
42 Skip Resurrection Button
44 Translate Client (Recommended)
45 Use Custom Aura Sprites
46 Use Normal Guild Brackets (Recommended)
48 Use Plain Text Descriptions (Recommended)
49 Enable Multiple GRFs (Recommended)
50 Skip License Screen
53 Use Ascii on All LangTypes (Recommended)
61 Disable Packet Encryption
64 @ Bug Fix (Recommended)
65 Load Custom lua file instead of iteminfo*.lub (Recommended)
72 Ignore Missing Palette Error
73 Remove Hourly Announce (Recommended)
74 Increase Screenshot Quality
76 Enforce Official Login Background
84 Remove Serial Display (Recommended)
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)
104 Increase creation Hair Style & Color Limits
204 Increase Attack Display
207 Resize Font
208 Restore Cash Shop Icon
210 Use Custom Icon
212 Restore Roulette
213 Disable Help Message on Login (Recommended)
214 Restore Model Culling
215 Increase Map Quality
229 Enable Emblem hover for BG
234 Ignore Lua Errors
239 Ignore /account: command line argument
246 Increase hair style limit in game
249 Change minimal screen resolution limit
250 Allow leader to leave party if no members on map
251 Allow close cutin by pressing esc key

 

the problem in source is here!

sc_type status_skill2sc(int skill)
{
	int idx = skill_get_index(skill); ====== in this line i think it dont get skill ID
	if (idx == 0) {
		ShowError("status_skill2sc: Unsupported skill id %d\n", skill);
		return SC_NONE;
	}
	return SkillStatusChangeTable[idx];
}

 

Edited by brunoshp
Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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