Jump to content

Aeromesi

Support Leaders
  • Content Count

    821
  • Joined

  • Last visited

  • Days Won

    43

Everything posted by Aeromesi

  1. It's probably not a problem with the client but just the revision you're using, old revisions are always buggy
  2. I don't know if anyone would do this for free. You should go into the scripting services and find someone who could help you with the script. I would but I'm a little tied right now :x
  3. Btw just an update here's a picture of my little buddy, today is his 5 months
  4. Always out-witting me @@Winterfox
  5. Go into your SQL Database and check the login table, since CASHPOINTS are account bound it wouldn't be in the char table.
  6. Here's a script @@mrlongshen. - script CashReset -1,{OnPCLoginEvent: if( !#CashReset ) { #CASHPOINTS = 0;#CashReset++;} elseend;} That way when they login the next time Cash Points will be 0'd out. I'm curious what happened? Some abuse of Cash Point script?
  7. Maybe it has something to do with not saving in the registry, try diffing your client and disable HLKM/HLCU (Running the client as Administrator on Windows) @@system05
  8. Yep, no problem man enjoy AnnieRuru's script @@MikZ
  9. Change this line: else if ( baselevel < 70 || zeny < 20000 ) { // requirement to else if (BaseLevel <= 69 || Zeny <= 19999 ) { BaseLevel is a constant and zeny should be "Zeny" as we're moving towards using constants I guess. @@MikZ
  10. I pinned this @@vykimo, ossi0110's response is an actual thorough guide into adding Custom Quests.
  11. I installed it but your test script isn't working, map-server spits out an error about non-existant id 0 or something D:
  12. I'm curious @@AnnieRuru, you helped make the getmobinfo and setmobinfo for Hercules, are these other commands like this one and other missing ones in rAthena too complex for you to help us out? D:
  13. Man this is so awesome @@AnnieRuru, keep these commands coming for us scripters to execute
  14. The jumping would only be necessary if you could only reach X cell by using the Jumping. Make an event called Climb to the Top where you race to like the top of a pyramid and some obstacles can only be overcome with this jumping? @@vykimo Better yet a platforming style event where you gotta jump to cells quickly and if you don't the cell floor "breaks" and you fall underneath to the restart? Kind of like Turbo track event where you walk on the wood and if you fall you go back?
  15. Why does @@AnnieRuru take my scripts, flush them down the toilet only for the toilet to overflow with brand new awesome poop I wanted to do soundeffectall But imagine map with 40 players or more or any amount and they all die in some point. You'll hear 40+ screams, it was intended to hear the scream just for yourself xD 'Tis why I used soundeffect instead of soundeffectall.
  16. For my OnDeathScreams I used the randomized death's from S4league's male and female for my death screams. http://herc.ws/board/topic/9540-on-death-screams/ I tried making attacking but there's no OnPCAttackEvent >.>
  17. Naori I did the same thing (not sure if you tested in-game) but it doesn't work. So I'm turning this farming script into a solo farming instance for players to join their own instance of the Farm. It'll be very configureable (having multiple random item arrays (using F_Rand, so a array in it's on way) Multiple waves and chances at obtaining items. Still thinking about adding the item capacity where if they farm 50 items, instance destroys and they have to wait x minute to join. Or just add in a overall delay on this instance (Cooldown) Thinking of releasing or adding to my Instance Mod Package... Not sure yet =)
  18. Aeromesi

    HPM Errors

    So awhile ago kind @@ossi0110 fixed my emulator, as in updating it to the latest revision (its heavily modified so he did a manual merge) everything went smooth, all 7 compiled correctly... But that same night I was super tired, and I think I accidentally CTRL+S's (saved) over a document in the compiler program he used to compile/edit the files (I think I saved over map.c OR battleground.h) But I get all these errors in HPM, now I'm NOT SURE if I saved over the file or not, maybe it was the same file he edited in the same program so CTRL+S did nothing, or it did something... But here's the errors. Any guidance or help would be nice and I'd be very thankful.. I don't know what I can/can't do now because of the HPM errors, or if it will break my server. Kinda' desperate here for help, because I hate seeing 1 warning/error in the compiler, it just bugs the hell out of me. Using MS Studio Express C++ 2010 btw. c:usersaeromesidesktopcontentbg copiesbg_sourcetreesrcpluginsHPMHooking/HPMHooking_map.Hooks.inc(2991): error C2039: 'HP_bg_team_delete_pre' : is not a member of '<unnamed-tag>'2> c:usersaeromesidesktopcontentbg copiesbg_sourcetreesrcpluginsHPMHooking/HPMHooking_map.HPMHooksCore.inc(5824) : see declaration of '<unnamed-tag>'2>c:usersaeromesidesktopcontentbg copiesbg_sourcetreesrcpluginsHPMHooking/HPMHooking_map.Hooks.inc(2994): error C2039: 'HP_bg_team_delete_pre' : is not a member of '<unnamed-tag>'2> c:usersaeromesidesktopcontentbg copiesbg_sourcetreesrcpluginsHPMHooking/HPMHooking_map.HPMHooksCore.inc(5824) : see declaration of '<unnamed-tag>'2>c:usersaeromesidesktopcontentbg copiesbg_sourcetreesrcpluginsHPMHooking/HPMHooking_map.Hooks.inc(2995): error C2039: 'HP_bg_team_delete_pre' : is not a member of '<unnamed-tag>'2> c:usersaeromesidesktopcontentbg copiesbg_sourcetreesrcpluginsHPMHooking/HPMHooking_map.HPMHooksCore.inc(7) : see declaration of '<unnamed-tag>'2>c:usersaeromesidesktopcontentbg copiesbg_sourcetreesrcpluginsHPMHooking/HPMHooking_map.Hooks.inc(3004): error C2039: 'team_delete' : is not a member of 'battleground_interface'2> C:UsersAeromesiDesktopContentBG Copiesbg_sourcetreesrcmap/battleground.h(99) : see declaration of 'battleground_interface'2>c:usersaeromesidesktopcontentbg copiesbg_sourcetreesrcpluginsHPMHooking/HPMHooking_map.Hooks.inc(3006): error C2039: 'HP_bg_team_delete_post' : is not a member of '<unnamed-tag>'2> c:usersaeromesidesktopcontentbg copiesbg_sourcetreesrcpluginsHPMHooking/HPMHooking_map.HPMHooksCore.inc(5824) : see declaration of '<unnamed-tag>'2>c:usersaeromesidesktopcontentbg copiesbg_sourcetreesrcpluginsHPMHooking/HPMHooking_map.Hooks.inc(3008): error C2039: 'HP_bg_team_delete_post' : is not a member of '<unnamed-tag>'2> c:usersaeromesidesktopcontentbg copiesbg_sourcetreesrcpluginsHPMHooking/HPMHooking_map.HPMHooksCore.inc(5824) : see declaration of '<unnamed-tag>'2>c:usersaeromesidesktopcontentbg copiesbg_sourcetreesrcpluginsHPMHooking/HPMHooking_map.Hooks.inc(3009): error C2039: 'HP_bg_team_delete_post' : is not a member of '<unnamed-tag>'2> c:usersaeromesidesktopcontentbg copiesbg_sourcetreesrcpluginsHPMHooking/HPMHooking_map.HPMHooksCore.inc(7) : see declaration of '<unnamed-tag>'2>c:usersaeromesidesktopcontentbg copiesbg_sourcetreesrcpluginsHPMHooking/HPMHooking_map.Hooks.inc(3165): warning C4047: 'function' : 'int' differs in levels of indirection from 'const char *'2>c:usersaeromesidesktopcontentbg copiesbg_sourcetreesrcpluginsHPMHooking/HPMHooking_map.Hooks.inc(3165): warning C4024: 'function through pointer' : different types for formal and actual parameter 42>c:usersaeromesidesktopcontentbg copiesbg_sourcetreesrcpluginsHPMHooking/HPMHooking_map.Hooks.inc(3165): error C2198: 'function through pointer' : too few arguments for call2>c:usersaeromesidesktopcontentbg copiesbg_sourcetreesrcpluginsHPMHooking/HPMHooking_map.Hooks.inc(3293): error C2039: 'HP_bg_afk_timer_pre' : is not a member of '<unnamed-tag>'2> c:usersaeromesidesktopcontentbg copiesbg_sourcetreesrcpluginsHPMHooking/HPMHooking_map.HPMHooksCore.inc(5824) : see declaration of '<unnamed-tag>'2>c:usersaeromesidesktopcontentbg copiesbg_sourcetreesrcpluginsHPMHooking/HPMHooking_map.Hooks.inc(3296): error C2039: 'HP_bg_afk_timer_pre' : is not a member of '<unnamed-tag>'2> c:usersaeromesidesktopcontentbg copiesbg_sourcetreesrcpluginsHPMHooking/HPMHooking_map.HPMHooksCore.inc(5824) : see declaration of '<unnamed-tag>'2>c:usersaeromesidesktopcontentbg copiesbg_sourcetreesrcpluginsHPMHooking/HPMHooking_map.Hooks.inc(3297): error C2039: 'HP_bg_afk_timer_pre' : is not a member of '<unnamed-tag>'2> c:usersaeromesidesktopcontentbg copiesbg_sourcetreesrcpluginsHPMHooking/HPMHooking_map.HPMHooksCore.inc(7) : see declaration of '<unnamed-tag>'2>c:usersaeromesidesktopcontentbg copiesbg_sourcetreesrcpluginsHPMHooking/HPMHooking_map.Hooks.inc(3306): error C2039: 'afk_timer' : is not a member of 'battleground_interface'2> C:UsersAeromesiDesktopContentBG Copiesbg_sourcetreesrcmap/battleground.h(99) : see declaration of 'battleground_interface'2>c:usersaeromesidesktopcontentbg copiesbg_sourcetreesrcpluginsHPMHooking/HPMHooking_map.Hooks.inc(3308): error C2039: 'HP_bg_afk_timer_post' : is not a member of '<unnamed-tag>'2> c:usersaeromesidesktopcontentbg copiesbg_sourcetreesrcpluginsHPMHooking/HPMHooking_map.HPMHooksCore.inc(5824) : see declaration of '<unnamed-tag>'2>c:usersaeromesidesktopcontentbg copiesbg_sourcetreesrcpluginsHPMHooking/HPMHooking_map.Hooks.inc(3310): error C2039: 'HP_bg_afk_timer_post' : is not a member of '<unnamed-tag>'2> c:usersaeromesidesktopcontentbg copiesbg_sourcetreesrcpluginsHPMHooking/HPMHooking_map.HPMHooksCore.inc(5824) : see declaration of '<unnamed-tag>'2>c:usersaeromesidesktopcontentbg copiesbg_sourcetreesrcpluginsHPMHooking/HPMHooking_map.Hooks.inc(3311): error C2039: 'HP_bg_afk_timer_post' : is not a member of '<unnamed-tag>'2> c:usersaeromesidesktopcontentbg copiesbg_sourcetreesrcpluginsHPMHooking/HPMHooking_map.HPMHooksCore.inc(7) : see declaration of '<unnamed-tag>'2>c:usersaeromesidesktopcontentbg copiesbg_sourcetreesrcpluginsHPMHooking/HPMHooking_map.Hooks.inc(3320): error C2039: 'HP_bg_team_db_final_pre' : is not a member of '<unnamed-tag>'2> c:usersaeromesidesktopcontentbg copiesbg_sourcetreesrcpluginsHPMHooking/HPMHooking_map.HPMHooksCore.inc(5824) : see declaration of '<unnamed-tag>'2>c:usersaeromesidesktopcontentbg copiesbg_sourcetreesrcpluginsHPMHooking/HPMHooking_map.Hooks.inc(3323): error C2039: 'HP_bg_team_db_final_pre' : is not a member of '<unnamed-tag>'2> c:usersaeromesidesktopcontentbg copiesbg_sourcetreesrcpluginsHPMHooking/HPMHooking_map.HPMHooksCore.inc(5824) : see declaration of '<unnamed-tag>'2>c:usersaeromesidesktopcontentbg copiesbg_sourcetreesrcpluginsHPMHooking/HPMHooking_map.Hooks.inc(3325): error C2039: 'HP_bg_team_db_final_pre' : is not a member of '<unnamed-tag>'2> c:usersaeromesidesktopcontentbg copiesbg_sourcetreesrcpluginsHPMHooking/HPMHooking_map.HPMHooksCore.inc(7) : see declaration of '<unnamed-tag>'2>c:usersaeromesidesktopcontentbg copiesbg_sourcetreesrcpluginsHPMHooking/HPMHooking_map.Hooks.inc(3336): error C2039: 'team_db_final' : is not a member of 'battleground_interface'2> C:UsersAeromesiDesktopContentBG Copiesbg_sourcetreesrcmap/battleground.h(99) : see declaration of 'battleground_interface'2>c:usersaeromesidesktopcontentbg copiesbg_sourcetreesrcpluginsHPMHooking/HPMHooking_map.Hooks.inc(3339): error C2039: 'HP_bg_team_db_final_post' : is not a member of '<unnamed-tag>'2> c:usersaeromesidesktopcontentbg copiesbg_sourcetreesrcpluginsHPMHooking/HPMHooking_map.HPMHooksCore.inc(5824) : see declaration of '<unnamed-tag>'2>c:usersaeromesidesktopcontentbg copiesbg_sourcetreesrcpluginsHPMHooking/HPMHooking_map.Hooks.inc(3341): error C2039: 'HP_bg_team_db_final_post' : is not a member of '<unnamed-tag>'2> c:usersaeromesidesktopcontentbg copiesbg_sourcetreesrcpluginsHPMHooking/HPMHooking_map.HPMHooksCore.inc(5824) : see declaration of '<unnamed-tag>'2>c:usersaeromesidesktopcontentbg copiesbg_sourcetreesrcpluginsHPMHooking/HPMHooking_map.Hooks.inc(3343): error C2039: 'HP_bg_team_db_final_post' : is not a member of '<unnamed-tag>'2> c:usersaeromesidesktopcontentbg copiesbg_sourcetreesrcpluginsHPMHooking/HPMHooking_map.HPMHooksCore.inc(7) : see declaration of '<unnamed-tag>'2>c:usersaeromesidesktopcontentbg copiesbg_sourcetreesrcpluginsHPMHooking/HPMHooking_map.Hooks.inc(3353): error C2039: 'HP_bg_str2teamtype_pre' : is not a member of '<unnamed-tag>'2> c:usersaeromesidesktopcontentbg copiesbg_sourcetreesrcpluginsHPMHooking/HPMHooking_map.HPMHooksCore.inc(5824) : see declaration of '<unnamed-tag>'2>c:usersaeromesidesktopcontentbg copiesbg_sourcetreesrcpluginsHPMHooking/HPMHooking_map.Hooks.inc(3356): error C2039: 'HP_bg_str2teamtype_pre' : is not a member of '<unnamed-tag>'2> c:usersaeromesidesktopcontentbg copiesbg_sourcetreesrcpluginsHPMHooking/HPMHooking_map.HPMHooksCore.inc(5824) : see declaration of '<unnamed-tag>'2>c:usersaeromesidesktopcontentbg copiesbg_sourcetreesrcpluginsHPMHooking/HPMHooking_map.Hooks.inc(3357): error C2039: 'HP_bg_str2teamtype_pre' : is not a member of '<unnamed-tag>'2> c:usersaeromesidesktopcontentbg copiesbg_sourcetreesrcpluginsHPMHooking/HPMHooking_map.HPMHooksCore.inc(7) : see declaration of '<unnamed-tag>'2>c:usersaeromesidesktopcontentbg copiesbg_sourcetreesrcpluginsHPMHooking/HPMHooking_map.Hooks.inc(3366): error C2039: 'str2teamtype' : is not a member of 'battleground_interface'2> C:UsersAeromesiDesktopContentBG Copiesbg_sourcetreesrcmap/battleground.h(99) : see declaration of 'battleground_interface'2>c:usersaeromesidesktopcontentbg copiesbg_sourcetreesrcpluginsHPMHooking/HPMHooking_map.Hooks.inc(3368): error C2039: 'HP_bg_str2teamtype_post' : is not a member of '<unnamed-tag>'2> c:usersaeromesidesktopcontentbg copiesbg_sourcetreesrcpluginsHPMHooking/HPMHooking_map.HPMHooksCore.inc(5824) : see declaration of '<unnamed-tag>'2>c:usersaeromesidesktopcontentbg copiesbg_sourcetreesrcpluginsHPMHooking/HPMHooking_map.Hooks.inc(3370): error C2039: 'HP_bg_str2teamtype_post' : is not a member of '<unnamed-tag>'2> c:usersaeromesidesktopcontentbg copiesbg_sourcetreesrcpluginsHPMHooking/HPMHooking_map.HPMHooksCore.inc(5824) : see declaration of '<unnamed-tag>'2>c:usersaeromesidesktopcontentbg copiesbg_sourcetreesrcpluginsHPMHooking/HPMHooking_map.Hooks.inc(3371): error C2039: 'HP_bg_str2teamtype_post' : is not a member of '<unnamed-tag>'2> c:usersaeromesidesktopcontentbg copiesbg_sourcetreesrcpluginsHPMHooking/HPMHooking_map.HPMHooksCore.inc(7) : see declaration of '<unnamed-tag>'2>c:usersaeromesidesktopcontentbg copiesbg_sourcetreesrcpluginsHPMHooking/HPMHooking_map.HookingPoints.inc(120): error C2065: 'HP_bg_guild_get' : undeclared identifier2>c:usersaeromesidesktopcontentbg copiesbg_sourcetreesrcpluginsHPMHooking/HPMHooking_map.HookingPoints.inc(122): error C2065: 'HP_bg_team_clean' : undeclared identifier2>c:usersaeromesidesktopcontentbg copiesbg_sourcetreesrcpluginsHPMHooking/HPMHooking_map.HookingPoints.inc(133): error C2065: 'HP_bg_countlogin' : undeclared identifier2>c:usersaeromesidesktopcontentbg copiesbg_sourcetreesrcpluginsHPMHooking/HPMHooking_map.HookingPoints.inc(134): error C2065: 'HP_bg_team_getitem' : undeclared identifier2>c:usersaeromesidesktopcontentbg copiesbg_sourcetreesrcpluginsHPMHooking/HPMHooking_map.HookingPoints.inc(135): error C2065: 'HP_bg_team_get_kafrapoints' : undeclared identifier2>c:usersaeromesidesktopcontentbg copiesbg_sourcetreesrcpluginsHPMHooking/HPMHooking_map.HookingPoints.inc(136): error C2065: 'HP_bg_team_rewards' : undeclared identifier2>c:usersaeromesidesktopcontentbg copiesbg_sourcetreesrcpluginsHPMHooking/HPMHooking_map.HookingPoints.inc(137): error C2065: 'HP_bg_queue_search' : undeclared identifier2>c:usersaeromesidesktopcontentbg copiesbg_sourcetreesrcpluginsHPMHooking/HPMHooking_map.HookingPoints.inc(138): error C2065: 'HP_bg_queue_create' : undeclared identifier2>c:usersaeromesidesktopcontentbg copiesbg_sourcetreesrcpluginsHPMHooking/HPMHooking_map.HookingPoints.inc(139): error C2065: 'HP_bg_queue_destroy' : undeclared identifier2>c:usersaeromesidesktopcontentbg copiesbg_sourcetreesrcpluginsHPMHooking/HPMHooking_map.HookingPoints.inc(140): error C2065: 'HP_bg_queue_leave' : undeclared identifier2>c:usersaeromesidesktopcontentbg copiesbg_sourcetreesrcpluginsHPMHooking/HPMHooking_map.HookingPoints.inc(141): error C2065: 'HP_bg_queue_leaveall' : undeclared identifier2>c:usersaeromesidesktopcontentbg copiesbg_sourcetreesrcpluginsHPMHooking/HPMHooking_map.HookingPoints.inc(142): error C2065: 'HP_bg_queue_join' : undeclared identifier2>c:usersaeromesidesktopcontentbg copiesbg_sourcetreesrcpluginsHPMHooking/HPMHooking_map.HookingPoints.inc(143): error C2065: 'HP_bg_queue_member_get' : undeclared identifier2>c:usersaeromesidesktopcontentbg copiesbg_sourcetreesrcpluginsHPMHooking/HPMHooking_map.HookingPoints.inc(144): error C2065: 'HP_bg_queue_member_remove' : undeclared identifier2>c:usersaeromesidesktopcontentbg copiesbg_sourcetreesrcpluginsHPMHooking/HPMHooking_map.HookingPoints.inc(145): error C2065: 'HP_bg_start' : undeclared identifier2>c:usersaeromesidesktopcontentbg copiesbg_sourcetreesrcpluginsHPMHooking/HPMHooking_map.HookingPoints.inc(146): error C2065: 'HP_bg_end' : undeclared identifier2>c:usersaeromesidesktopcontentbg copiesbg_sourcetreesrcpluginsHPMHooking/HPMHooking_map.HookingPoints.inc(147): error C2065: 'HP_bg_reload' : undeclared identifier2>c:usersaeromesidesktopcontentbg copiesbg_sourcetreesrcpluginsHPMHooking/HPMHooking_map.HookingPoints.inc(587): error C2065: 'HP_clif_bg_hp_single' : undeclared identifier2>c:usersaeromesidesktopcontentbg copiesbg_sourcetreesrcpluginsHPMHooking/HPMHooking_map.HookingPoints.inc(590): error C2065: 'HP_clif_bg_belonginfo' : undeclared identifier2>c:usersaeromesidesktopcontentbg copiesbg_sourcetreesrcpluginsHPMHooking/HPMHooking_map.HookingPoints.inc(591): error C2065: 'HP_clif_visual_guild_id' : undeclared identifier2>c:usersaeromesidesktopcontentbg copiesbg_sourcetreesrcpluginsHPMHooking/HPMHooking_map.HookingPoints.inc(592): error C2065: 'HP_clif_visual_emblem_id' : undeclared identifier2>c:usersaeromesidesktopcontentbg copiesbg_sourcetreesrcpluginsHPMHooking/HPMHooking_map.HookingPoints.inc(593): error C2065: 'HP_clif_bg_emblem' : undeclared identifier2>c:usersaeromesidesktopcontentbg copiesbg_sourcetreesrcpluginsHPMHooking/HPMHooking_map.HookingPoints.inc(594): error C2065: 'HP_clif_bg_memberlist' : undeclared identifier2>c:usersaeromesidesktopcontentbg copiesbg_sourcetreesrcpluginsHPMHooking/HPMHooking_map.HookingPoints.inc(595): error C2065: 'HP_clif_bg_leave' : undeclared identifier2>c:usersaeromesidesktopcontentbg copiesbg_sourcetreesrcpluginsHPMHooking/HPMHooking_map.HookingPoints.inc(596): error C2065: 'HP_clif_bg_leave_single' : undeclared identifier2>c:usersaeromesidesktopcontentbg copiesbg_sourcetreesrcpluginsHPMHooking/HPMHooking_map.HookingPoints.inc(598): error C2065: 'HP_clif_bg_expulsion_single' : undeclared identifier2>c:usersaeromesidesktopcontentbg copiesbg_sourcetreesrcpluginsHPMHooking/HPMHooking_map.HookingPoints.inc(601): error C2065: 'HP_clif_bg_updatescore_team' : undeclared identifier2>c:usersaeromesidesktopcontentbg copiesbg_sourcetreesrcpluginsHPMHooking/HPMHooking_map.HookingPoints.inc(1540): error C2065: 'HP_map_addflooritem_area' : undeclared identifier2>c:usersaeromesidesktopcontentbg copiesbg_sourcetreesrcpluginsHPMHooking/HPMHooking_map.HookingPoints.inc(1982): error C2065: 'HP_pc_classarrayidx2class' : undeclared identifier2>c:usersaeromesidesktopcontentbg copiesbg_sourcetreesrcpluginsHPMHooking/HPMHooking_map.HookingPoints.inc(1983): error C2065: 'HP_pc_update_last_action' : undeclared identifier
  19. Up on this as I've just come across an issue I didn't expect, love you Herc peeps!
  20. @@Angelmelody, I did as said on this post. I can see the item everything description but when equipped I can't see the view of the item o.O I am getting this error, items really dont save when char logs out but the view of them exists. The ones passed the max cap of 32768 or w/e it is. D: [SQL]: DB error - data of field 'nameid' was truncated.[Debug]: column - 1[Debug]: data - type=UNSIGNED MYSQL_TYPE_LONG, length=2[Debug]: buffer - type=MYSQL_TYPE_SHORT, length=2[Info]: Saved char 150000 - Aeromesi: inventory status skills.
  21. I added you on skype to help you @@M0nsTT3r
  22. I'm personally assisting him, so I'm going to mark this as solved. Doesn't work because ResourceNames are wrong. I believe it's case sensitive and he's missing the underscore. Corrected version: [21232] = { unidentifiedDisplayName = "Sakurazuka", unidentifiedResourceName = "_sakurazuka", unidentifiedDescriptionName = { "Unidentified item, can be identified with [Magnifier]." }, identifiedDisplayName = "Sakurazuka", identifiedResourceName = "_sakurazuka", identifiedDescriptionName = { "Allstats +250 except Luk", "Class :^777777 Middle Headgear^000000", "Defense :^777777 0^000000", "Weight :^777777 1^000000", "Weapon Level :^777777 4^000000", "Required Level :^777777 1^000000", "Applicable Job :^777777 All^000000" }, slotCount = 4, ClassNum = 1480
  23. Show me your item_d2.conf of the file, and the lua files
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.