Jump to content

Kozima

Members
  • Posts

    82
  • Joined

  • Last visited

Posts posted by Kozima

  1. if (Zeny >= 1285000 && countitem(7825) >= 1 ) {

    set Zeny, Zeny-1285000;

    delitem 7825,1;

     

    and

     

    mes "Unfortunately, you either don't seem to possess enough zeny at the moment or are missing a Heroic Stone. Please check your funds and come back again.";

     

    Thanks Sirr...  /kis2  /kis2  /kis2

  2. Hello Rathena , Hello Everyone, Hello master

     

    Can all of you help me??

     

    i want to edit this script : 

    yuno_in02,88,164,5	script	Metheus Sylphe#Library	742,{
    	if (BaseLevel > 98 && JobLevel > 49 && Class >= Job_Knight && Class <= Job_Crusader2) {
    		if (valkyrie_Q == 0) {
    			mes "[Metheus Sylphe]";
    			mes "Welcome to the Library of the Schweicherbil Magic Academy.";
    			mes "I assume you have come here";
    			mes "to read the 'Book of Ymir.'";
    			next;
    			mes "[Metheus Sylphe]";
    			mes "Unfortunately, the original copy of the book has been damaged over time. We currently only allow the public to view a copy of the book.";
    			next;
    			mes "[Metheus Sylphe]";
    			mes "Also, in order to preserve the original 'Book of Ymir,' we have decided to accept donations from people who wish to read the copy we have provided.";
    			next;
    			mes "[Metheus Sylphe]";
    			mes "The suggested";
    			mes "donation amount is";
    			mes "1,285,000 zeny.";
    			next;
    			if (select("Donate.:Cancel.") == 1) {
    				if (Zeny >= 1285000) {
    					set Zeny, Zeny-1285000;
    					set valkyrie_Q,1;
    					mes "[Metheus Sylphe]";
    					mes "Thank you, your donation will be used for a good cause. You may";
    					mes "now go in and read the book.";
    					close;
    				}
    				mes "[Metheus Sylphe]";
    				mes "Unfortunately, you don't seem to possess enough zeny at the moment. Please check your funds and come back again.";
    				close;
    			}
    			mes "[Metheus Sylphe]";
    			mes "Take your time, and";
    			mes "enjoy your travels.";
    			close;
    		}
    		mes "[Metheus Sylphe]";
    		mes "Once again, thank you for your generous donation. Feel free to read a carbon copy of the 'Book of Ymir' at your leisure.";
    		close;
    	}
    	mes "[Metheus Sylphe]";
    	mes "Welcome to the Library of the Schweicherbil Magic Academy.";
    	mes "Here, we have a countless number of books. Please take your time and look around.";
    	close;
    }
    
    

    This Script just need 1.285.000 Zeny

    			if (select("Donate.:Cancel.") == 1) {
    				if (Zeny >= 1285000) {
    					set Zeny, Zeny-1285000;
    

    can all you help me?? 

     

    to input 7825 : Heroic Stone

     

    so , you must have 1285000 Zeny and 1 Heroic Stone

     

    Thanks for Helping ^^  /kis  /kis

     

     

     

  3.  

    If I understood this right, you want all gears to be upgraded to +4, expect for accessories and headgears?

     

    prontera,150,150,3,	script	+10 Refiner	813,{
    	for (.@part = EQI_ARMOR; .@part <= EQI_SHOES; .@part++) {
    		if (!getequipisequiped(.@part)) continue;
    		.@up = 4 - getequiprefinerycnt(.@part);
    		
    		if (.@up > 0) {
    			successrefitem .@part, .@up;
    		}
    	}
    	
    	end;
    }
    

    Thanks Sirr ^^  /kis  /kis

  4. Hello Master..

     

    Can all of you help me, to edit this script like i want,

    prontera,150,150,3,	script	+10 Refiner	813,{
    for(set @part,1;@part<11;set @part,@part+1) if(getequipisequiped(@part)) while(getequiprefinerycnt(@part) < 4) successrefitem @part;
    end;
    }
    

    This Script make my armor get refine to +4

     

    can all of you fix this script

     

    make This script only refine 

     

    - Armor

    - Shoes

    - Muffler

    - Weapon

    - Shield

     

    Thanks Master  /kis  /kis

  5.  

    Please help, how to disable commands like this  /whisp  /whisp

     

     

    da0ee71c8f.jpg

     

    commands like :

    - /w

    - /aura

    - /effect 

    and many more

     

    thanks a lot ^^

     

    /kis2  /kis2  /kis2  /kis2  /kis2

     

    Open > luafiles514\lua files\optioninfo\cmdinfo.lub

     

    and delete the command line what you need to disable  /no1

     

    CmdOnOffOderList = {
    "/notrade",
    "/noshift",
    "/noctrl",
    "/skillfail",
    "/notalkmsg",
    "/notalkmsg2",
    "/showname",
    "/window",
    "/miss",
    "/q1",
    "/q2",
    "/effect",
    "/bgm",
    "/sound",
    "/loginout",
    "/shopping",
    "/stateinfo",
    "/snap",
    "/itemsnap",
    "/skillsnap",
    "/hoai",
    "/merai",
    "/camera",
    "/btg",
    "/lightmap",
    "/monsterhp",
    "/cashshop",
    "/goldpc",
    "/roulette",
    "/quake"
    }
    

     

    Thanks a Lot sirr  /kis2  /kis2

    and, did you know how to disable max connect user???

     

    like thiss 

     

    db2ae744f2.png

     

    IDNRO (43)   

     

    Just IDNRO 

    can you??

  6. hello Rathena :D

     

    Can you help me to fix my skill??

     

    in my server

    Dragon Breath  

    RK_DRAGONBREATH 

     

    effect with thanatos Card

     

    can you help me to make it, didn't effect with thanatos card??

     

    Thanks a lot 

    Thanks for helping XD

  7. Hello There, can all of you help me,

     

    i got roblem with my damage skill 

     

    i want to gain up my skill damage

     

    i make data like This  :

     

     

    WS_CARTTERMINATION,1,15,275
    GN_CART_TORNADO,1,15,300
    SC_FEINTBOMB,1,15,350
    RK_DRAGONBREATH,1,15,70
    GC_CROSSIMPACT,1,15,100
    RK_HUNDREDSPEAR,1,15,50
    WL_TETRAVORTEX,1,15,250
     
     
    on skill_damage_db.txt
     
    but didn't effect, can all of you help me?
     
    Thanks all ^^
  8. Microsoft Visual Studio Solution File, Format Version 11.00
    # Visual Studio 2010
    Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "char-server", "vcproj-10\char-server.vcxproj", "{D356871D-58E1-450B-967A-E4E9646175AF}"
    EndProject
    Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "login-server", "vcproj-10\login-server.vcxproj", "{D356871D-58E1-450B-967A-E5E9646175AF}"
    EndProject
    Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "map-server", "vcproj-10\map-server.vcxproj", "{D356871D-58E1-450B-967A-E6E9646175AF}"
    EndProject
    Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mapcache", "vcproj-10\mapcache.vcxproj", "{D356871D-58E1-450B-967A-E7E9646175AF}"
    EndProject
    Global
    	GlobalSection(SolutionConfigurationPlatforms) = preSolution
    		Debug|Win32 = Debug|Win32
    		Release|Win32 = Release|Win32
    	EndGlobalSection
    	GlobalSection(ProjectConfigurationPlatforms) = postSolution
    		{D356871D-58E1-450B-967A-E4E9646175AF}.Debug|Win32.ActiveCfg = Debug|Win32
    		{D356871D-58E1-450B-967A-E4E9646175AF}.Debug|Win32.Build.0 = Debug|Win32
    		{D356871D-58E1-450B-967A-E4E9646175AF}.Release|Win32.ActiveCfg = Release|Win32
    		{D356871D-58E1-450B-967A-E4E9646175AF}.Release|Win32.Build.0 = Release|Win32
    		{D356871D-58E1-450B-967A-E5E9646175AF}.Debug|Win32.ActiveCfg = Debug|Win32
    		{D356871D-58E1-450B-967A-E5E9646175AF}.Debug|Win32.Build.0 = Debug|Win32
    		{D356871D-58E1-450B-967A-E5E9646175AF}.Release|Win32.ActiveCfg = Release|Win32
    		{D356871D-58E1-450B-967A-E5E9646175AF}.Release|Win32.Build.0 = Release|Win32
    		{D356871D-58E1-450B-967A-E6E9646175AF}.Debug|Win32.ActiveCfg = Debug|Win32
    		{D356871D-58E1-450B-967A-E6E9646175AF}.Debug|Win32.Build.0 = Debug|Win32
    		{D356871D-58E1-450B-967A-E6E9646175AF}.Release|Win32.ActiveCfg = Release|Win32
    		{D356871D-58E1-450B-967A-E6E9646175AF}.Release|Win32.Build.0 = Release|Win32
    		{D356871D-58E1-450B-967A-E7E9646175AF}.Debug|Win32.ActiveCfg = Debug|Win32
    		{D356871D-58E1-450B-967A-E7E9646175AF}.Debug|Win32.Build.0 = Debug|Win32
    		{D356871D-58E1-450B-967A-E7E9646175AF}.Release|Win32.ActiveCfg = Release|Win32
    		{D356871D-58E1-450B-967A-E7E9646175AF}.Release|Win32.Build.0 = Release|Win32
    	EndGlobalSection
    	GlobalSection(SolutionProperties) = preSolution
    		HideSolutionNode = FALSE
    	EndGlobalSection
    EndGlobal
    
    

    and then, what can i do now?

  9. Can i request some MVP ladder Script with  :

     

    - Top 30 Mvp Ladder

     

    - What monster they are killed like 30

    Like

    - 3 Eddga

    - 2 osiris

    - 3 orc lord

    - 9 orc hero

     

    - GM LVL 80 can reset

     

    Please Help ^^

     

    Thanks a lot 

×
×
  • Create New...