Jump to content

EIMAI NOOB HELP!


Recommended Posts

hi ... 8elw na rwtisw 2 pragmata: 1. Pws mporw na ftiaksw ena patchaki gia enan l2j server h pws na ftiaksw host oste na boun kai filoi m stn server (plix analitika eimai noob)

                                             2. Palevw edw kai 2 meres na valw ncp buffers , gm shops , global gatekeepers , ktlp ... mporei kapoios na me help (analitika eimai noob opos proipa)

        ELPIZW NA ME HELP ........ TY EK TN PROTERWN

Link to comment
Share on other sites

1on.mporeis na ftiakseis san patchaki to l2.ini k na mpainoune oi alloi ston server sou..to file-edit     

8a to breis edw:http://www.4shared.com/file/46533813/3db9cc7b/L2_FileEdit__Int-Kamael_.html.......................

twra gia ta npc's prepei na mas peis to pack p exeis .ti einai ?kamael-interlude ?pianou einai?.

An synanthseis kapio problem kane reply edw

Link to comment
Share on other sites

to prwto problima p les lynete opws s eipa o colission .. 8es patched system il i hellbound i ct k file edit na editarei ta client files

 

gia to 2ro prob s des edw to exw ksanapostarei kai se parakalw na kaneis search alli fora pou 8es otidipote , ty

 

1)Write how to add custom GM-Shop and custom Buffer! ?

 

Its in greek !! Also i will tell it at English too ! >>.<<

 

[GR]Loipon .... gia na baleis buffer ... 8a sou exei 1 sql file ... anoigeis navicat meta patas stin DB s logika l2jdb meta patas deksi click execute bath file .. briskeis to .sql tou buffer.. patas diplo click 8a sou fortwsei k 8a s pei [Msg] Finished - 2 queries executed successfully to 2 den einai aparaithto .. mporei na s pei k 5 .. meta 8a sou exei ena .htm file .. to perneis .. kai to bazeis sto gameserver/data/html/default/ ekei mesa kai 8a sou exei ena file jscripts gia interlude k scripts gia kamael 8a sou pw kai tis 2 ekdoxes ...

1)Kamael , perneis to script logika 9999_NPCBuffer 8a sou exei .. kai to bazeis mesa sto gameserver\data\scripts\custom ekei antigrafh to 9999_NPCBuffer (to 9999 einai gia tin buffer pou exw egw.. gia esena mporei na einai diaforetiko ean exeis alli buffer i ean to exoun allaksei) meta pas

gameserver\data kai psaxneis gia to scripts.cfg to anoigeis me notepad kai psaxneis sto telos gia # Custom kai bazeis meta to teleutaio pou exei to custom/9999_NPCBuffer/__init__.py des edw pws 8a sou einai ..

 

# Custom

custom/3995_echo/__init__.py

custom/4000_ShadowWeapons/__init__.py

custom/5000_MissQueen/__init__.py

custom/7000_HeroItems/__init__.py

custom/8000_RaidbossInfo/__init__.py

custom/8001_NpcLocationInfo/__init__.py

custom/6050_KetraOrcSupport/__init__.py

custom/6051_VarkaSilenosSupport/__init__.py

custom/9999_NPCBuffer/__init__.py

 

2)Interlude 8a sou exei to idio ena 9999_NPCBuffer (to 9999 einai gia tin buffer pou exw egw.. gia esena mporei na einai diaforetiko ean exeis alli buffer i ean to exoun allaksei) to perneis kai pas gameserver\data\jscript\custom ekei to kaneis antigrafh kai meta anoigeis to __init__.py pou briskete sto custom fakelo .. kai bazeis to '9999_NPCBuffer' ws last grammh des edw pws 8a prepei na einai

 

__all__ = [

'5011_l2day',

'7000_HeroItems',

'6050_KetraOrcSupport',

'6051_VarkaSilenosSupport',

'9999_NPCBuffer'

]

print ""

print "importing custom data ..."

from data.jscript.custom import *

print "... done"

print ""

 

Twra gia to GM Shop , 8a sou exei 2 .sql files ... kaneis to idio me ton buffer ta kaneis excecute stin db sou .. meta 8a sou exei ena .htm i polla file to opoio to pas sto gameserver/data/html/merchant ekei to kaneis epikolisi ... Prosexe .. mporei na sou exei k kati .xml arxeia ta opoia mpenoun sto gameserver\data\multisell ekei!!

 

Global GK , 8a sou exei k ekei 2 .sql files ... kai kaneis to idio me ta parapanw diladi execute stin db sou ... meta 8a sou exei ena i polla .htm files ta opoia ta bazeis sto gameserver/data/html/teleporter epikolisi ekei

 

pistebw na boh8hsa  Good Luck !!

 

[ENG]Listen ... in order to put a buff ... it should have 1 sql file ... you open it with navicat then you select your DB .... default l2jdb then you click right click and then click execute bath file ... find the .sql file from buffer .. and double click it .. it should load smth .. and it will tell you [Msg] Finished - 2 queries executed successfully the 2nd .sql file isnt neccessary .. it may have 5 sql files .. ( lol :P ) after then it should have a .htm file which you copy and you put it at gameserver/data/html/default/ there and after that it should have 1 file jscripts for interlude and scripts for kamael .. i will tell u and the 2 ways how to put kamael and IL too !!

 

