Jump to content

panagosg13

Inactive Member
  • Posts

    22
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by panagosg13

  1. 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)

  2. quest cambio_raza begin
    state start begin
    	when 40004.use begin
    		say_title("Cambio de Raza")
    		say("Con este mágico objeto podrás cambiar la raza")
    		say("de tu personaje.")
    		say("Tu pj tendrá otro aspecto y habilidades distintas.")
    		say("ATENCIÓN: Debes guardar todo tu equipo antes de")
    		say("hacer el cambio. Tu personaje podría bugearse.")
    		say("Ademas, debes volver a entrar a tu cuenta para que")
    		say("todos los cambios sean realizados.")
    		say("")
    		say_reward("¿Quieres cambiar la raza de tu personaje?")
    		say("")
    		local main_set = select ("Si","No")
    		if main_set == 2 then
    		return
    		end
    		if main_set == 1 then
    		say_title("Cambio de Raza")
    		say("¿Cual quieres que sea la nueva raza para tu")
    		say("personaje?")
    		say("")
    		local razzacambiasex = select ("Guerrero","Ninja","Sura","Shaman","Cancelar")
    		if razzacambiasex == 1 then
    		say_title("Cambio de Raza")
    		say("¿Cual quieres que sea el sexo de tu personaje?")
    		say("")
    		local sexwar = select ("Hombre","Mujer","Cancelar")
    		if sexwar == 1 then
    		pc.polymorph("4")
    		pc.change_sex()
    		pc.setqf("clear", 0)
    		pc.clear_skill()
    		pc.set_skill_group(0)
    		set_quest_state("skill_group","run")
    		pc.removeitem(40004, 1)
    		pc.set_part(PART_HAIR, 0)
    		elseif sexwar == 2 then
    		pc.polymorph("4")
    		pc.change_sex()
    		pc.polymorph("20032")
    		pc.polymorph("1")
    		pc.change_sex()
    		pc.polymorph("20032")
    		pc.setqf("clear", 0)
    		pc.clear_skill()
    		pc.set_skill_group(0)
    		set_quest_state("skill_group","run")
    		pc.removeitem(40004, 1)
    		pc.set_part(PART_HAIR, 0)
    		elseif sexwar == 3 then
    		return
    		end
    		elseif razzacambiasex == 2 then
    		say_title("Cambio de Raza")
    		say("¿Cual quieres que sea el sexo de tu personaje?")
    		say("")
    		local sexninja = select ("Hombre","Mujer","Cancelar")
    		if sexninja == 2 then
    		pc.polymorph("5")
    		pc.change_sex()
    		pc.setqf("clear", 0)
    		pc.clear_skill()
    		pc.set_skill_group(0)
    		set_quest_state("skill_group","run")
    		pc.removeitem(40004, 1)
    		pc.set_part(PART_HAIR, 0)
    		elseif sexninja == 1 then
    		pc.polymorph("5")
    		pc.change_sex()
    		pc.polymorph("20032")
    		pc.polymorph("1")
    		pc.change_sex()
    		pc.polymorph("20032")
    		pc.setqf("clear", 0)
    		pc.clear_skill()
    		pc.set_skill_group(0)
    		set_quest_state("skill_group","run")
    		pc.removeitem(40004, 1)
    		pc.set_part(PART_HAIR, 0)
    		elseif sexninja == 3 then
    		return
    		end
    		elseif razzacambiasex == 3 then
    		say_title("Cambio de Raza")
    		say("¿Cual quieres que sea el sexo de tu personaje?")
    		say("")
    	local sexsura = select ("Hombre","Mujer","Cancelar")
    	if sexsura == 1 then          
    		pc.polymorph("6")
    		pc.change_sex()
    		pc.setqf("clear", 0)
    		pc.clear_skill()
    		pc.set_skill_group(0)
    		set_quest_state("skill_group","run")
    		pc.removeitem(400009, 1)
    		pc.set_part(PART_HAIR, 0)
    		elseif sexsura == 2 then
    		pc.polymorph("6")
    		pc.change_sex()
    		pc.polymorph("20032")
    		pc.polymorph("1")
    		pc.change_sex()
    		pc.polymorph("20032")
    		pc.setqf("clear", 0)
    		pc.clear_skill()
    		pc.set_skill_group(0)
    		set_quest_state("skill_group","run")
    		pc.removeitem(40004, 1)
    		pc.set_part(PART_HAIR, 0)
    		elseif sexsura == 3 then
    		return
    		end
    		elseif razzacambiasex == 4 then
    		say_title("Cambio de Raza")
    		say("¿Cual quieres que sea el sexo de tu personaje?")
    		say("")
    		local sexshamy = select ("Hombre","Mujer","Cancelar")
    		if sexshamy == 2 then         
    		pc.polymorph("7")
    		pc.change_sex()
    		pc.setqf("clear", 0)
    		pc.clear_skill()
    		pc.set_skill_group(0)
    		set_quest_state("skill_group","run")
    		pc.removeitem(400009, 1)
    		pc.set_part(PART_HAIR, 0)
    		elseif sexshamy == 1 then
    		pc.polymorph("7")
    		pc.change_sex()
    		pc.polymorph("20032")
    		pc.polymorph("1")
    		pc.change_sex()
    		pc.polymorph("20032")
    		pc.setqf("clear", 0)
    		pc.clear_skill()
    		pc.set_skill_group(0)
    		set_quest_state("skill_group","run")
    		pc.removeitem(40004, 1)
    		pc.set_part(PART_HAIR, 0)
    		elseif sexshamy == 3 then
    		return
    		end
    		elseif razzacambiasex == 5 then
    		return
    			end
    		end
    	end
    end
    end
    

     

     

    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? 

  3. 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:

     

    6Yvtd.png
     
    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!

    • Metin2 Dev 1
    • Good 1
  4. 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

  5. server side syserr:

     

    SYSERR: Nov 16 15:00:20 :: LoadGroup: LoadGroup : Syntax error locale/germany/group.txt : no leader, node zombie31
    SYSERR: Nov 16 15:00:20 :: LoadGroup: LoadGroup : Syntax error locale/germany/group.txt : no leader, node l47_ÀçÈ°±«¹°(s_knight)-¿ø¸ÁÀÇ_¸Á·É(knight)
    SYSERR: Nov 16 15:00:26 :: ForAttrRegionFreeAngle: SECTREE_MANAGER::ForAttrRegion - Unhandled exception. MapIndex: 41
    SYSERR: Nov 16 15:00:27 :: ForAttrRegionFreeAngle: SECTREE_MANAGER::ForAttrRegion - Unhandled exception. MapIndex: 1
    SYSERR: Nov 16 15:00:27 :: ForAttrRegionFreeAngle: SECTREE_MANAGER::ForAttrRegion - Unhandled exception. MapIndex: 41
    SYSERR: Nov 16 15:00:27 :: ForAttrRegionFreeAngle: SECTREE_MANAGER::ForAttrRegion - Unhandled exception. MapIndex: 41
    SYSERR: Nov 16 15:00:27 :: ForAttrRegionFreeAngle: SECTREE_MANAGER::ForAttrRegion - Unhandled exception. MapIndex: 41
    SYSERR: Nov 16 15:00:27 :: ForAttrRegionFreeAngle: SECTREE_MANAGER::ForAttrRegion - Unhandled exception. MapIndex: 41
    SYSERR: Nov 16 15:00:27 :: ForAttrRegionFreeAngle: SECTREE_MANAGER::ForAttrRegion - Unhandled exception. MapIndex: 41
    SYSERR: Nov 16 15:00:28 :: GetMotionFileName: Motion: christmas_tree have not motlist.txt vnum(30010) folder(christmas_tree)
    SYSERR: Nov 16 15:00:28 :: GetMotionFileName: Motion: christmas_tree have not motlist.txt vnum(30010) folder(christmas_tree)
    SYSERR: Nov 16 15:00:28 :: GetMotionFileName: Motion: christmas_tree have not motlist.txt vnum(30010) folder(christmas_tree)
    SYSERR: Nov 16 15:01:04 :: ItemLoad: cannot create item by vnum 52011 (name [sA]Ventus id 10175544)
    SYSERR: Nov 16 15:01:30 :: RunState: LUA_ERROR: [string "feggarokouta"]:1: attempt to index global `feggarokouta' (a nil value)
    SYSERR: Nov 16 15:01:30 :: GetQuestStateName: QUEST wrong quest state file feggarokouta.0
    SYSERR: Nov 16 15:01:30 :: WriteRunningStateToSyserr: LUA_ERROR: quest feggarokouta. click
    SYSERR: Nov 16 15:04:32 :: Process: SEQUENCE 477ac000 mismatch 0xaf != 0x0 header 254
    SYSERR: Nov 16 15:04:32 :: Process: SEQUENCE_LOG [uNKNOWN]-------------
     
     
    client side syserr:
     
    1116 15:47:09366 :: ResourceManager::GetResourcePointer: NOT SUPPORT FILE d:ymir workitemetcsocks.gr2etc
    1116 15:47:09366 :: ResourceManager::GetResourcePointer: NOT SUPPORT FILE d:ymir workitemetcsocks.gr2etc
    1116 15:47:18161 :: GRANNY: r:/granny/rt/granny_file_info.cpp(145): File has run-time type tag of 0x8000000f, which doesn't match this version of Granny (0x80000010).  Automatic conversion will be attempted.
    1116 15:47:33426 :: CInstanceBase::AttachTextTail - VID [78125] ALREADY EXIST
     

     

  6. Hello metin2dev.

     

    I am working on a 2089M server files and a 2012 client. I wanted to add costume System. 

    I have add it to client without recieving eny error at syserr. I add a lib .so file at the right possition in the ftp section

    and i have fix my start.sh in order to load it.. It seems to working (.so File is from ricky92) I have add 4 different costumes

    to check if all is good (rabbit costumes) i can see the icon of the costume in game. also i can see the models too. Costume type is 28 and subtype is 0

    wearflag is 4096 just like ricky92 says at his post at epvp.

     

    So with all the costume system loaded at server-client side i try to test it and i have this error:

     

    https://metin2.download/picture/DwJz62G7WMcj3rKG70hlD1bMfojHUxM6/.png

     

    https://metin2.download/picture/GOL0GSE1kJRIEpL80di5TmmcGrnqF0j1/.png

     

     

    I want to explain it now.

     

    So, i have edit the costume 41291 (black rabbit) and 41292 (blue rabbit). When i put the black rabbit costume i can see it on my player

    but i dont see it even at costume window or at main armor possision at inventory. But when i try to put the blue rabbit costume black costume return to my inventory and the blue costume goes like black one...! if eny one can help me solve this problem can add me on skype: panagiwths133 

     

    thank u properly!

  7. Hello Guys.. 

     

    I was trying to add a mount into the game to use it only for test.. so i add it to the npclist (root) and at the npc.epk/.eix, when i was putting down the command /mount_test [iD] nothing happend...

     

    I try this mount:

     

    pic:

    https://metin2.download/picture/f386XACQo4ScL514dKC6OZ2ogPIHh9zy/.png

     

     

    am i doing something wrong?... or the mount have problem? in the granny it's all good.. all animations work's perfectly! Do eny of u know how to fix this problem?? I say again.. it's only for test.. to see if it is working!

     

  8. Hello guys,

     

    I have a metin2 server (localhost) on my desktop...I using "ATHRA" files and have core "34083". I had add some items such us armor's and weapons...! After some weeks, all the items i had add just not working for a reason...! There are in game, there are textures and icons at inventory but nothing works... see the photos bellow..!
     
     
    Items that the server files had before edit something work's fine..:

     

    zTrHg.png

     

    QeXed.png

     

     

    Items that i add on the server (I add them at mysql, item_proto and at item_names.txt & item_proto.txt at the ftp of the server)

     

    3lBCg.png

     

    fQqPc.png

     

    CDwIc.png

     

    fQqPc.png

     

    Eny Solution about that problem..?? Eny one who can help me solve that issue?..!

     

    Thanks a lot btw!

     

×
×
  • 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.