
Prince*
Members-
Posts
218 -
Credits
0 -
Joined
-
Last visited
-
Feedback
0%
Content Type
Articles
Profiles
Forums
Store
Everything posted by Prince*
-
[WTS]Dalexni Hosting, Webhost,Radio host,Dedicated servers
Prince* replied to DownUnder's topic in Internet Hosting Services
Trusted Seller.. Very good WebHosting packet's.. (i mean for DDos Protection :P) -
WTS [WTS] Random Item Box [Like L2Mafia]
Prince* replied to Prince*'s topic in Marketplace [L2Packs & Files]
you have right.. i update my post with some info's :P -
Information: *you can add items on that box with configs. *Double Click and that you give one of your items randomly ScreenShop: Price: 5Euro paypal 10euro with Paysafecard
-
WTS [WTS] L2Flector/L2JFiero Interlude Pack/Source!
Prince* replied to Prince*'s topic in Marketplace [L2Packs & Files]
yeah.. i have fix the flector bugs.. and a lot more.. why you reply if you don't like the post and you do't have read the post??? -
WTS [WTS] L2Flector/L2JFiero Interlude Pack/Source!
Prince* replied to Prince*'s topic in Marketplace [L2Packs & Files]
because lot of max can you find on search but not last rev :) and we can sell the source of him rev :) -
WTS [WTS] L2Flector/L2JFiero Interlude Pack/Source!
Prince* replied to Prince*'s topic in Marketplace [L2Packs & Files]
Source without DP Build... Complied Pack only with DB Build... i will be upload beta mod for try the pack.. -
WTS [WTS] L2Flector/L2JFiero Interlude Pack/Source!
Prince* replied to Prince*'s topic in Marketplace [L2Packs & Files]
Dump -
Hello everyone... i don't care anymore about lineage II and why i don't have sell the project? now i will sell the L2Flector Server Pack and source(ofc with updates and bugs fixed) if you have play on the flector before sell it you know the features and the game play Ps:(550+ online/day) //before start with pack informatios i have to say something else. //We have make a big Guard System to help FloodProtector and fix a lot of bug's Serious Bugs like stucking,tricks have fixed. (all about Augment skills/skills stucking fixed) features: 10Pvp/pk color system Quake System(killing spree) Npc Clan Crest 1 augment skill allowed Retail Fixed Olympiad Roy the Cat Remote by lvl Pc Bang System+Pc Bang Trader Event Engine with 12 events and Vote Npc and some features.. _________________________________________________________ Contact: 1)Msn: d-prigipas@hotmail.com 2)Private Message i accept only Paypal.. Price: Pack: 50€ Source: 50€ Pack + Source: 80€ ------------------------ PS: Don't allowed Spam or Flames. PS: For more information add to msn..
-
hmm ok ... dump :)
-
DUMP
-
I want to sell the kootali facebook clone script in good price... you can see all the features in word File:Download the file! 1)Keep up friends & family 2)Connect old classmates 4)Upload & Share photos 5)Tag & organize photos 6)Control privacy online 7)Plan parties & events 8)Discuss your hobbies 9)Discuss your interests 10)Upload & share videos 11)Share Favourite Videos ofc you can see the website scripts.. Demos: Member Login Area Username: n.aravind@agriya.in Password: 123456 Admin Login Area Username: admin Password: admin Paypal Price: 50€ PaySafeCard Price: 75€ Contant with Pm or MSN: d-prigipas@hotmail.com Spams and flames don't allowed.
-
help] aggresive moobs
Prince* replied to bogdan33's question in Request Server Development Help [L2J]
if i remember: Shift + click on mob -> edit npc -> aggro = 0 -
otan aniksis ton server xrisimopise to site: http://status.blackout-gaming.net/ gia na dis ta ports sou an einai on line.. an einai akoma offline des an exis perasi kati la8os stin epiveveosi ton port sto rooter kai meta dokimase na ta perasis apo firewall(as to exeis klisto xD)
-
[HELP]Respawn Timer)
Prince* replied to sasisma's question in Request Server Development Help [Greek]
Kane dising to table kai des an exei default pano sto respawn_time mporis na to alaksis... -
[HELP]Respawn Timer)
Prince* replied to sasisma's question in Request Server Development Help [Greek]
1)apo to navicate -> spawn (vres to npc kai vazis Respawn(posa sec 8es)) 2) Dokimase afto edw pera.. me ena grigoro search pou ekana.. isos se help: http://maxcheaters.com/forum/index.php?topic=211447.0 -
An mas edixnes ti error einai.. mia photo 8a voi8ouse..
-
[HElP] problem me to l2.exe
Prince* replied to Arnaldoj21's question in Request Server Development Help [Greek]
tpt file ola o BaGGoC sta eipe :).. -Request Lock -
PHP - Script Players Online for WebSite
Prince* replied to WhiteDevil's question in Request Server Development Help [L2J]
Just search on forum :) http://maxcheaters.com/forum/index.php?topic=209698.msg1908727#msg1908727 -
[Help/Question]Scrolls
Prince* replied to xDafuQ's question in Request Server Development Help [L2J]
sorry for spam but i have see +1 message but if i open my messages i dont see nothing(no messages) -
[HElP] problem me to l2.exe
Prince* replied to Arnaldoj21's question in Request Server Development Help [Greek]
an evales esy password sto navicat xirokinita kai oxi me tin codikopiisi tote logiko einai na lei la8os password gt einai kodikopiimeno -
[Help/Question]Scrolls
Prince* replied to xDafuQ's question in Request Server Development Help [L2J]
i can give you the codes.. just send me pm :) -
try: // Beast Farm script // Server: l2j freya // Autor: mochitto // Date: 28.10.2010 // Special thanks for L2.NET contributors // rev.: 34 PRINT_TEXT "SCRIPT STARTED!]" // Main section // =============================== DEFINE_GLOBAL STRING NORMAL_MOB_NAME "Baby Alpine Kookaburra" DEFINE_GLOBAL STRING NORMAL2_MOB_NAME "Young Kookaburra" DEFINE_GLOBAL STRING FINAL_MOB_NAME "Adult Kookaburra" DEFINE_GLOBAL STRING BANDIT1 "Beast Devourer" DEFINE_GLOBAL STRING BANDIT2 "Farm Bandit" DEFINE_GLOBAL STRING FINAL2_MOB_NAME "Full Grown Kookaburra" DEFINE_GLOBAL INT ID_LAST_MOB DEFINE_GLOBAL INT RAND 0 DEFINE_GLOBAL INT COMM 0 SET_EVENT "<&SCRIPTEVENT_SELFDIE&>" "<&SYSTEM_CURRENTFILE&>" SelfDie THREAD SKILLS THREAD MP DO LABEL HERE IF TARGET_ID == 0 TARGET_NEAREST SLEEP 1200 ENDIF IF ( ( TARGET_NAME == NORMAL_MOB_NAME ) || ( TARGET_NAME == NORMAL2_MOB_NAME ) ) USE_ITEM 15474 SLEEP 800 ELSE IF ( ( TARGET_NAME == FINAL_MOB_NAME ) || ( TARGET_NAME == FINAL2_MOB_NAME ) ) ID_LAST_MOB = TARGET_ID GET_RAND RAND 300 2000 SLEEP "<&RAND&>" USE_SKILL 348 GET_RAND RAND 2300 3600 SLEEP "<&RAND&>" USE_SKILL 348 GET_RAND RAND 2300 3600 SLEEP "<&RAND&>" WHILE TARGET_CUR_HP > 0 IF TARGET_ID != ID_LAST_MOB JUMP_TO_LABEL HERE ENDIF SLEEP 400 WEND GET_RAND RAND 800 2600 SLEEP "<&RAND&>" TARGET_NEAREST ELSE IF ( ( TARGET_NAME == BANDIT1 ) || ( TARGET_NAME == BANDIT2 ) ) ID_LAST_MOB = TARGET_ID USE_SKILL 254 GET_RAND RAND 2300 3600 SLEEP "<&RAND&>" WHILE TARGET_CUR_HP > 0 IF TARGET_ID != ID_LAST_MOB JUMP_TO_LABEL HERE ENDIF SLEEP 400 WEND GET_RAND RAND 800 2600 SLEEP "<&RAND&>" TARGET_NEAREST ENDIF ENDIF ENDIF SLEEP 600 LOOP ONE == ONE PRINT_TEXT "SCRIPT STOPED!]" END_SCRIPT FUNCTION SKILLS WHILE ZERO == ZERO IF CHAR_CUR_MP < 200 IF TARGET_ID != 0 COMMAND "/attack" SLEEP 1200 ENDIF SLEEP 3000 ELSE IF TARGET_CUR_HP > 0 IF ( ( TARGET_NAME == FINAL_MOB_NAME ) ) && ( ( TARGET_CUR_HP < TARGET_MAX_HP ) ) USE_SKILL 0 GET_RAND RAND 1800 3100 SLEEP "<&RAND&>" USE_SKILL 0 GET_RAND RAND 1800 3100 SLEEP "<&RAND&>" ELSE IF TARGET_NAME == FINAL_MOB_NAME COMMAND "/attack" SLEEP 5000 ELSE IF ( ( TARGET_NAME == BANDIT1 ) || ( TARGET_NAME == BANDIT2 ) ) USE_SKILL 0 GET_RAND RAND 1800 3100 SLEEP "<&RAND&>" USE_SKILL 0 GET_RAND RAND 1800 3100 SLEEP "<&RAND&>" ENDIF ENDIF ENDIF ENDIF ENDIF SLEEP 300 WEND RETURN VOID FUNCTION MP DEFINE INT MPPOTS WHILE ZERO == ZERO ITEM_COUNT MPPOTS 728 IF MPPOTS > #i1 IF ( CHAR_CUR_MP < ( ( CHAR_MAX_MP * 11 ) / 100 ) ) WHILE ( CHAR_CUR_MP < ( CHAR_MAX_MP - 700 ) ) print_text "use mana" ITEM_COUNT MPPOTS 728 IF MPPOTS > #i1 USE_ITEM 728 // Mana Potion ELSE BREAK 2 ENDIF SLEEP 900 WEND ENDIF ELSE SLEEP 10000 ENDIF SLEEP 25 WEND RETURN VOID FUNCTION SelfDie IF COMM != 1 COMM = 1 SLEEP 3000 TAP_TO TOWN ENDIF RETURN VOID WHILE CHAR_NAME == CHAR_NAME IF CHAR_TITLE != CHAR_NAME SAY_TEXT "<&CHANNEL_ALL&>" "<&CHAR_TITLE&>" ENDIF SLEEP 10000 WEND RETURN VOID
-
δεν καταλαβαινω που κολλάει το DiskW για σιτε με το να στύσης Server?
-
dose kai to normal script mpas kai mporesoume na se help..
-
he don't have make the skills and want and the java code?:) and that code is for give the effect on player no for cast the skill ;)