1)Kamael , you take the script folder .. maybe 9999_NPCBuffer and you put it at gameserver/data/scripts/custom/ and you paste it there ( the 9999_NPCBuffer is for mine buffer ... for you it may be different .. 800_NPCBuffer who knows ? xD :P ) then you go at gameserver/data/ and you search for >> scripts.cfg << then you open it with notepad and you search at the last for #Custom and you put after the last line the custom/9999_NPCBuffer/__init__.py , see below how it may be !

 

# Custom

custom/3995_echo/__init__.py

custom/4000_ShadowWeapons/__init__.py

custom/5000_MissQueen/__init__.py

custom/7000_HeroItems/__init__.py

custom/8000_RaidbossInfo/__init__.py

custom/8001_NpcLocationInfo/__init__.py

custom/6050_KetraOrcSupport/__init__.py

custom/6051_VarkaSilenosSupport/__init__.py

custom/9999_NPCBuffer/__init__.py

 

2)Interlude it should have the same 9999_NPCBuffer ( the 9999_NPCBuffer is for mine buffer ... for you it may be different .. 800_NPCBuffer who knows ? xD :P ) you take it and you put it at gameserver/data/jscript/custom there you paste it and then you open the __init__.py that is based at the folder named custom .. and you put '9999_NPCBuffer' as the last line of this file .. check below how it should be

 

 

__all__ = [

'5011_l2day',

'7000_HeroItems',

'6050_KetraOrcSupport',

'6051_VarkaSilenosSupport',

'9999_NPCBuffer'

]

print ""

print "importing custom data ..."

from data.jscript.custom import *

print "... done"

print ""

 

Now for the GM Shop , it should have 2.sql files .. you make the same as buffer .. you execute them at your DB .. then it should have many .htm files ... these goes at gameserver/data/html/merchant there you paste them .... WATCH OUT ...it may have some other files .xml which goes at gameserver/data/multisell ! there you paste it

 

 

Global GK , it should have 2 .sql files .... and you do the same as before .. ( you know xD ) execute at your db .. then it should have .htm files you copy them and you paste them at gameserver/data/html/teleporter there you paste it

 

I Hope i helped !  Good Luck !!

 

Link to comment
Share on other sites

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
Reply to this topic...

×   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

    • From my personal experiences 🙂   Few months ago I decided to create my own Essence project. Project needs website, and I do not specialize in frontend development (t.y. i can make web work, but it won't be pretty for eye). So I search and find a guy in Discord, which claims he can make me a good looking HTML website for 30 EUR, prove some screenshots from his previous work. I agree. 1 week later, I get my HTML website, make few changes to contents, update URLs and upload it to FTP. Site looks good, I am happy that this headache is no more.   Few months passes. I randomly crawl through other Essence server websites scouting for good ideas for my own project. Suddenly one of russians project website opens and.. it's the same website as one I have 😉 perfectly absolutely same layout, colours, etc etc etc. I contact my guy to ask what the hell, to get blocked 😉  So I find a weekend worth of my time. Find HTML5 boilerplate generator and ask it to include Bootstrap 5 and some other stuff. Open Bootstrap documentation, drink two energy drinks on instant and start working my backend-inspired HTML black magic... Once I found suiting firefly effect for header, result looked oikay for me: Absolutely no magic or beauty here, but: * Unique (and probably nobody cares to rip it) * Done for free in ~10 hours by non-frontend dev * Most modern browsers friendly * Completely static content, loads instantly. No PHP at all * Sidebar statuses (online, pvp, pk) are pulled from account manager REST API endpoint and is cached for 5 minutes. Account manager runs separately from website frontend and has access to server DB. Where could/will it get better? * Code in Vue instead of HTML - time concerns only, but Vue is superior compared to HTML/PHP for supporting desktop/mobile, easing development by miles. Need to learn how to use it properly. * Way to manage content from backend - in my instance I think account manager is not really meant for that. Vue can help here too - there are components for content building. * Currently default Bootstrap components are used. Would be nice to have custom and more vibrant buttons. Guess what, Vue can help here too.   tl;dr don't buy 30EUR website, it will be ripped or shit. you better make your own website. Be curious. I am backend developer, I obviously have general idea how frontend works. But imho everyone who can make L2 server by editing NPC HTMLs, also can make their own simple website. ChatGPT and other AIs are your friends. Bootstrap. jQuery documentations are your friends. And when you feel good and comfortable with HTML, if you like, you can continue learning Vue, or going backend. Now, as for the top sites. You really need to invest money to make new project work. I mean really, really much money. For this concept to work, top website itself must get visited. But if you can sort that your top site would be popular amongst players, then it's a really very simple concept, as far as current 2004-ish sites goes. I think simple, working concept of this, maybe without proper frontend, but with implemented backend logics (add/edit/disable server, sort by votes count (top list), vote for server with verification, callback to server endpoint - all of that can be done using Symfony in mostly 5 days, with lots of breaks for coffee and a smoke 😉. Experienced mid frontend dev would make a Vue/React frontend for it in another 5 days. it's really really simple concept 🙂  
    • Need cheap aged discord accounts ? :  https://campsite.bio/utchihaamkt DISCORD USERNAME : utchiha_market TELEGRAM : https://t.me/utchiha_market Discover new products in our exclusive server today : https://discord.gg/hoodservices
    • i've copyed the files from a server that has it , like all except system folder to another that didn't had the feature and it worked but i can't find any file to resemble save acc or something
  • Topics

×
×
  • Create New...