Jump to content

Fogotendx20

Members
  • Posts

    444
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Fogotendx20

  1. 1.den pirazis tis port! 2. an thes 2 servers, tous stinis aplos trexis 1 LS.BAT kai 2 GS.BAT (etc otan theli kapios na bi tha exei 2 epiloges :P)
  2. cekare oti to .gotolove den dlevi se olympiad mode! kai to 2ero kai to pio pithano einai na benoun apo to "Observ" opou boris na dis ta match! kati einai lathos kai otan patas "Move To Arena" benis mesa .. den vlepis mono to match! ara trava sta html files kai kane to eksis 1. vres to html afto 2. sbise oti exei 3. grapse " we are sorry but observ is not allowed in server for better olympiad" 4. kato apo afto ena link "Back" Telos ...afto itan! (to vrisko kalitero na klisis to observ gti kanis eukola feed :P, px vlepis oti einai poli p pezoun kai dilonis me ta bot :P )
  3. change the script imports from net.sf.l2j. to com.l2jfree.
  4. this is a core problem ... m2 eixa afto to prob aposo thimame! go at Jython Folder / JythonQuest.java kai vale ton parakato kodika (sbise ton iparxoda) /* This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2, or (at your option) * any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA * 02111-1307, USA. * * http://www.gnu.org/copyleft/gpl.html */ package net.sf.l2j.gameserver.model.quest.jython; import net.sf.l2j.Config; import net.sf.l2j.gameserver.model.quest.Quest; import org.apache.bsf.BSFException; import org.apache.bsf.BSFManager; public abstract class QuestJython extends Quest { private static BSFManager _bsf; /** * Initialize the engine for scripts of quests, luxury shops and blacksmith */ public static void init() { try { // Initialize the engine for loading Jython scripts _bsf = new BSFManager(); // Execution of all the scripts placed in data/jscript // inside the DataPack directory String dataPackDirForwardSlashes = Config.DATAPACK_ROOT.getPath().replaceAll("\\\\","/"); String loadingScript = "import sys;" + "sys.path.insert(0,'" + dataPackDirForwardSlashes + "');" + "import data"; _bsf.exec("jython", "quest", 0, 0, loadingScript); } catch (BSFException e) { e.printStackTrace(); } } public static boolean reloadQuest(String questFolder) { try { _bsf.exec("jython", "quest", 0, 0, "reload(data.jscript."+questFolder+");"); return true; } catch (Exception e) { //System.out.println("Reload Failed"); //e.printStackTrace(); } return false; } /** * Constructor used in jython files. * @param questId : int designating the ID of the quest * @param name : String designating the name of the quest * @param descr : String designating the description of the quest */ public QuestJython(int questId, String name, String descr) { super(questId, name, descr); } } o kodikas pano einai gia l2j c6 .... sto pack mou doulebi! PS: Maby the error is at Quest.java (found stable pack and take a quest.java)
  5. http://www.l2jserver.com/forum/thread.php?threadid=31810&hilight=horse
  6. i dont try it but maby it work! well after ( admin_add_skill 7041) put more ids example <td><font color="deba73">Focus (max 1)</td> <td><button value="Add" action="bypass -h admin_add_skill 7041 7042 7043 7044 7045 $level" width=55 height=15 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td> </tr>
  7. about cancel action .. it work if know where put the code! i mean b4 1 action or after!
  8. aplo einai re! 1. anigis 2 accounts! 2.exoun idia name sxedon! 3. ta elaxistophs 4.kanis trade tou vazis ta item sou kai o alos vazi ta dika tou! (den patas ok) 5.me ton alon char.. p exeis 2plo patas trade..... (grafi oti is busy) np aplos patiste oli tin ora. 6. patiste me to botaki confirm .....
  9. To Archid einai adigrafi tou l2j! mono p exei kapia adds! opos pvp color system! kai o kodikas p exei gini share gia to announce-phx einai gia l2jfree! to Archid omos opos ipa xrisimopoih l2j server code! to l2j , to (say2) diaferi apo tou l2jfree... kamia sxesi :)
  10. i dont think is good idea to make guide for this reason! cause alredy most of names exist in other servers :P
  11. afta ginode filos otan den exeis official skills (official files) ama exeis alaksi ids, asto ^^
  12. oxi! tha prepi na pernis backups kathe mera i kathe 10 ores ...oso thes! apo tin db sou! etc oste an pathis stravi pernas ta backups!
  13. again u dont understund me! tell me what pack u use!
  14. for what event u talk? if u mean Auto TvT (l2jserver pack) then go html/custom ... search there! if u talk about NON Auto TvT (FBIAgent Event, like l2jfree tvt event!) u must open tvt.java! and edit it!
  15. go at l2jserver forum! u must apply the patch! search for this! npc_polymorph_to_pc
  16. sto exo ksanapi :P ... den tha asxolitho me afto to thema! :P einai vareto .... eiparxoun tosa pola skill....!
  17. rly? in l2j project dont exist config for mana potions? ENABLE/DISABLE
  18. Alagi sxedon olon ton mimimaton sxetika me to TvT Event! tha dite kai stis photo! ( alagh exei gini mono sta mhmhmata kai sto npc panel,) einai mono gia l2jfree! (Gracia Part 2) ....aplos kade adikatastasi! Photo! Download Link http://www.4shared.com/file/81062841/1c590b75/TvT.html
  19. some times when u have this prob just close loginserver panel and reopen!
  20. Change The Server Protocol Revision! gracia part 2 use 12! so if u have part 1 cant login! so better for u change it min> 12...850 <max (gracia part 1 have 845 i think)
  21. bes sto forum tis team! kai kane post! to problima einai sto escape.java ! UserComandHandler/Escape.java!
  22. data/stats/armor/ (mesa ston fakelo armor vres ta tatto! 1 vres to ID Tou tatoo! 2 pigene ston fakelo armor! anikse to arxio me to id! 3 perna ta status! afou edopisis to tatoo!
  23. an exei kikloforisi tote kanis update poli apla (official client) tora an les kanenan japoneziko den ksero man :P bori na to vris se torrent! ala japoneziko? den tha katalavenis xristo :P
  24. go in properties! i dont remember file name! and change this ShowLicense = True To False! i think is in option.properties
×
×
  • 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