Jump to content

Katara512

Members
  • Posts

    91
  • Credits

  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    100%

Everything posted by Katara512

  1. public boolean canUseItem(PlayerEventInfo player, ItemData item) { if(item.getItemId() == _bowItemId && item.isEquipped()) return false; return super.canUseItem(player, item); } i want to make this part of code to { if(item.getItemId() != _bowItemId) player.sendMessage(LanguageEngine.getMsg("you cant use another weapon than the Bow")); } something like this
  2. the problem is that im forcing the player to equip a specific id but while the event is running he can change it
  3. Hello forum , im wondering how can i make my event restricted to only 1 type of weapon, im using use item by id command but i need some further help
  4. how is possible that this system running utx's like starting logo and loading screen which do not exist on my client ? which method the dev used? some kind of binding maybe on the dlls
  5. <production id="item id " count="item ammount" enchant="your enchant"/> place this into your multisells
  6. Hello im searching everywhere for the auto augment code like l2crabbed/l2epic where you was putting item-ls-material you was pressing augment and then the remove augment window was appearing automatically, thanks in advance
  7. very simple, example : you have item(tier1) with id: 25002 and item(tier2) with id : 25003 you will make one multisell that will give as product the 25003 and as ingridient will require the 25002
  8. Αποτι καταλαβαινω πηρες ετοιμο το sql ανοιξε το με ενα editor και δες τι παιζει μεσα αυτα τα ερωτηματικα που πεταει στο line 1 τσεκαρε να εχουνε μια συνοχη με τον κωδικα στο φιναλε ανεβασε το code του sql εδω να το τσεκαρω
  9. Διαβασε το error που πεταει προσεκτικα εχει το ταδε θεμα στο line 1
  10. thats easy enough brat just run the updater without an internet connection or make 1 exception in your firewall that blocks the incoming connections. in this situation block server's updater url or ip
  11. I dont think you need the sources for this job setting up/editing skills 90% are placed in your servers data find the xmls and work them
  12. to run your server locally you have to point your internal ip 192.168.x.x in configs on ExternalHostname
  13. i think you have to create also table/tables in db , did you add the skill in mobs skill tree tho?
  14. Απ'οτι καταλαβα ψαχνεις pop-up msg που θα εχει να κανει με το event, δοκιμασε κατι τετοιο ExShowScreenMessage EventRunning = new ExShowScreenMessage("το κειμενο σου",10000); //πειραξε το 10000 αναλογος με το χρονο που θες
×
×
  • Create New...