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.
DISCORD :
https://discord.com/users/325653525793210378
utchiha_market
telegram :
https://t.me/utchiha_market
SELLIX STORE :
https://utchihamkt.mysellix.io/
Join our server for more products :
https://discord.gg/uthciha-services
https://campsite.bio/utchihaamkt
Question
janiko
I have problem to Mammon Spawn, when you talk to iason to spawn mammon its not spawning
this is my spawn script and not works if someone can help me to fix
else if (event.equalsIgnoreCase("30969-06.htm"))
{
if (mammonst == 0)
{
mammonst = 1;
L2Npc mammon = addSpawn(MAMMON, 109742, 219978, -3520, 0, false, 120000, true);
mammon.broadcastPacket(new NpcSay(mammon.getObjectId(), 0, mammon.getNpcId(), "Who dares summon the Merchant of Mammon?"));
st.startQuestTimer("despawn", 120000, mammon);
}
else
return "<html><body>You are either not on a quest that involves this NPC, or you don't meet this NPC's minimum quest requirements.</body></html>";
}
thanks a lot
1 answer 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.