Jump to content

TexasJunior

Members
  • Posts

    467
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

About TexasJunior

Profile Information

  • Gender
    Male
  • Location
    Kozani

Recent Profile Visitors

1,412 profile views

TexasJunior's Achievements

Apprentice

Apprentice (3/16)

  • Dedicated Rare
  • First Post Rare
  • Collaborator Rare
  • Conversation Starter Rare
  • Week One Done Rare

Recent Badges

0

Reputation

  1. Hello, I am working with l2jacis I'm facing an issue where the HairID from a custom item skin does not display in-game when applied through the skin system. However, if I retrieve the HairID individually, it works correctly, and I can equip it on the player as a standalone "nonameitem." The setup seems correct, and the item displays and functions in isolation, so I suspect something may be preventing it from rendering when called via the skin system. Has anyone encountered a similar problem or have insights on what might be missing in the process? Any guidance would be appreciated! <skin id="15001" hairId="14500" chestId="14501" legsId="0" glovesId="0" feetId="0"/> <!-- Assassin Dark --> if(player.getVisual() == 0) player.setVisual(itemId, SkinTable.getInstance().getHair(itemId), SkinTable.getInstance().getChest(itemId), SkinTable.getInstance().getLegs(itemId), SkinTable.getInstance().getGloves(itemId), SkinTable.getInstance().getBoots(itemId)); else //reset on press Item if skin is equipped player.setVisual(0,0,0,0,0,0); <item id="14500" type="Armor" name="Dark Helmet"> <set name="default_action" val="equip" /> <set name="bodypart" val="hair" /> <set name="material" val="WOOD" /> <set name="weight" val="10" /> </item> <item id="14501" type="Armor" name="Dark Suit"> <set name="default_action" val="equip" /> <set name="armor_type" val="NONE" /> <set name="bodypart" val="alldress" /> <set name="material" val="CLOTH" /> <set name="weight" val="1000" /> <set name="price" val="5000000" /> </item>
  2. One of the best L2j Server Pack, Trusted seller, very good Developer. Keep up Waiting for updates.
  3. Hello Dears, Could you tell me how i can create an npc (html), 1st Question) Click on image of item in html window and when you click the image auto wear the item-skin-etc until player restart. 2st Question) i want to add line to use the command if is vip , like activeChar.IsVIP Can you help me where i put this line?? public void useItem(Playable playable, ItemInstance item, boolean forceUse) { if (!(playable instanceof Player)) return; Player player = (Player) playable; int itemId = item.getItemId();
  4. Please update the link. Nice Work !
  5. Hello everyone, I have put my server online, L2j Acis 382. Everyone and me can to login to server (Create acc), On local pc i have light ping 9999 and the external pc (ping 62) is stuck the client (not responing) when they click ok to join on bartz. I have already ports open 9014,7777,2106 (checked) Protocol 730-746 Router firewall is on low and windows firewall pc are off. What i can do? [code] # ================================================================ # Gameserver setting # ================================================================ # This is transmitted to the clients, so it has to be an IP or resolvable hostname. If this ip is resolvable by Login just leave * Hostname = test123d123d.ddns.net # Bind ip of the gameserver, use * to bind on all available IPs. GameserverHostname = * GameserverPort = 7777 # The Loginserver host and port. LoginHost = 192.168.2.50 LoginPort = 9014 # This is the server id that the gameserver will request. RequestServerID = 1 # If set to true, the login will give an other id to the server (if the requested id is already reserved). AcceptAlternateID = True MinProtocolRevision = 730 MaxProtocolRevision = 746 [/code] [code] #============================================================= # Loginserver #============================================================= # This is transmitted to the clients, so it has to be an IP or resolvable hostname Hostname = test123d123d.ddns.net # Bind ip of the LoginServer, use * to bind on all available IPs LoginserverHostname = * LoginserverPort = 2106 # The Loginserver host and port. LoginHostname = * LoginPort = 9014 # How many times you can provide an invalid account/pass before the IP gets banned LoginTryBeforeBan = 8 # Time you won't be able to login back again after LoginTryBeforeBan tries to login. Provide a value in seconds. Default 10min. (600) LoginBlockAfterBan = 100 # If set to true, any GameServer can register on your login's free slots AcceptNewGameServer = false # If false, the licence (after the login) will not be shown. Default : true. ShowLicence = false [/code]
  6. is not included all npc here
  7. Καλησπέρα ομάδα, Υπάρχει κάποιος να έχει τον παρακάτω κώδικα;
  8. Λογισμικό σίγουρα Linux, Ποιό Pack θα εγκαταστήσω νομίζω δεν έχει και διαφορά πάνω κάτω ίδια είναι όλα, Προφανώς το compiled Θα περάσουμε στο vps
  9. Καλησπέρα σε όλους, Υπάρχει κάποιος οδηγός πώς να κάνεις εγκατάσταση l2 Σέρβερ σε VPS ?
  10. Could you tell us more information?
  11. Fixed! Ότι και να πω είναι λίγο ο άνθρωπος με βοήθησε και με το παραπάνω Χίλια ευχαριστώ Respect MairHost
  12. Acis rev370, i add it without errors And in game command .dressme , /dressme nothing works
  13. Έκανα διάφορα πειράματα δεν το κατάφερα , έστω ότι ο κώδικας έχει θέμα, προχωράω και δοκιμάζω χωρίς error το έκανα adapt για acis, Μπαινω στο παιχνιδι και δεν κανει τπτ παταω .dressme , /dressme τιποτα δεν γινεται
  14. το έκανα, χρησιμοποιώ acis και έβαλα αυτό εδώ https://pastebin.pl/view/dfd7b0cc δεν κάνει όμως στο game τίποτα, παρόλο που στο compile είχα 0 σφάλματα
  15. Καλησπέρα, γιατί όταν κάνω compile δεν μου εμφανίζει τα custom configs στο acis_gameserver/build/dist/gameserver/config ? ενώ υπάρχουν στο workspace/acis_gameserver/config
×
×
  • Create New...