Jump to content

protoftw

Members
  • Posts

    462
  • Credits

  • Joined

  • Last visited

  • Days Won

    25
  • Feedback

    0%

Posts posted by protoftw

  1. As a beginner on this I would suggest you open gameserver/congif folder and check all config settings.
    You will find all basic options about your server there.

     

    You can also visit forums or google things like : "how to bla bla mxc"
    If a topic exists, it might pop up in the search.

  2. Hello, as many of us know League of Legends has recently published their new Arcane Series on Netflix.

    It has been #1 on Netflix for quite long.

     

    I've taken inspiration from their Arcane Series and I created some Backgrounds/Buttons and added a classic Lineage 2 logo.

    (It kinda feels nice to be able to Create & Share again , after a long time)

     

    Bigger Preview

     

    spacer.png

     

    Arcane Collection

    How to use information and previewed html are included in the .rar file.

    I hope you enjoy them.

    *Don't forget to be nice and kind to people*

     

    For any designs you need you can always find me on:
    Discord: protojahtv#7625

    • Like 4
    • Upvote 1
  3. On 11/19/2021 at 5:13 PM, TexasJunior said:

    is not included all npc here

    Hey, at the very bottom of my post I have this written.

     

    "These were made exclusively for L2jNetwork , a project made by Baggos and others.

    Since you can find them in that project , there's no reason to not upload them. It's much easier to download all the npc's instead of searching them 1 by 1."

     

    Hope you have a great day @TexasJunior

  4. 5 hours ago, iTopZ said:

    nice one thanks

    You're welcome buddy!

    5 hours ago, L2-Evanthe said:

    This thing that you people share something and put your name all over the place on each html.

    First of all you're exaggerating. All over the place is a false phrase to use in the current situation. The only thing that has my name is the <title> of the npc. And to be straight forward I won't even ask you, I can just use my name in every button,text,title and it won't even bother me sharing it. If you want to see how an HTML FILE is made you can download it and work on it. It's free.

    4 hours ago, GsL said:

    It's  5 sec to remove it lol 

     

    For its ugly gk .. but its good to share staff some ppl maybe like it 

    This is a forum where I learnt a lot from other people's shares (codes,guides,npc,etc.)

    Sometimes when things got rough and I was in a deadlock I used to post in the Help Section or "annoy" people of knowledge to help me out. In conclusion, sharing something , whatever that is, it's always a good deed and it can reinforce someone's knowledge.

     

    For example: (someone may not know how to create a table or how to place a button on the right side).

    With this one he can check out the current html and learn.

     

    Anyway, I think I spoke too much. I did that because toxicity is a bad thing and you should never promote it.

    Be kind to people and keep sharing fam! Thank you.

  5. 4 hours ago, iTopZ said:

    thats if celestine wants to report/ban you, good luck to you.

    Exactly,  there was no reason to come public about the situation.

    But you did, and that shows that you are a man of honor and trust. You should consider speaking with Celestine and making sure that he knows what is going on and if he decides to feel scammed , well, it's his decision and you or anyone else can do nothing about it. If he decides to wait, it's his decision as well.

     

    I'm glad you spoke about it, it shows a lot. Remember that.

  6. 2020.3.25 18:17:15
    OS : Windows Vista 6.2 (Build: 9200)
    CPU : AuthenticAMD Unknown processor @ 3395 MHz with 2047MB RAM
    Video : Radeon RX 580 Series (19000)

    General protection fault!

    History: TestReach <- UObject::GetFullName <- UStruct::SerializeBin <- (Class Engine.ShadowBitmapMaterial ShadowActor[0]) <- UObject::Serialize <- (ShadowBitmapMaterial Transient.ShadowBitmapMaterial209) <- TestReach <- (ShadowBitmapMaterial Transient.ShadowBitmapMaterial209) <- UStruct::SerializeBin <- (Class Engine.ShadowProjector ShadowTexture[0]) <- UObject::Serialize <- (ShadowProjector 22_22.ShadowProjector409) <- AActor::Serialize <- TestReach <- (ShadowProjector 22_22.ShadowProjector409) <- ULevelBase::Serialize <- ULevel::Serialize <- TestReach <- (Level 22_22.myLevel) <- UStruct::SerializeBin <- (Class Engine.GameEngine GLevel[0]) <- UObject::Serialize <- (GameEngine Transient.GameEngine0) <- UGameEngine::Serialize <- (GameEngine Transient.GameEngine0) <- UGameEngine::Serialize <- (GameEngine Transient.GameEngine0) <- TestReach <- (GameEngine Transient.GameEngine0) <- TArray<< <- UGameEngine::L2SerializeRootSet <- UGameEngine::L2CollectGarbage <- UGameEngine::DetachLevel <- UGameEngine::CheckPurgeLevel <- Level_was_loaded <- UGameEngine::L2_Teleport <- UGameEngine::Tick <- UpdateWorld <- MainLoop

     

     

     

    **Hello guys , when i teleport sometimes i get dc. For example.

    I log in, i teleport to Coliseum and then back to Giran. I will get dced when i tp to giran but not when i tp to coli. My 1st teleport is ok, the 2nd one gets critical..If i dont move while i tp i am ok, if i move and then tp i get dc too.

     

    Is it just map 22_22? Is giran map 22_22?

    Any opinions?

    • Like 1
  7. On 3/22/2020 at 3:11 AM, xFranky said:

    I am happy to see people who care for the community and share. I believe your share will improve people's imagination. Great work!

    Thank you so much for your kind words @xFranky:angel:

    I am a man of the same thought too. I get so much imagination and knowledge by just watching how someone created something and then I try to improve it to fit my own style and preferences. I love sharing my work. Some things are just for sharing.

  8. 16 minutes ago, DnR said:

    This issue occurs due to missing client support for your custom ID.

    It's usually not recommended for NPCs but you can have a try with CreatureSay packet. You'll also avoid modifying client this way, since it accepts character name directly, instead of ID.

     

    If you still prefer doing it with NpcSay, try adding a new record for it in npcgrp.dat too (npmname would definitely not be enough).

    ah because i had many custom npc's added manually i thought i had this ID too and i didn't even bother to check npcgrp.. Although i really appreciate you for taking the time to help me.

    You made me see the only thing that i couldnt see :D

     

  9. Does anyone know why this problem occurs?

    hmm.png
     

    broadcastPacket(new NpcSay(getObjectId(), Say2.ALL, getNpcId(), "Goodbye Traveler!"));
    broadcastNpcSay("Goodbye Traveler!");
    this.broadcastPacket(new NpcSay(this.getObjectId(), 0, this.getNpcId(),"Hello World!"));

    I've checked client side too. Edit npcname-e.dat but still nothing. I thought it might be that.

     

    	<npc id="50024" name="Mystery Prize" title="Explore Me!">
    		<set name="usingServerSideName" val="true"/>
    		<set name="usingServerSideTitle" val="true"/>

     

×
×
  • 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