Michael D. Posted November 16, 2012 Group: Members Topic Count: 24 Topics Per Day: 0.01 Content Count: 87 Reputation: 0 Joined: 10/28/12 Last Seen: December 23, 2012 Share Posted November 16, 2012 (edited) what cause this error ? my accessoryid.lua ACCESSORY_blue_black_wings = 891, ACCESSORY_golden_black_wings = 892, ACCESSORY_green_black_wings = 893, ACCESSORY_pink_black_wings = 894, ACCESSORY_red_black_wings = 895, ACCESSORY_lightblue_fly = 906, ACCESSORY_little_fly_pink = 907, ACCESSORY_orange_fly = 908, ACCESSORY_snow_fly = 909, } and accname [ACCESSORY_IDs.ACCESSORY_blue_black_wings] = "_blue_black_wings", [ACCESSORY_IDs.ACCESSORY_golden_black_wings] = "_golden_black_wings", [ACCESSORY_IDs.ACCESSORY_green_black_wings] = "_green_black_wings", [ACCESSORY_IDs.ACCESSORY_pink_black_wings] = "_pink_black_wings", [ACCESSORY_IDs.ACCESSORY_red_black_wings] = "_red_black_wings", [ACCESSORY_IDs.ACCESSORY_light_fly] = "_light_fly", [ACCESSORY_IDs.ACCESSORY_little_fly_pink] = "_little_fly_pink", [ACCESSORY_IDs.ACCESSORY_orange_fly] = "_orange_fly", [ACCESSORY_IDs.ACCESSORY_snow_fly] = "_snow_fly", } DO I HAVE TO UPPERCASE THEM ALL ?? Edited November 16, 2012 by M.Zack Quote Link to comment Share on other sites More sharing options...
michaelsoftman Posted November 16, 2012 Group: Members Topic Count: 48 Topics Per Day: 0.01 Content Count: 410 Reputation: 29 Joined: 04/04/12 Last Seen: November 28, 2024 Share Posted November 16, 2012 You should, but the problem seems like it's cause of this: ACCESSORY_lightblue_fly = 906, and [ACCESSORY_IDs.ACCESSORY_light_fly] = "_light_fly", They don't match. Quote Link to comment Share on other sites More sharing options...
Michael D. Posted November 17, 2012 Group: Members Topic Count: 24 Topics Per Day: 0.01 Content Count: 87 Reputation: 0 Joined: 10/28/12 Last Seen: December 23, 2012 Author Share Posted November 17, 2012 is it ok to uppercase them all ??? Quote Link to comment Share on other sites More sharing options...
Emistry Posted November 17, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted November 17, 2012 inside LUA / LUB .... the very last data you add....shouldnt have a comma in the behind... change both ACCESSORY_lightblue_fly = 906, [ACCESSORY_IDs.ACCESSORY_snow_fly] = "_snow_fly", into ACCESSORY_lightblue_fly = 906 [ACCESSORY_IDs.ACCESSORY_snow_fly] = "_snow_fly" 1 Quote Link to comment Share on other sites More sharing options...
Michael D. Posted November 17, 2012 Group: Members Topic Count: 24 Topics Per Day: 0.01 Content Count: 87 Reputation: 0 Joined: 10/28/12 Last Seen: December 23, 2012 Author Share Posted November 17, 2012 inside LUA / LUB .... the very last data you add....shouldnt have a comma in the behind... change both ACCESSORY_lightblue_fly = 906, [ACCESSORY_IDs.ACCESSORY_snow_fly] = "_snow_fly", into ACCESSORY_lightblue_fly = 906 [ACCESSORY_IDs.ACCESSORY_snow_fly] = "_snow_fly" thanks emistry. another question do you know what i will put in my script so i can detect cloaked,hidden players when i will equip this items ??? Quote Link to comment Share on other sites More sharing options...
Emistry Posted November 17, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted November 17, 2012 trunk/doc/item_bonus.txt bonus bIntravision,n; Always see Hiding and Cloaking players/mobs (n is meaningless) 1 Quote Link to comment Share on other sites More sharing options...
Michael D. Posted November 17, 2012 Group: Members Topic Count: 24 Topics Per Day: 0.01 Content Count: 87 Reputation: 0 Joined: 10/28/12 Last Seen: December 23, 2012 Author Share Posted November 17, 2012 tnx Problem Solved +1 Quote Link to comment Share on other sites More sharing options...
Question
Michael D.
what cause this error ?
my accessoryid.lua
and accname
DO I HAVE TO UPPERCASE THEM ALL ??
Edited by M.ZackLink to comment
Share on other sites
6 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.