Search found 6 matches
- Thu Aug 03, 2017 10:45 am
- Forum: Scripting
- Topic: References/Pointers/Tips on lua_item scripting
- Replies: 6
- Views: 5684
Re: References/Pointers/Tips on lua_item scripting
Perfect. This is what I (basically) wanted to know: If there is syntax to treat an item like an entity or, as is the case, if there is a different/better way to handle it. Wish I knew how to word what I was looking to do a little better in my previous posts. I only took this approach to checking the...
- Wed Aug 02, 2017 6:22 pm
- Forum: Scripting
- Topic: References/Pointers/Tips on lua_item scripting
- Replies: 6
- Views: 5684
Re: References/Pointers/Tips on lua_item scripting
Ha! You make a great point. That post made sense to me at 4am local time after tooling around with the code for 5-6 hours but I can see that it’s lacking direction for others. First of all, I wanna say thanks to all of you devs for making and sharing the emulator. My spouse and I are having a ton of...
- Fri Jul 28, 2017 12:46 am
- Forum: Scripting
- Topic: References/Pointers/Tips on lua_item scripting
- Replies: 6
- Views: 5684
References/Pointers/Tips on lua_item scripting
Does anyone have any experience using the functions defined in lua_item.h? I’ve been poking at them for awhile and I can’t get them to work like I can functions in the lua_baseentity, lua_trade_container, and luautils files. The usual player: or trade: syntax doesn’t work, and I’ve tried using item:...
- Fri May 12, 2017 10:55 am
- Forum: Bugs
- Topic: Cannot spend guild points at any guid rep
- Replies: 6
- Views: 13602
Re: Cannot spend guild points at any guid rep
Done and done. Thanks for the help so far!
- Thu May 11, 2017 8:18 pm
- Forum: Bugs
- Topic: Cannot spend guild points at any guid rep
- Replies: 6
- Views: 13602
Re: Cannot spend guild points at any guid rep
No, nothing unusual to me at all. When I activate the NPC it shows 'performing action 00' and displays what I assume are packet exchanges as per normal. I tried to insert some print statements as well as player:additem statements into the unionRepresentativeTriggerFinish function of the crafting.lua...
- Thu May 11, 2017 1:06 pm
- Forum: Bugs
- Topic: Cannot spend guild points at any guid rep
- Replies: 6
- Views: 13602
Cannot spend guild points at any guid rep
Hello all, first time poster long time reader. I've been trying to troubleshoot an issue on my server whereby players cannot spend GP on guild items. All of the trade reps behave the same; the dialogue works but once a selection of and item is made the item is not added, the GP are not removed, and ...