Jump to content

KazumaSatou

Members
  • Posts

    157
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by KazumaSatou

  1. 11 hours ago, KhrizPlayCL said:

    Estimados, buenas tardes he estado buscando información pero sin dar con muchos resultados, que indique como proceder

     

    1. Quiero cambiar el icono del CashShop poniendo otro icono custom (solo imagen), como lo hacen servidores mas modernos que se llama DONA
    2. Cambie el comportamiento del la funcion icono roulette open, para que pueda abrir el dialogo del npc de configuracion de mi servidor, el problema es que habilite el funcion de ruleta en mi servidor y no lo tengo oculto en mi en el diff de mi cliente, pero aun asi no logro hacer que me muestra el icono, ya recompile y nada. (tambien acualice la DB con items)

    Mi Servidor Actual

    image.png.4e8897ae154d98e4d89d0863a97570c9.pngimage.thumb.png.1938306ca74745e9f98413566bccff09.pngimage.png.dc4372e36c2354a7fa5c707b8b57d3d9.png

    Como quiero que quede

    WhatsAppImage2025-03-24at19_45_02.jpeg.dc565456221f0893dc903967f9c65eea.jpeg

    cualquier orientación me sirve

    saludos,

    Pode ser necessário habilitar isso para que a roleta seja exibida

    image.png.c0f559b768a7cdaf0260af05580b5bef.png

  2. 2 hours ago, villagetunic said:

    Within my System folder, you can find TownInfo.lub and TownInfo_EN.lub. If I want to change TownInfo.lub, should I just delete it and rename the EN file?

     

    Yes, if you're client using Towninfo.lub by default.

  3. 55 minutes ago, PARANOiA said:

    I've just checked and I have the .rsw files but for some reason the error is displayed... any clue on this? please =(

     

    Splendide 2 and 3 are working fine.

    Might be you're using old client that doesn't support the latest models? But if you're using at least 2018 or 2022 client, that might not be the issue.

  4. image.png.669bdcf24aaefd389d5eb42f00ea6439.png
    This will be automatically updated once the server time reach 00:00.

    prontera,161,185,3	script	Day of The Day	100,{
    	end;
    	OnInit:
    		while(1){
    			.@day = gettime(DT_DAYOFWEEK);
    			if(.@day == 0)
    				.@day$ = "Sunday";
    			if(.@day == 1)
    				.@day$ = "Monday";
    			if(.@day == 2)
    				.@day$ = "Tuesday";
    			if(.@day == 3)
    				.@day$ = "Wednesday";
    			if(.@day == 4)
    				.@day$ = "Thursday";
    			if(.@day == 5)
    				.@day$ = "Friday";
    			if(.@day == 6)
    				.@day$ = "Saturday";
    			waitingroom "Today is "+.@day$+"!",0;
    			sleep 100;
    			delwaitingroom;
    		}
    	end;
    }

     

  5. 57 minutes ago, Terran Bear said:

    I'm trying to learn how to create the items myself, except I cannot find any information on how to create them.... Would anyone add or direct me towards a good guide for someone who's just getting into this...? I would love to learn how to create my own...

    Please and thank you!

    This guide is old but still the same process to make custom sprite.
    https://rathena.org/board/topic/61862-guide-spriting-101-creating-a-sprite-and-act-file/
    For adding custom items, you can check the guide here:

     

  6. 3 hours ago, Kawita said:

    In fact, I already checked all the sites before asking you the question, that link you provide is broken

    I don't know what are you talking about broken link from rms, I just downloaded it right now and it works.

    But I'll upload it anyway since I think you have problem downloading in ratemyserver.

    image.png.6c2d66ec75416e2136190ea4d1d1d0df.png

    image.png.abf503e4c731cc050b8c500b938a4478.png

    spr_conview_v0.11.zip

  7. 22 hours ago, namerpus18 said:

    Yeah, bound items can stack right. Can't see a way to stack this, well not a big deal I guess but kinda messy in inventory 🙂 I made it rental instead of bound because it is a trend to create an account and collect this freebie daily and I think in this way that trend is not possible to do.

     

    Thank you 

    Because there's a unique id for every rental item to know when it will expire. So bound is your only way to prevent that

    • Upvote 1
  8. 54 minutes ago, namerpus18 said:

    Hello everybody,

    Is it possible to make a script this usables stack together? I am not quite sure if this needs to be edited within the source code or simply a script.

    Thank you so much always

     

    screenHercules001.jpg

    I don't think that you can make that stack since it has an expiration date. You can make a bound item and that can be stacked.

    • Like 1
  9. 2 hours ago, rizsu0107 said:

      - Id: 55073
        AegisName: _Cocodrilo_Charm
        Name: Cocodrilo Charm
        Type: Charm
        Buy: 948
        Weight: 10
        Trade:
          NoSell: true
          NoDrop: true
        Script: |
          bonus bDef2,1;
          bonus bAllStats,5;
          bonus bAddMaxWeight,10000;
          bonus2 bAddClass,Class_All,10;
          bonus2 bMagicAddClass,Class_All,10;
          skill 257,5;
          skill 249,5;
          if ( countitem( 55073 ) >= 2){
          message strcharinfo(0),"You can only use 1x "+getitemname(55073)+"! All same charm(s) has been disabled.";
          bonus bAllStats,-5;
          bonus bAddMaxWeight,-10000;
          bonus2 bAddClass,Class_All,-10;
          bonus2 bMagicAddClass,Class_All,-10;
          }


    Hello in my item script, I want to disable the skill 249,5; and skill 257,5; when a player have the same item. I tried disabling it with this skill 249,-5; also tried with skill 249,0; but nothing works.

      - Id: 55073
        AegisName: _Cocodrilo_Charm
        Name: Cocodrilo Charm
        Type: Charm
        Buy: 948
        Weight: 10
        Trade:
          NoSell: true
          NoDrop: true
        Script: |
          if ( countitem( 55073 ) < 2){
          bonus bDef2,1;
          bonus bAllStats,5;
          bonus bAddMaxWeight,10000;
          bonus2 bAddClass,Class_All,10;
          bonus2 bMagicAddClass,Class_All,10;
          skill 257,5;
          skill 249,5;
          } else {
          message strcharinfo(0),"You can only use 1x "+getitemname(55073)+"! All same charm(s) has been disabled.";
          bonus bDef2,1;
          }

    Try this.

  10. 13 hours ago, Streiker said:

    Hola amigos tengo un problema con un servidor casero es sobre una configuracion que no logro encontrar, estoy utilizando la ultima version git de rathena y cliente 2018-06-20 Ragexe la cosa es que en todos los server que he jugado cuando te mueres en algun mapa por algun mob y te warpeas a alguna ciudad apareces vivo en esa ciudad sin heal pero vivo, el problema en mi server casero es que si mueres y te vas a la ciudad sigues apareciendo muerto no revives al warpearte. He buscado en el emulador y tambien revise las opciones del diff del cliente usando Nemo pero no logro encontrar como arreglar eso, si alguien tan amable pudiese ayudarme se lo agradeceria, desde ya muchas gracias.

    https://github.com/rathena/rathena/blob/master/conf/battle/player.conf#L237

  11. 1 hour ago, Alexandrite said:

    I try script below every on loadevent work except OnPCLoadMapEvent

     

    -    script    OnPCEvents    -1,{


    OnPCLoadMapEvent:
        announce "OnPCLoadMapEvent",bc_all,0xFFFF00;
        end;

    OnPCBaseLvUpEvent:
        announce "OnPCBaseLvUpEvent",bc_all,0xFFFF00;
        end;

    OnPCJobLvUpEvent:
        announce "OnPCJobLvUpEvent",bc_all,0xFFFF00;
        end;

    OnPCKillEvent:
        announce "OnPCKillEvent",bc_all,0xFFFF00;
        end;

    OnNPCKillEvent:
        announce "OnNPCKillEvent",bc_all,0xFFFF00;
        end;

    OnPCDieEvent:
        sc_end sc_all;

        announce "OnPCDieEvent",bc_all,0xFFFF00;

        end;

    OnPCLoginEvent:
        announce "OnPCLogin",bc_all,0xFFFF00;

        end;

    OnPCLogoutEvent:
        atcommand "@monster poring 1 "+strcharinfo(0);

        end;
    }

     

    You need to set a map with loadevent mapflag so the OnPCLoadMapEvent will be triggered when you enter the map. Without that, OnPCLoadMapEvent won't work.

  12. 9 hours ago, Yukaiii said:

    Is there any way to make an NPC multilingual,
    with option to choose the language?

    I say when the person clicks on the npc, show the option
    example:
    English
    Spanish

    Just use like this :

    Quote

    switch(select("English:Spanish")){
        case 1:
            mes "English Texts";
            close;
            break;
        case 2:
            mes "Spanish Texts";
            close;
    }

     

×
×
  • Create New...