Jump to content
  • 0

[HELP] A List of questions! pls look/ L2Joneo


Question

Posted

1. how can i make, that npc's in towns wont take damage or cant die??? - FIXED(players can't do dmg to npc in towns)

2. does anyone know how can i place GM shop in towns? i have L2Joneo version- FIXED

3. how can i disable all default drops and edit drops to all mobs???- FIX LATER

4.and how to disable community(alt+b) in server??? - FIXED

5.In each town theres npc "Miss Queen" its a cat, usually - FIXED (spawn - 31227 :))

they does the class change, but right now they do nothing

they offer some quest.. its usless, how to make them

to be class change NPC's? or i need to create one by myself??

6.In what config file i can edit the success rate of warrior skills? (imo) its now 100% :(

 

Please help! tnx ;)

6 answers to this question

Recommended Posts

  • 0
Posted

1 gm shop //spawn (id GMshop) if you dont have you must add one

2 sql part delete all files from table droplist

3 you can add drops from droplist (sql) but is hard so use in game Shift + Click on target you ll see

4 c:\server\gameserver\config\option.properties ( open with notepad) use Alt + F and find the line ##Community board configuration##

Change this

CommunityType = Full

BBSDefault = _bbshome

 

with this

CommunityType = off

BBSDefault = _bbshome

 

5 //spawn 31228 or 31227 i cant remember :P

if your use Oneo pack ...

C:\server\gameserver\config\altsettings (open with notepad)

find the line ####Skills Config####

#-------------------------------------------------------------

# Skills config

#-------------------------------------------------------------

# Allow players to change occupation via Npc Class Master

# If you need change occupation only use quest then set them to False

# if you want players change only first occupation set AllowFirstClass = True

# if you want players change only Second occupation set AllowSecondClass = True

# if you want players change also third occupation set AllowThirdClass = True

# Default = False

AllowClassMasters = true      <-----<<  //spawn 31228 or 31227 i cant remember i told ya :P

AllowFirstClass = true

AllowSecondClass = true

AllowThirdClass = true

 

  • 0
Posted

Set Drop Rate to 0 and probably no drops will happen anymore unless adena, solved? Good, not solved? Ask again

 

As for the Warrior Skills u go there \L2JOneo_gameserver\data\stats\skills and in that XML files u modify the sucess rate this way:

 

<skill id="409" levels="10" name="Critical Blow" enchantLevels1="30" enchantLevels2="30" >

  <table name="#ench1Power"> 3685 3718 3751 3784 3817 3850 3883 3916 3949 3982 4014 4047 4080 4113 4146 4179 4212 4245 4278 4311 4343 4376 4409 4442 4475 4508 4541 4574 4607 4640 </table>

  <table name="#ench2MpConsume"> 74 73 72 70 69 68 67 65 64 63 62 60 59 58 57 55 54 53 51 50 49 48 46 45 44 43 41 40 39 38 </table>

  <table name="#mpConsume"> 55 59 62 63 66 68 70 72 74 76 </table>

  <table name="#power"> 1832.0 2091.0 2272.0 2460.0 2653.0 2850.0 3050.0 3252.0 3453.0 3653.0 </table>

  <set name="weaponsAllowed" val="16"/>

  <set name="mpConsume" val="#mpConsume"/>

  <set name="power" val="#power"/>

  <set name="target" val="TARGET_ONE"/>

  <set name="hitTime" val="1300"/>

  <set name="condition" val="16"/>

  <set name="reuseDelay" val="90000"/>

  <set name="skillTime" val="1300"/>

  <set name="skillType" val="BLOW"/>

  <set name="lethal1" val="5"/>

  <set name="lethal2" val="2"/>

  <set name="operateType" val="OP_ACTIVE"/>

  <set name="castRange" val="40"/>

  <set name="effectRange" val="400"/>

  <enchant1 name="power" val="#ench1Power"/>

  <enchant2 name="mpConsume" val="#ench2MpConsume"/>

  <for>

    <effect self="1" count="1" name="Buff" time="15" val="0">

      <mul order="0x10" stat="blowRate" val="1.4"/>

      <!-- Must be confirmed -->

      <mul order="0x10" stat="lethalRate" val="1.5"/>

  </effect>

  </for>

</skill>

 

Thats last lines for the skill id 409(Critical Blow), where is red u change the chance.The skill type is blow so the effect is set apart from that. I am not 100% sure its this way but i think yes, try and dont forget to backup ur files before.

 

Finnaly, the gmshop is just //spawn id, unless u want to do something besides what we understood ;P

  • 0
Posted

U must do it By Skill, if a skill has effect of stun per example u must change its power, blows are like i said, not hard to know that...And one more thing, u can have in xml's many skills with same names, specialy for buffs, u need to find the right one, shall be no problem :D Good Luck

  • 0
Posted

OH, LET ME GET THIS STRAIGHT....

 

I WANTO MAKE THAT, so in the server mobs nothing will drop, except adena,

after that i wanto add some specific drops to specific mobs...

and i need that, quest mobs would drop quest items...

 

help? :(

  • 0
Posted
UPDATE `l2jdb`.`droplist` SET chance=0 WHERE NOT itemId='57';

 

Executing this query will disable (Not delete) all drops except adena. You must change 'l2jdb' if your database name is different.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Posts

    • So few things for this guy:   He asked me to implement a code like EXP, SP, DROP runes in his server that did not work and he paid 27 Euro via Revolut.  He has no idea what compile, source is and he work with ubuntu.  I entered to his PC and using eclipse i add the code and compile as usually, i ask him to replace the jar with the new jar. He did not know how so i did it my self. Later on the ubuntu which im not familiar with could not continue and did not throw any error. I did not know what was happening until i asked Nightwolf who is experienced with Ubuntu and told me probably some error and can't continue. I was surprized since i only added few lines not edit or changed anything so i knew that the Login, Gameserver from source had mismatch with the compiled one. Later on i fix an error he had in raidboss_spawnlist where Long value tried to store inside Int value and explained him:   https://postimg.cc/F1zxMfDW   later on i explained him that source and compiled that he had had many issues and it was not my problem and he said that my code destroyed all his compiled.    In this point i ask @flatronnto post source or compile with my code inside to check the code i made and how he claim it destroyed his source. If he post then all can see what i added and it did not affect the source in an way other than edit the addExperience method - drop method and L2ItemInstance class. If he deny then all his trash talk is fake.   Then i tried contact him to resolve the issue even tho is not my problem, he paid for the code, i did the code, i was done but he ignored me:   https://postimg.cc/ts4RkjXt   I stopped after he claimed i destroyed intentionally his server, that i enter to other's PC to hack / destroy their compiles and when he said he will false advertise my server.    If @Nightw0lf can post he can also verify this guy is mentally ill not only he don't know compile, server, source, java differences but he also claim fake things that any other person with much money and good knowledge and patience could sue him online. He can't even open a proper report topic, he post in L2 OFF section.    In addition this guy offenses rudeness and treats is on another level, we had appointment at 18:00 GR time i was waiting for him 25 min and then i left PC for a bit, he showed up after 30 minutes and he said you're not here ill false advertisent you e.t.c.    https://postimg.cc/pmKNKcjV   He is mentally unstable and nobody should trade with this person. @Celestine Anyone can request LOG from my discord to see all conversation if he want. I have nothing to hide i worked for the money he paid and i did my job perfectly. I have 4-5 clients a week in last year and nobody had issues. Read the answer i just posted and you see who is right and who is wrong.
    • dsgl2 Pm me on discord i will try to help you to talk with winter , but again deal only with him or they will scam you 
    • I have what you're looking for already made, if you want, contact me. Greetings.
    • What webhosting are you using? You'll need to talk with administrators of the webhosting to open outgoing connections to port 1433, maybe they won't open it for you, instead, you should get a webhosting for mu online since they always have 1433 port open for outgoing connections. Also, make sure you have your 1433 TCP port open for incoming connections, for security, I suggest you exclusively add the cPanel IP Address to connect to your port 1433 in your firewall, so no one else can try to connect to your database. Let me know if you have any questions, happy to help.
  • Topics

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