You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
I was thinking about programming PetitionD to use with H5 files, do you know if this you shared is compatible with H5? so I save the time of redoing it?
Greetings.
what money, if I'm publishing it for free?
do you need to delete other people's credits in the extension? you think i am l2devs cheating people? hahaha
i have the svn, and it's something you can never change 😉
continues to cry...
if I upload the full SVN will you accept that you are a liar, and that you are lying to protect your own interests to continue ripping people off?
---------------------------------------------------------------------------------------------
I have a proposal to solve the problem.
why don't all those who bought an extension from L2Devs, compare what they bought, with what I published and verify who is the scammer?
then they compare the files they bought with my SVN.
Those who bought from L2Devs @UnknownSoldier
Mariano Canteros (Argentina)
come on, do the comparison and verify who is the scammer 😉
gg
---------------------------------------------------------------
poor victims, MaxCheaters moderators were selling to people what I was publishing for free a long time ago... hahaha no wonder @Maxtor is not even here.
♦️ https://L2Etina.com ♦️
🔥 x50 Interlude Midrate | Craft-PvP Focus | Modern Classic Client | NO P2W!
🚀 Open Beta Test: May 31, 2025
⚔️ Grand Opening: June 13, 2025 (Ready to conquer?)
🌟 Server Features:
✔ Rates: EXP/SP x50 | Adena x6 | Drop/Spoil x6 | Boosted Quests
✔ Fair Play: No Bots, No Pay-to-Win!
✔ 2-Hour NPC Buffer | GmShop up to B grade!
✔ Sieges every 2 weeks | Weekly Heroes
💎 Pure Interlude nostalgia with balanced Craft-PvP—where skill and strategy prevail!
📣 Spread the word! Tag your squad and prepare for war. ⚔️
Question
HugoBoss
Hello guys,
I want to check through ai if an item exists in the users inventory.
I have tried using function: OwnItemCount but i got compilation error: Undefined function. (Using l2shrine compiler shared by Eressea).
Below is an example of my code as i am trying to compile it:
set_compiler_opt base_event_type(@NTYPE_NPC_EVENT) class default_npc { } class citizen : default_npc { } class myclass : citizen { ... EventHandler MENU_SELECTED( talker, ask, reply) { ... if(myself.OwnItemCount(talker, 57) > 0 ) { //do something } } ... }
I have also tried using GlobalObject::OwnItemCount like gg.OwnItemCount but i get the message that gg is an unknown variable..
Do you use some other function for this?
If anyone could shed some light on this i'd appreciate it.
Thanks,
Hugo
7 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.
Note: Your post will require moderator approval before it will be visible.