Jump to content

spawn123

Members
  • Posts

    268
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by spawn123

  1. to thema mas einai oti an doseis path me IG walker gia l2.exe perneis "l2.exe file size error"..

    o demonas omws parapanw xrisimopiise OGG..mipos xrisimopioume la8os token? logika to loader.exe xrisimopiei to l2.exe san source k tou prosdidei kapia parapanw features gia lock hardware.. just dunno..

  2. I don't know if someone has posted it before but i ll introduce you how to change the character's start items in your l2j server. It's not my work, i'm just posting it.

     

     

    How to change start items

     

     

    Adena

     

    Starting Adena is set in the file other.properties located in the servers /config folder.

    #Amount of adena that a new character is given
    StartingAdena = 100

     

     

    How to edit Items

     

    Edit the table char_templates

     

    fields

    items1

    items2

    items3

    items4

    items5

     

    Change item ID of desired field.

    Let's say you don't want anymore to new chars have Squire's Pants, you want to give them Cotton Pants.

    Query sample:

    UPDATE char_templates SET items1=412 where items1=1147;

     

     

    How to change the amount of items

     

    You need to alter the source code.

     

    Note: Lines numbers may change in the future, if so search in file CharTemplates.java for for (int x=1; x < 6 ;x++).

    Change lines 141 and 160 of CharTemplates.java from:

    for (int x=1; x < 6 ;x++)

     

    to:

     

    for (int x=1; x < 9 ;x++)

     

    and in char_templates table add the following columns:

    items6 items7 items8

     

    Query sample:

     

    ALTER TABLE char_templates ADD items6 int(4) NOT NULL default '0';

  3. thnx gia to generator..akoma mia erotisi :D

     

    otan vazis minimum k maximum pass length prepei na xereis poso megalos tha einai o kodikos gia na to valeis i to vriskei mono tou osa xreiazonte?

     

    episis tha imoun eygnwmwn an mporouses na kaneis mia screenshot gia na dw pos symplironeis tis epiloges tou generator ;D

     

    soz gia to skotisma !

  4. Sto Console (tou gameserver to dos parathiro) sou evgale kanena problima?an mporeis kane ena screenshot tou console autou.Gia na se katatipisw kai ligo mporw na skeftw 2 pragmata gt simbainei auto.I exeis kapio lathos stin sql db me apotelesma na min mporei na fortwsei ta char_templates i alliws exei paixtei malakia me ton client.Exeis peiraksei katholou ton client?

    o Client einai o Official xwris na ton exw peiraxei katholou  :-\

    to gameserver parathyro DOS anoigei kanonika kai kanei connect sto port kai ston server..

    ola fenonte mia xara sta DOS to thema mou einai oti den loggarei o srvr  :'(

    den xerw.. to ping einai i 3 i 4 kai leei good..alla...  :-[

×
×
  • Create New...