Jump to content

^Wyatt

Members
  • Posts

    1,418
  • Joined

  • Last visited

  • Days Won

    2
  • Feedback

    0%

Everything posted by ^Wyatt

  1. Name: Wyatt Picture Link: http://iceimg.com/i/a1/1d/f5ae30274b.gif Preview:
  2. http://maxcheaters.com/forum/index.php?topic=281829.0 title with rates
  3. Economic crisis: - Cryers = kids = free time to play - Normal players = "adults" = no time to play coz they need work harder due to the crisis I guess it affected somehow, but the L2 community became cryer community like 2 or 3 years ago :/
  4. someone took care of it only not done are http://maxcheaters.com/forum/index.php?topic=281709.0 prefix missing http://maxcheaters.com/forum/index.php?topic=280906.msg2653344#new incorrect prefix
  5. http://maxcheaters.com/forum/index.php?topic=281794.0 no prefixes
  6. remove the "|| playable.getPvpFlag() != 0"... I told you that coz I understooth the inverse... if doesn't work just try to remove all
  7. profile- http://maxcheaters.com/forum/index.php?action=profile;u=148845 section- http://maxcheaters.com/forum/index.php?board=62.0
  8. Locked
  9. http://maxcheaters.com/forum/index.php?topic=280906.msg2653344#new incorrect prefix
  10. Already added the thing about L2SkillTeleport. We maybe should add a config to allow/or not, the GM's being the PK of the event, to test/live switch, I'll do it soon... I tested it and I can't see any error right now. If someone has any error or any suggestion to add just tell me :P
  11. Taking care of players that cry for every single thing(80% of H5 community) is something that's way so boring, I guess most of devs with certain level don't like to open so many servers coz of that (at least it happens to me), and prefer to create projects to sell to admins or sell codes, or sleep :> Gl elfo with your server :D, seems very cool, I won't join but if you post videos or screenshots i'll check it for sure :P
  12. Try with this public static void givereward(L2PcInstance player) { if(player.isInsideZone(L2Character.ZONE_MULTIFUNCTION)) { SystemMessage systemMessage = null; for (int[] reward : rewards) { PcInventory inv = player.getInventory(); if (ItemTable.getInstance().createDummyItem(reward[0]).isStackable()) { inv.addItem("L2MultiFunctionZone ", reward[0], reward[1], player, player); if (reward[1] > 1) { systemMessage = SystemMessage.getSystemMessage(SystemMessageId.EARNED_S2_S1_S); systemMessage.addItemName(reward[0]); systemMessage.addItemNumber(reward[1]); } else { systemMessage = SystemMessage.getSystemMessage(SystemMessageId.EARNED_ITEM_S1); systemMessage.addItemName(reward[0]); } player.sendPacket(systemMessage); } else { for (int i = 0; i < reward[1]; ++i) { inv.addItem("L2MultiFunctionZone ", reward[0], 1, player, player); systemMessage = SystemMessage.getSystemMessage(SystemMessageId.EARNED_ITEM_S1); systemMessage.addItemName(reward[0]); player.sendPacket(systemMessage); } } } } }
  13. I can't understand a single word... :( Do you have any english speaker friend? >_< Or if someone reads this topic pls translate Edit: Do you mean that it worked but you want a custom sendMessage() instead of NOTHING_HAPPENED systemmessage?
  14. He needs help about creating a button, client side. But he changes the conversation who knows why, kinda boring.
  15. You want to cant use mana pots on pvp? go to game\data\scripts\handlers\itemhandlers and -if (!Config.L2JMOD_ENABLE_MANA_POTIONS_SUPPORT ) +if (!Config.L2JMOD_ENABLE_MANA_POTIONS_SUPPORT || playable.getPvpFlag() != 0)
  16. Then I guess is here the problem Index: head-src/com/l2jfrozen/gameserver/datatables/xml/ZoneData.java =================================================================== --- head-src/com/l2jfrozen/gameserver/datatables/xml/ZoneData.java (revision 948) +++ head-src/com/l2jfrozen/gameserver/datatables/xml/ZoneData.java (working copy) @@ -58,6 +58,7 @@ import com.l2jfrozen.gameserver.model.zone.type.L2FortZone; import com.l2jfrozen.gameserver.model.zone.type.L2JailZone; import com.l2jfrozen.gameserver.model.zone.type.L2MotherTreeZone; +import com.l2jfrozen.gameserver.model.zone.type.L2MultiFunctionZone; import com.l2jfrozen.gameserver.model.zone.type.L2NoHqZone; import com.l2jfrozen.gameserver.model.zone.type.L2NoLandingZone; import com.l2jfrozen.gameserver.model.zone.type.L2OlympiadStadiumZone; @@ -240,6 +241,10 @@ { temp = new L2NoHqZone(zoneId); } + else if(zoneType.equals("MultiFunctionZone")) + { + temp = new L2MultiFunctionZone(zoneId); + } else if(zoneType.equals("BossZone")) { int boss_id = -1;
  17. Did you use the patch adapted to the pack that are u using? Which pack are u using?... Btw I moved the post here coz u were asking about the button, not for this -.-...
  18. It has nothing to do with the topic... if gs says no such zone... is about this side I think Index: dist/game/data/xsd/zones.xsd =================================================================== --- dist/game/data/xsd/zones.xsd (revision 9872) +++ dist/game/data/xsd/zones.xsd (working copy) @@ -145,6 +145,7 @@ <xs:enumeration value="TerritoryWarZone" /> <xs:enumeration value="TownZone" /> <xs:enumeration value="WaterZone" /> + <xs:enumeration value="MultiFunctionZone" /> </xs:restriction> </xs:simpleType> </xs:attribute>
  19. I know it's not all client side but it's like 95% client 5% server... Moving it to client dev help.
  20. As I said... I guess it's client side. Wanna me to move the topic to client side section?
  21. Sorry bro but you pmed the wrong guy, I was in the beach and couldn't use eclipse or see what's wrong through iphone. You should post your .xml btw.
  22. Ye well there are 100000 ways to code everything, I chose this. And I don't wanna run multiple events. If someone needs to have all his patchs with the perfect code style... he'll need to modify it, I'm just sharing something.
×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock