Jump to content

bobzih

Members
  • Posts

    165
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by bobzih

  1. Awesome work flowah...Keep sharing such cool things
  2. I think the location you indicate where it is put neh
  3. You must do the following: Open the doors as you want in the CS 27015 your computer's IP eg Go to Start - Run - and type "CMD" type ipconfig and look at your internal IP Take the IP Internal Modem and put in his box as Dialogue Restart the modem and Ready will be okay.
  4. IptamenoMpifteki = yes, Simply put there and test it will work
  5. if npcId == SENTRY1 : if npc.getInstanceId() in self.worlds: world = self.worlds[npc.getInstanceId()] for partyMember in party.getPartyMembers().toArray(): st1 = partyMember.getQuestState("Bloodshedparty") if not st1: st1 = self.newQuestState(partyMember) st1.playSound("ItemSound.quest_middle") partyMember.sendPacket(CreatureSay(npc.getObjectId(), 0, npc.getName(), "Beginners luck...")) st.giveItems(E_APIGA,1) elif npcId == SENTRY2 : if npc.getInstanceId() in self.worlds: world = self.worlds[npc.getInstanceId()] for partyMember in party.getPartyMembers().toArray(): st1 = partyMember.getQuestState("Bloodshedparty") if not st1: st1 = self.newQuestState(partyMember) st1.playSound("ItemSound.quest_middle") partyMember.sendPacket(CreatureSay(npc.getObjectId(), 0, npc.getName(), "I'll get you next time, Noob!!")) st.giveItems(E_APIGA,1) openDoor(DOOR1,npc.instanceId) openDoor(DOOR2,npc.instanceId) Man's written on your face if you want that only when he killed 2 mobs and the doors open so leave it alone. more if he wants to kill a mob and a door opens so well put, if npcId == SENTRY1 : if npc.getInstanceId() in self.worlds: world = self.worlds[npc.getInstanceId()] for partyMember in party.getPartyMembers().toArray(): st1 = partyMember.getQuestState("Bloodshedparty") if not st1: st1 = self.newQuestState(partyMember) st1.playSound("ItemSound.quest_middle") partyMember.sendPacket(CreatureSay(npc.getObjectId(), 0, npc.getName(), "Beginners luck...")) st.giveItems(E_APIGA,1) openDoor(DOOR1,npc.instanceId) elif npcId == SENTRY2 : if npc.getInstanceId() in self.worlds: world = self.worlds[npc.getInstanceId()] for partyMember in party.getPartyMembers().toArray(): st1 = partyMember.getQuestState("Bloodshedparty") if not st1: st1 = self.newQuestState(partyMember) st1.playSound("ItemSound.quest_middle") partyMember.sendPacket(CreatureSay(npc.getObjectId(), 0, npc.getName(), "I'll get you next time, Noob!!")) st.giveItems(E_APIGA,1) openDoor(DOOR2,npc.instanceId)
  6. Yes I tried and got more so I'll try not tested later.
  7. No, just replace L2JXtremeSettings by L2JModSettings and put the configs in L2JModSettings
  8. Great Work !! very nice it is Code.. thanks.
  9. from what I saw in the code but it works perfectly
  10. What version of NAVICAT you use?
  11. You added something was wrong before in java? So if something is added in relation to PD may be what 's causing the problem. In your java code should be ????? as following sql instead of ?,?,?,?,?, understand? These?? mean that each will have SQl eg Loguin | ID | e tealss | 3 ?,?,? account that there understand?
  12. Go to your system and on-and npcname-e and find it id name description rgb[0] rgb[1] rgb[2] reserved1 20001 Gremlin 9C E8 A9 -1 RGB stands for the color
  13. http://www.l2jbrasil.com/index.php?/topic/43319-share-transformacao-por-comando-il/ I think it's the same look
  14. You have to post on the cirar SystemMessageId situated in Network
×
×
  • 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