
papadkostas
Members-
Posts
42 -
Credits
0 -
Joined
-
Last visited
-
Feedback
0%
Content Type
Articles
Profiles
Forums
Store
Everything posted by papadkostas
-
Ok nabs :D Here is something i stoped time ago.. here is the link http://dns-kostas.no-ip.org/ Basicly funtions are all configurable by a single php file(planed to do configurable also via web based forms) Also got Account managment(create,delete,fix,transfer,view items(not done,but planed)),Gm functions( are not curently finished). Accout creating is handled by phpbb3 forum. What that means? one to play should make only one forum account. With forum account he can make how many accounts he wants,and configurable by settings.Simple! Staff that dont belong to me are the Web template( took from here http://cloud12.tk/index.php?option=com_joomdoc&task=doc_details&gid=6&Itemid=58) and player live map (lost the source) and also 7S So who is intresting even for 10 - 20 or even 30E via paypall ofc I seen some retards selling lol templates w/o any such things... just was rofling ..no comments! I could finish what is not done..or take it as it is now.. Anyway who's instrested just leave message here. PM WILL BE IGNORED! Im also willing to remake it all with ajax if will be any time free. Flame allowed you can tell your opinions and bla bla. If u think its crap flame me plz i wanna know.. its up to you! Thanks ;)
-
[Guide]Συμβουλες για εναν καλο server
papadkostas replied to Ward's topic in Server Development Discussion [Greek]
τελικα ο ελληνας δεν αλλαζει ποτε..ολοι ειναι *μπιπ* μονο να θαβετε ο ενας τον αλλον..αντι να βοηθησετε.. δεν λεω πως το guide ειναι ολο σωστο.. και για αυτους που εγραψαν αρνητικα λογια..ας μπουνε στην θεση αυτου που εγραψε το ποστ.. ως *newbie* και δες ποσο πολυ θα σου αρεσει αυτη η κριτικη!! καποτε ολοι ηταν "Newbies" ,και μην μου πεις οχι.. σοβαρευτειται επιτελους.. -
[Share] Website Freya by Picassoo
papadkostas replied to picassooo's topic in Website Templates & Themes (Free)
still cant find out >.< http://dns-kostas.no-ip.org/test/index.php i can give u if u want ftp access ;) thanks for willing to help!! -
[Share] Website Freya by Picassoo
papadkostas replied to picassooo's topic in Website Templates & Themes (Free)
i removed .htaccess but still i get this god damn error.. :S anyway..i'll try beter to find alone this problem ,cause sometimes that way is beter from waiting other to give u an answer! its like u ask someone to feed you the food :D ;) -
[Share] Website Freya by Picassoo
papadkostas replied to picassooo's topic in Website Templates & Themes (Free)
very nice site :D but .. Not Found The requested URL /{$page} was not found on this server. :s i didnt made xaamp...but i allready have apache lastest edition with all modules enabled and php enabled too! and i allready have database.. any help?:S -
very nice share why always i see the god damn dog? :S
-
[Share] Rin4a Buffer NPC v1.1 [Freya]
papadkostas replied to ZiTioN's topic in Server Shares & Files [L2J]
Unfortunately, the link you have clicked is not available. Reasons for this may include: - Invalid link - The file has been deleted because it was violating our Terms of service. >.< -
Stuck Class π.χ gia Freya for Skills
papadkostas replied to Cheburashka's topic in Hacks and Cheats [Greek]
εαν ο σερβερ εχει: skill check enable :true & skill check remove:true τοτε πολυ απλα οταν κανεις ρεσταρτ..θα χασεις τα invalid-stuck skills σου! -
freya and big criticals
papadkostas replied to papadkostas's question in Request Server Development Help [L2J]
i reloaded skills...no diff i restared server..again no diff if someone else can test..post if it works.. -
freya and big criticals
papadkostas replied to papadkostas's question in Request Server Development Help [L2J]
this skill add dmg on pvp only or on mobs too? -
freya and big criticals
papadkostas replied to papadkostas's question in Request Server Development Help [L2J]
someone check plz excuse me for double post :( -
freya and big criticals
papadkostas replied to papadkostas's question in Request Server Development Help [L2J]
<skill id="611" levels="3" name="Fire Squad"> <table name="#rCrit"> 0 15 15 </table> <table name="#cAtk"> 0 0 1.05 </table> <set name="target" val="TARGET_SELF" /> <set name="skillType" val="BUFF" /> <set name="operateType" val="OP_PASSIVE" /> <set name="isMagic" val="true" /> <set name="isClanSkill" val="true" /> <for> <add order="0x40" stat="pAtk" val="17.3" /> <add order="0x40" stat="rCrit" val="#rCrit" /> <add order="0x40" stat="cAtk" val="#cAtk" /> </for> </skill> beter one ..thanks guyz :) EDIT: maybe this one is beter? <skill id="611" levels="3" name="Fire Squad"> <table name="#rCrit"> 0 15 15 </table> <table name="#cAtkAdd"> 0 0 100 </table> <set name="target" val="TARGET_SELF" /> <set name="skillType" val="BUFF" /> <set name="operateType" val="OP_PASSIVE" /> <set name="isMagic" val="true" /> <set name="isClanSkill" val="true" /> <for> <add order="0x40" stat="cAtkAdd" val="#cAtkAdd" /> <add order="0x40" stat="pAtk" val="17.3" /> <add order="0x40" stat="rCrit" val="#rCrit" /> </for> -
freya and big criticals
papadkostas replied to papadkostas's question in Request Server Development Help [L2J]
wow :D yeah fire squad i just remembered ...i go check the skill.. i will reply here for any solution ;) i dont think that here is something wrong <skill id="611" levels="3" name="Fire Squad"> <table name="#rCrit"> 0 15 15 </table> <table name="#cAtk"> 0 0 100 </table> <set name="target" val="TARGET_SELF" /> <set name="skillType" val="BUFF" /> <set name="operateType" val="OP_PASSIVE" /> <set name="isMagic" val="true" /> <set name="isClanSkill" val="true" /> <for> <add order="0x40" stat="pAtk" val="17.3" /> <add order="0x40" stat="rCrit" val="#rCrit" /> <add order="0x40" stat="cAtk" val="#cAtk" /> </for> </skill> -
hai all :D i compiled freya l2j first release i dont know..i just changing settings.. before it was all normal..but after..i dont remeber what i did and harm something.. but when i do critical dmg while normal hits with normal +0 equip is 200 the critical one's come with 100000dmg or maybe more :P if someone can help me guyz ;D i dont want to start over and compile new one .. :-X thanks for ur time ;)
-
L2j Servers Supports 64 bit Windows?
papadkostas replied to XaioXaio's question in Request Server Development Help [L2J]
i said that too :P -
L2j Servers Supports 64 bit Windows?
papadkostas replied to XaioXaio's question in Request Server Development Help [L2J]
OFC...just if u use 64 bit OS ..dont forget to use 64bit based My Sql and 64 bit of java.. -
PVP Shop and default multisell mystery
papadkostas posted a question in Request Server Development Help [L2J]
hello everybody :) yesterday..when i was doing my custom shop.. i added a buton that links the default multisell that repoutation manager uses for examine pvp items. the id is :364790001 but ..when i press on my custome shop..i get all availlable weapons! and this cause a little freeze for 1 sec..cause the list is big ::) so ..any ideas about that? :D thanks! -
[Share] GmShop by Gold-Dragon [CT2.3]
papadkostas replied to xepimetheus's topic in Server Shares & Files [L2J]
i found it...at multisell i put schortcut of files xD anyway nice share..i'll try to make it more usefoul i'll put more items thanks -
[Share] GmShop by Gold-Dragon [CT2.3]
papadkostas replied to xepimetheus's topic in Server Shares & Files [L2J]
very nice shop ..but i got one problem gameserver console says cant find list with id : 9000x i done all corect my server is on c:\ i added the sql i spawned him...i press e.x c grade weapon and shows a empty list! give a hand of help guys ;) -
[Guide] Buffer - Do not meet the Criteria
papadkostas replied to Coyote™'s topic in Server Development Discussion [Greek]
..αυτο τι ακριβως ειναι? :D για να φτιαξω bufer πρεπει να εισαγω αυτον τον κώδικα? -
[Trick]Pws na klsepsete party member!
papadkostas replied to +cs.tribal's topic in Hacks and Cheats [Greek]
εγω κατι τετοιους τους δουλεβα ψιλο γαζί χαχαχαχα στον ελιτε ασε που τους επερνα πκ και μετα χαχααχαχ -
[Help - Support] DownServer By hackers.
papadkostas replied to Zian's question in Request Server Development Help [Greek]
παιδες..αυτο το παρατηρω και στο l2tns μπλοκαρετε το λογκ ιν δεν μπορει να μπει κανεις αλλος αλλα αυτοι που ειναι μεσα συνεχιζουν κανονικα και κανει ρεσταρτ και διορθωνετε..τωρα δεν ξερω αν ειναι στανταρ επιθεση οπως λετε και εσεις αλλα κατι τετοιο μου μυριζει.. xD