Jump to content

panagosg13

Member
  • Posts

    22
  • Joined

  • Last visited

  • Feedback

    0%

About panagosg13

  • Birthday October 5

Informations

  • Gender
    Male

Recent Profile Visitors

1069 profile views

panagosg13's Achievements

Explorer

Explorer (4/16)

  • First Post
  • Collaborator
  • Conversation Starter
  • Week One Done
  • One Month Later

Recent Badges

2

Reputation

  1. Hello. I am looking for enyone who can help me implement costume system to 2089M. I will give money if we do it without eny bug/error. payment will be done via paysafe or paypal.. pm me on skype: panagiwths133!
  2. Hello there, I am looking for a costume system that work's with my game core 2089M. If eny one can do it for me i will pay him via paysafe or paypall.! Also... if this can't be done.. we can just make a core update to some that costume can work...but without change the .exe file..couse i have make a good work on .exe file!! So... Add me on skype and we can talk about that.: panagiwths133 (Just copy-paste)
  3. It's ok i find what's going on with the poly! I fix it! Thank u mutch!
  4. i dont have even common_drop_item.txt in my server files... can u just make an example with the id 101 (dog)..?
  5. it's works but i need from the monster with the ID (dog) 101 to drop this bolus...
  6. Hello Metin2dev, I want to make some new bolus transformation. Do eny of u know how to make a new one..? I have some bolus transformation working but other dont... It could be good if eny one can help me
  7. hmm it is possible to place into the quest.. or at least tell me where excactly i will place it in order to work...! thank's properly
  8. can u explain it better to me please? #EDIT: I understand it.. but where in the quest i will aply the change?
  9. Is it possible to edit the quest in order to aply 1 time change Job.. or at least time limit? like 30 Days or 1 Day?
  10. Hello Guys, I want to add time to a mount object. When the time (eg 7 hours) pass the object disappears.. how can i make it?
  11. Hey...i had this code since 2009 too.. But u know..i dont care about what u say... it's a script to help guys who dont know even that...!
  12. Hello Guys, Today i will release (mabe is already public) a system that count's Player's Online and Account's. I have also make a system that counts Account's with kingbom allocation. It is like this: and the code: Player's Online: <?PHP $ip = $serverSettings['server_ip']; $output = mysql_query("SELECT COUNT(*) as count FROM player.player WHERE DATE_SUB(NOW(), INTERVAL 10 MINUTE) < last_play;"); $playerCount = mysql_fetch_array($output); ?> <div class="allPlayers"><font size="4">Player's Online:</font> <span class="countHighlight"><font size="4"><?php echo $playerCount['count']+0;?></font></span> <?php mysql_select_db("player"); $query = mysql_query ("SELECT * FROM player_index"); $num2 = mysql_num_rows($query); mysql_select_db("player"); $exe = mysql_query("SELECT COUNT(*) as count FROM player WHERE DATE_SUB(NOW(), INTERVAL 10 MINUTE) < last_play;"); $player_online = mysql_fetch_object($exe)->count; mysql_select_db("player"); $rots = "SELECT * FROM player_index WHERE empire NOT LIKE '2%' and empire NOT LIKE '3%' and empire NOT LIKE '[%]%';"; $rotquery = mysql_query($rots); $rotanzahl = mysql_num_rows($rotquery); mysql_select_db("player"); $gelbs = "SELECT * FROM player_index WHERE empire NOT LIKE '1%' and empire NOT LIKE '3%' and empire NOT LIKE '[%]%';"; $gelbquery = mysql_query($gelbs); $gelbanzahl = mysql_num_rows($gelbquery); mysql_select_db("player"); $blaus = "SELECT * FROM player_index WHERE empire NOT LIKE '1%' and empire NOT LIKE '2%' and empire NOT LIKE '[%]%';"; $blauquery = mysql_query($blaus); $blauanzahl = mysql_num_rows($blauquery); ?> </br> <center> <font color=#FFF><p style=text-align:center;border:none;background:none;margin-top:0px;margin-bottom:0px;><font color=#ff6a6a><font size="4">Account's:</font><font color=#FFF size="4"> <?php echo $num2;?><br><br></font> <table style="border:1px #000 solid;width:60%;margin-bottom:0px;"> <tr height="9"> <?php echo "<td width="33.054178223629%"".$rotanzahl."& ".$rotanzahl." style="background: transparent url(img/bar1.png) left top repeat-x;"</td>"; echo "<td width="33.594469764543%"".$gelbanzahl."% ".$gelbanzahl." style="background: transparent url(img/bar3.png) left top repeat-x;"</td>"; echo "<td width="33.350130130375%"".$blauanzahl."% ".$blauanzahl." style="background: transparent url(img/bar2.png) left top repeat-x;"</td>"; ?> </tr> </table> <table style="border: none;width:60%;margin-top:0px;"> <tr> <td style="text-align:center;color:#fff;"><b><center><?php echo $rotanzahl;?></b></td></center> <td style="text-align:center;color:#fff;"><b><center><?php echo $gelbanzahl;?></b></td></center> <td style="text-align:center;color:#fff;"><b><center><?php echo $blauanzahl;?></b></td></center> </tr> </table> </center> If eny of you have any problem. I am free to help you!
  13. Guys can i block a chat(normal chat) to a player at OX Event?
  14. i mean that DC will be only for a team.. U have team u can join setting password and etc.. Not every one from every kingdom to join together
  15. Hello DEV, I am looking for a Devil's Catacomb full quest(only Quest). i want the faction "password" on it..what i mean? i want the quest working in a team: when a player have a group only the leader of the group can make room protected with password so no one else can join this dungeon but only one who have the password that group leader make..! thanks properly
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.