kosker Posted October 17, 2009 Posted October 17, 2009 Gia na kanis to diko sou npc prepi na kseris ta basika (how to make htmls and other thinks...) Prepi na akolouthisis ta bimata mou gia na to kanis Ena exis problem pes mou . Tha kano tin dikia mou custom gatekeeper gia paradigma: 1.Pane L2j Database 2. PAne sto diko sou NPC Table 3. Psakse ke bres to npc pou thes 4. MEta kane ena text file ke bale afta : INSERT INTO `npc` (`id`, `name`, `class`, `collision_radius`, `collision_height`, `level`, `sex`, `type`, `attackrange`, `hp`, `mp`, `str`, `con`, `dex`, `int`, `wit`, `men`, `exp`, `sp`, `patk`, `pdef`, `matk`, `mdef`, `atkspd`, `aggro`, `matkspd`, `rhand`, `lhand`, `armor`, `walkspd`, `runspd`, `faction_id`, `faction_range`, `isUndead`) VALUES (put an id that not exist, 'put npc name', 'put npc class for example GK : NPC.a_teleporter_FHuman', 10, 24, 70, 'male or female', 'his type for example GK: L2Teleporter', 40, 3862, 1494, 40, 43, 30, 21, 20, 10, 5879, 590, 1444, 514, 760, 381, 253, 0, 253, 0, 0, 0, 80, 120, NULL, NULL, 0); 5. Then execute from navicat the text 6. Tora pane sto C:/yourserver/gameserver/data/html/thetypethatuputontext for example L2Teleporter (so file Teleporter) ke eki kane ena a html file 7. Metonomase to arxio sto Id apo to npc. gia paradigma 4444.html 8. Tora anikse ke kane otidipote thes gia paradigma ama thes mia npc na pigeni mono ston fritezza ke grapse afto tha to aniksis omos os text oxi os html: <html> <body> <center><tr><td><font color="FF40FF">-= Bale to Npc Name =-</font></tr></td><br> <tr><td><font color="FF0066">______________________________</font></tr></td><br> <tr><td><font color="FF40FF">Bale to Npc Name </font></tr></td><br> <tr><td>Welcome, Traveler you can go Frintezza</tr></td><br> <tr><td>for 10.000 adena.</tr></td> <br> <tr><td><a action="bypass -h npc_%objectId%_Chat 30"><font color="8000C0">Frintezza room</font></a></tr> <br> <tr><td><font color="FF0066">______________________________</font></tr></td> </body> </html> 9. Tora exis na kanis ena text pou tha exi ena id ke to npc_%objectId%_To kimeno tou sto C:/yourserver/gameserver/data/html/thetypethatuputontext (the green number) for example 4444_30.html and type in this: <html> <body> <center><tr><td><font color="800080">-= Frintezza =-</font></tr></td><br> <tr><td><font color="FF0066">______________________________</font></tr></td><br><br> <tr><td><a action="bypass -h npc_%objectId%_goto 9054" msg="811;Frintezza Room"><font color="FF0000">Frintezza Room</font></a></td></tr> <tr><td><br></td></tr> <tr><td><br></td></tr> <tr><td><font color="FF0066">______________________________</font></tr></td><br> <a action="bypass -h npc_%objectId%_Chat 0"><font color="FFF080">Back</font></a> </body> </html> 10. Ke kane alo ena text dipla tou ne balto sto C:/yourserver/sql/yourtextname Quote:bale tis sintetagmenes tou teleport ('Frintezza Room , 9054, 174238, -86405 -5109, 10000, 0); 11. Tora to mono pou exis na kanis ine na to kanis spawn sto server:) Many thanks to the [Dev Team]Zeus and [Dev Team]Angle and [Dev Team]Zodiac Quote
killer666 Posted October 17, 2009 Posted October 17, 2009 ksana kai allo tetio guide.pfff.. alla kalo einai apo to tipota! kane to pio analutiko! Quote
Blane Posted October 18, 2009 Posted October 18, 2009 Wrong section.Διαβάστε λίγο καλύτερα τα sections... -Blane Quote
vaggos909090 Posted November 11, 2009 Posted November 11, 2009 kosker otan to kano text kai les meta execute apo navicat to arxeio dn prepei na einai se SQL? Quote
Devangell™ Posted November 12, 2009 Posted November 12, 2009 Gia na kanis to diko sou npc prepi na kseris ta basika (how to make htmls and other thinks...) Prepi na akolouthisis ta bimata mou gia na to kanis Ena exis problem pes mou . Tha kano tin dikia mou custom gatekeeper gia paradigma: 1.Pane L2j Database 2. PAne sto diko sou NPC Table 3. Psakse ke bres to npc pou thes 4. MEta kane ena text file ke bale afta : INSERT INTO `npc` (`id`, `name`, `class`, `collision_radius`, `collision_height`, `level`, `sex`, `type`, `attackrange`, `hp`, `mp`, `str`, `con`, `dex`, `int`, `wit`, `men`, `exp`, `sp`, `patk`, `pdef`, `matk`, `mdef`, `atkspd`, `aggro`, `matkspd`, `rhand`, `lhand`, `armor`, `walkspd`, `runspd`, `faction_id`, `faction_range`, `isUndead`) VALUES (put an id that not exist, 'put npc name', 'put npc class for example GK : NPC.a_teleporter_FHuman', 10, 24, 70, 'male or female', 'his type for example GK: L2Teleporter', 40, 3862, 1494, 40, 43, 30, 21, 20, 10, 5879, 590, 1444, 514, 760, 381, 253, 0, 253, 0, 0, 0, 80, 120, NULL, NULL, 0); 5. Then execute from navicat the text 6. Tora pane sto C:/yourserver/gameserver/data/html/thetypethatuputontext for example L2Teleporter (so file Teleporter) ke eki kane ena a html file 7. Metonomase to arxio sto Id apo to npc. gia paradigma 4444.html 8. Tora anikse ke kane otidipote thes gia paradigma ama thes mia npc na pigeni mono ston fritezza ke grapse afto tha to aniksis omos os text oxi os html: <html> <body> <center><tr><td><font color="FF40FF">-= Bale to Npc Name =-</font></tr></td><br> <tr><td><font color="FF0066">______________________________</font></tr></td><br> <tr><td><font color="FF40FF">Bale to Npc Name </font></tr></td><br> <tr><td>Welcome, Traveler you can go Frintezza</tr></td><br> <tr><td>for 10.000 adena.</tr></td> <br> <tr><td><a action="bypass -h npc_%objectId%_Chat 30"><font color="8000C0">Frintezza room</font></a></tr> <br> <tr><td><font color="FF0066">______________________________</font></tr></td> </body> </html> 9. Tora exis na kanis ena text pou tha exi ena id ke to npc_%objectId%_To kimeno tou sto C:/yourserver/gameserver/data/html/thetypethatuputontext (the green number) for example 4444_30.html and type in this: <html> <body> <center><tr><td><font color="800080">-= Frintezza =-</font></tr></td><br> <tr><td><font color="FF0066">______________________________</font></tr></td><br><br> <tr><td><a action="bypass -h npc_%objectId%_goto 9054" msg="811;Frintezza Room"><font color="FF0000">Frintezza Room</font></a></td></tr> <tr><td><br></td></tr> <tr><td><br></td></tr> <tr><td><font color="FF0066">______________________________</font></tr></td><br> <a action="bypass -h npc_%objectId%_Chat 0"><font color="FFF080">Back</font></a> </body> </html> 10. Ke kane alo ena text dipla tou ne balto sto C:/yourserver/sql/yourtextname Quote:bale tis sintetagmenes tou teleport ('Frintezza Room , 9054, 174238, -86405 -5109, 10000, 0); 11. Tora to mono pou exis na kanis ine na to kanis spawn sto server:) Many thanks to the [Dev Team]Zeus and [Dev Team]Angle and [Dev Team]Zodiac Eleos estw pes swsta to name M ti dev team angle :S Nice Guide alla to ekanes se lathos section apoti blepw :D btw matheneis :P Quote
kosker Posted December 17, 2009 Author Posted December 17, 2009 1on den efaga ban 2on agkele igia 3on mperdebo sixna ta section:) Quote
zenernom Posted December 22, 2009 Posted December 22, 2009 Kalo to guide sou... An k dn einai k poly diskolo na kaneis ena diko s NPC... Pandos boh8ah poly tous NewBie Devs ;) Quote
thodo Posted December 30, 2009 Posted December 30, 2009 mperdeutika ligo.. alla btw kalo guide! Quote
xDaRkHeRo Posted February 5, 2010 Posted February 5, 2010 oreo fenete an kai mporeis k pio apla me to npc maker alla gia kapion pou dn to exei eine pl kalo! Quote
kosker Posted February 25, 2010 Author Posted February 25, 2010 oreo fenete an kai mporeis k pio apla me to npc maker alla gia kapion pou dn to exei eine pl kalo! ti ine to npc maker? Quote
MusicMaker Posted February 27, 2010 Posted February 27, 2010 kαλητερα να τα βαλεις σε codes να τα καταλαβουνε καλητερα ) τεσπα ευχαριστω ! Quote
Recommended Posts
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.