Jump to content

Deye0823

Members
  • Posts

    17
  • Joined

  • Last visited

Posts posted by Deye0823

  1. hello, and thank you first.

    I don't know if I'm in the right thread, if so, ask a moderator to move the post ... (I'm a newbie here)

    Well I'm here because I need a pvp script, so to speak, similar to dotapvp, but which in the same script has the death announcer, the only pvp ranking(NO GVG), with its K / D with the enemies that killed me. the pvp point store ...

    and if possible to write me the lines of the sql table that I am going to upload to my database. Please, since all the scripts I have found in the forum have too long a menu for guild rankings etc.

    Here is an example that I saw on a server where I once walked so that you can understand me better!

    THANK YOU.

    image.png.318adb3ac8e1d95ffe8058098534059e.png

     

     

  2. On 1/20/2021 at 6:46 AM, cook1e said:

    Go to src/map/atcommand.cpp

    search for ACMD_FUNC(go)

    And here are the coordinates of @go.

    Like this.

    
    /*==========================================
     * @go [city_number or city_name] - Updated by Harbin
     *------------------------------------------*/
    ACMD_FUNC(go)
    {
    	int i;
    	int town;
    	char map_name[MAP_NAME_LENGTH];
    
    	const struct {
    		char map[MAP_NAME_LENGTH];
    		int x, y;
    	} data[] = {
    		{ MAP_PRONTERA,    156, 191 }, //  0=Prontera
    		{ MAP_MORROC,      156,  93 }, //  1=Morroc
    		{ MAP_GEFFEN,      119,  59 }, //  2=Geffen
    		{ MAP_PAYON,       162, 233 }, //  3=Payon
    		{ MAP_ALBERTA,     192, 147 }, //  4=Alberta
    #ifdef RENEWAL
    		{ MAP_IZLUDE,      128, 146 }, //  5=Izlude (Renewal)
    #else
    		{ MAP_IZLUDE,      128, 114 }, //  5=Izlude
    #endif
    		{ MAP_ALDEBARAN,   140, 131 }, //  6=Al de Baran
    		{ MAP_LUTIE,       147, 134 }, //  7=Lutie
    		{ MAP_COMODO,      209, 143 }, //  8=Comodo
    		{ MAP_YUNO,        157,  51 }, //  9=Yuno
    		{ MAP_AMATSU,      198,  84 }, // 10=Amatsu
    		{ MAP_GONRYUN,     160, 120 }, // 11=Gonryun
    		{ MAP_UMBALA,       89, 157 }, // 12=Umbala
    		{ MAP_NIFLHEIM,     21, 153 }, // 13=Niflheim
    		{ MAP_LOUYANG,     217,  40 }, // 14=Louyang
    #ifdef RENEWAL
    		{ MAP_NOVICE,       18, 26  }, // 15=Training Grounds (Renewal)
    #else
    		{ MAP_NOVICE,       53, 111 }, // 15=Training Grounds
    #endif
    		{ MAP_JAIL,         23,  61 }, // 16=Prison
    		{ MAP_JAWAII,      249, 127 }, // 17=Jawaii
    		{ MAP_AYOTHAYA,    151, 117 }, // 18=Ayothaya
    		{ MAP_EINBROCH,     64, 200 }, // 19=Einbroch
    		{ MAP_LIGHTHALZEN, 158,  92 }, // 20=Lighthalzen
    		{ MAP_EINBECH,      70,  95 }, // 21=Einbech
    		{ MAP_HUGEL,        96, 145 }, // 22=Hugel
    		{ MAP_RACHEL,      130, 110 }, // 23=Rachel
    		{ MAP_VEINS,       216, 123 }, // 24=Veins
    		{ MAP_MOSCOVIA,    223, 184 }, // 25=Moscovia
    		{ MAP_MIDCAMP,     180, 240 }, // 26=Midgard Camp
    		{ MAP_MANUK,       282, 138 }, // 27=Manuk
    		{ MAP_SPLENDIDE,   201, 147 }, // 28=Splendide
    		{ MAP_BRASILIS,    182, 239 }, // 29=Brasilis
    		{ MAP_DICASTES,    198, 187 }, // 30=El Dicastes
    		{ MAP_MORA,         44, 151 }, // 31=Mora
    		{ MAP_DEWATA,      200, 180 }, // 32=Dewata
    		{ MAP_MALANGDO,    140, 114 }, // 33=Malangdo Island
    		{ MAP_MALAYA,      242, 211 }, // 34=Malaya Port
    		{ MAP_ECLAGE,      110,  39 }, // 35=Eclage
    		{ MAP_LASAGNA,     193, 182 }, // 36=Lasagna
    	};

    If you change the coordinates recompile.

    thank you for yo assistence!

     

    On 1/20/2021 at 1:32 PM, Poring King said:

    Bueno, acabo de responder tu pregunta. El punto de guardado y el comando @go son muy diferentes. El punto de guardado de la ciudad es a través de un script mientras que @go está en la ubicación src y necesita compilar para que funcione

    I could already solve it, thank you very much!

  3. Hace 11 horas, Deye0823 dijo:

    Hola a todos, no sé si esta publicación ya existe o la publiqué en el hilo equivocado, si es así, corríjanme, pero no hay solución a mi problema.

    Siga esta guía para que un cliente se sienta más cómodo al implementar elementos personalizados,

     

    everything is fine, but my only problem is that when I open the skill tree the client locks me.

    I've seen guides where it says to add a file in my data, but I've already done that and it's still the same.

    I am using client 2020-04-01. Please, if someone could help me, I will appreciate it.

     

    Here is the error: 

    Module Name: C:\Users\Dave Powell\Desktop\2020 client\client\2020-04-01bRagexe_patched.exe
    Time Stamp: 0x00000000 - Thu Jan  1 08:00:00 1970


    Exception Type: 0xc0000005

    0x0051a330    2020-04-01bRagexe_patched.exe
    0x009fae1a    2020-04-01bRagexe_patched.exe
    0x009fbf76    2020-04-01bRagexe_patched.exe
    0x00992e53    2020-04-01bRagexe_patched.exe
    0x005f05b1    2020-04-01bRagexe_patched.exe
    0x0054bad8    2020-04-01bRagexe_patched.exe
    0x005f8d82    2020-04-01bRagexe_patched.exe
    0x005fa705    2020-04-01bRagexe_patched.exe
    0x0083e640    2020-04-01bRagexe_patched.exe
    0x0365084a    
    0x036477b9    
    0x03645529    
    0x0363766f    
    0x0083c7d2    2020-04-01bRagexe_patched.exe
    0x00731468    2020-04-01bRagexe_patched.exe
    0x007313d8    2020-04-01bRagexe_patched.exe
    0x0083f464    2020-04-01bRagexe_patched.exe
    0x00a45d06    2020-04-01bRagexe_patched.exe
    0x772efa29    KERNEL32.DLL
    0x77c675f4    ntdll.dll
    0x77c675c4    ntdll.dll

    eax: 0x0019f19c    ebx: 0x0ecdc3c0
    ecx: 0x00000000    edx: 0x00000001
    esi: 0x0ecdc3c0    edi: 0x00000000
    ebp: 0x0019f1a8    esp: 0x0019f168

    stack 0019f168 - 0019f568
    0019F168 : 2B 0B 3E 74 08 74 E6 16 00 00 00 00 78 60 AD 00 
    0019F178 : FF FF FF FF F4 F1 19 00 00 AD 9F 00 90 BC D6 0C 
    0019F188 : 08 74 E6 16 E8 0C F4 00 00 00 00 00 0F 00 00 00 
    0019F198 : 2B 0B 3E 74 E8 F1 19 00 88 E3 A7 00 FF FF FF FF 
    0019F1A8 : F4 F1 19 00 1A AE 9F 00 00 00 00 00 77 0B 3E 74 
    0019F1B8 : 08 74 E6 16 00 00 00 00 08 74 E6 16 88 F1 19 00 
    0019F1C8 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
    0019F1D8 : 00 00 00 00 00 00 00 00 00 00 00 00 77 0B 3E 74 
    0019F1E8 : 10 F3 19 00 20 F2 B0 00 FF FF FF FF 1C F3 19 00 
    0019F1F8 : 76 BF 9F 00 9F 09 3E 74 90 01 00 00 30 02 00 00 
    0019F208 : B8 A8 22 18 00 00 00 00 10 F3 19 00 02 00 00 00 
    0019F218: 30 76 E6 16 00 D7 10 18 95 01 01 FF FF FF FF FF 
    0019F228: F4 1B 00 00 00 00 00 00 0F 00 00 00 00 D5 10 18 
    0019F238: 9F 0F 88 FF FF FF FF FF F4 1B 00 00 00 00 00 00 
    0019F248: 0F 00 00 00 00 D6 10 18 E0 C4 5D 77 20 75 5C 77 
    0019F258: 00 00 00 00 00 00 00 00 0F 00 00 00 00 AF C0 FA 

    Información de lanzamiento 
    00A5 00A5 00A5 00A5 00A5 00A5 00A5 00A5 
    0000 0000 0000 0000 0000 0000 
    0000 0000 0000 0000 0000 0000 0000 0000 
    0000 0000 0000 0000 0000 0000 0000 0000 

    Trabajo: rebelión

    prontera.rsw 162 182

    ro_ 824
    Screenshot_1.png.bc3ac90641198feb17138a86f6b1300d.png

     

     

    11 hours ago, Deye0823 said:

    Hola a todos, no sé si esta publicación ya existe o la publiqué en el hilo equivocado, si es así, corríjanme, pero no hay solución a mi problema.

    Siga esta guía para que un cliente se sienta más cómodo al implementar elementos personalizados,

     

    todo está bien, pero mi único problema es que cuando abro el árbol de habilidades, el cliente me bloquea.

    He visto guías donde dice agregar un archivo en mis datos, pero ya lo hice y sigue siendo el mismo.

    Estoy usando el cliente 2020-04-01. Por favor, si alguien pudiera ayudarme, se lo agradeceré.

     

    Aquí está el error: 

    Nombre del módulo: ? \ Users \ Dave Powell \ Desktop \ 2020 client \ client \ 2020-04-01bRagexe_patched.exe Marca de
    tiempo: 0x00000000 - Thu Jan 1 08:00:00 1970


    Tipo de excepción: 0xc0000005

    0x0051a330 2020-04-01bRagexe_patched.exe
    0x009fae1a 2020-04-01bRagexe_patched.exe
    0x009fbf76 2020-04-01bRagexe_patched.exe
    0x00992e53 2020-04-01bRagexe_patched.exe
    0x005f05b1 2020-04-01bRagexebRagex8.exe
    0xched-
    01 -04-01bRagexe_patched.exe
    0x005fa705 2020-04-01bRagexe_patched.exe
    0x0083e640 2020-04-01bRagexe_patched.exe
    0x0365084a    
    0x036477b9    
    0x03645529    
    0x0363766f    
    0x0083c7d2 2020-04-01bRagexe_patched.exe
    0x00731468 2020-04-01bRagexe_patched.exe
    0x007313d8 2020-04-01bRagexe_patched.exe
    0x0083f464 2020-04-01bRagexe_patched.exe
    0x00a45d06 2020-04-01bRagexe_patched.exe
    0x772efa29 KERNEL32.DLL
    0x77c675f4 ntdll.dll
    0x77c675c4 ntdll.dll

    eax: 0x0019f19c ebx: 0x0ecdc3c0
    ecx: 0x00000000 edx: 0x00000001
    esi: 0x0ecdc3c0 edi: 0x00000000
    ebp: 0x0019f1a8 esp: 0x0019f168

    pila 0019f168 - 0019f568
    0019F168: 2B 0B 3E 74 08 74 E6 16 00 00 00 00 78 60 AD 00 
    0019F178: FF FF FF FF F4 F1 19 00 00 AD 9F 00 90 BC D6 0C 
    0019F188: 08 74 E6 16 E8 0C F4 00 00 00 00 00 0F 00 00 00 
    0019F198: 2B 0B 3E 74 E8 F1 19 00 88 E3 A7 00 FF FF FF FF 
    0019F1A8: F4 F1 19 00 1A AE 9F 00 00 00 00 00 77 0B 3E 74 
    0019F1B8: 08 74 E6 16 00 00 00 00 08 74 E6 16 88 F1 19 00 
    0019F1C8: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
    0019F1D8: 00 00 00 00 00 00 00 00 00 00 00 00 77 0B 3E 74 
    0019F1E8: 10 F3 19 00 20 F2 B0 00 FF FF FF FF 1C F3 19 00 
    0019F1F8: 76 BF 9F 00 9F 09 3E 74 90 01 00 00 30 02 00 00 
    0019F208: B8 A8 22 18 00 00 00 00 10 F3 19 00 02 00 00 00 
    0019F218: 30 76 E6 16 00 D7 10 18 95 01 01 FF FF FF FF FF 
    0019F228: F4 1B 00 00 00 00 00 00 0F 00 00 00 00 D5 10 18 
    0019F238: 9F 0F 88 FF FF FF FF FF F4 1B 00 00 00 00 00 00 
    0019F248: 0F 00 00 00 00 D6 10 18 E0 C4 5D 77 20 75 5C 77 
    0019F258: 00 00 00 00 00 00 00 00 0F 00 00 00 00 AF C0 FA 

    Información de lanzamiento 
    00A5 00A5 00A5 00A5 00A5 00A5 00A5 00A5 
    0000 0000 0000 0000 0000 0000 
    0000 0000 0000 0000 0000 0000 0000 0000 
    0000 0000 0000 0000 0000 0000 0000 0000 

    Trabajo: rebelión

    prontera.rsw 162 182

    ro_ 824
    Screenshot_1.png.bc3ac90641198feb17138a86f6b1300d.png

     

    I was able to solve this problem with the help of @Renzadic

    Helped me through discord, good person and excellent support!

    I make this thread as closed. Hope everyone who has the same problem can solve it!

    THANKS

  4. 4 hours ago, Renzadic said:

    ¿Se aseguró de actualizar también su carpeta / system con las del proyecto de traducción ro? Si aún necesita ayuda, vaya a la discordia y puedo ayudarlo a través de cualquier escritorio.

    yes, just like in the video, the system folder paste it directly into the client folder! and it remains the same. 

  5. Hi everyone, I don't know if this post already exists or I posted it on the wrong thread, if so, please correct me, but there is no solution to my problem.

    Follow this guide to make a customer more comfortable implementing custom elements,

     

    everything is fine, but my only problem is that when I open the skill tree the client locks me.

    I've seen guides where it says to add a file in my data, but I've already done that and it's still the same.

    I am using client 2020-04-01. Please, if someone could help me, I will appreciate it.

     

    Here is the error: 

    Module Name: C:\Users\Dave Powell\Desktop\2020 client\client\2020-04-01bRagexe_patched.exe
    Time Stamp: 0x00000000 - Thu Jan  1 08:00:00 1970


    Exception Type: 0xc0000005

    0x0051a330    2020-04-01bRagexe_patched.exe
    0x009fae1a    2020-04-01bRagexe_patched.exe
    0x009fbf76    2020-04-01bRagexe_patched.exe
    0x00992e53    2020-04-01bRagexe_patched.exe
    0x005f05b1    2020-04-01bRagexe_patched.exe
    0x0054bad8    2020-04-01bRagexe_patched.exe
    0x005f8d82    2020-04-01bRagexe_patched.exe
    0x005fa705    2020-04-01bRagexe_patched.exe
    0x0083e640    2020-04-01bRagexe_patched.exe
    0x0365084a    
    0x036477b9    
    0x03645529    
    0x0363766f    
    0x0083c7d2    2020-04-01bRagexe_patched.exe
    0x00731468    2020-04-01bRagexe_patched.exe
    0x007313d8    2020-04-01bRagexe_patched.exe
    0x0083f464    2020-04-01bRagexe_patched.exe
    0x00a45d06    2020-04-01bRagexe_patched.exe
    0x772efa29    KERNEL32.DLL
    0x77c675f4    ntdll.dll
    0x77c675c4    ntdll.dll

    eax: 0x0019f19c    ebx: 0x0ecdc3c0
    ecx: 0x00000000    edx: 0x00000001
    esi: 0x0ecdc3c0    edi: 0x00000000
    ebp: 0x0019f1a8    esp: 0x0019f168

    stack 0019f168 - 0019f568
    0019F168 : 2B 0B 3E 74 08 74 E6 16 00 00 00 00 78 60 AD 00 
    0019F178 : FF FF FF FF F4 F1 19 00 00 AD 9F 00 90 BC D6 0C 
    0019F188 : 08 74 E6 16 E8 0C F4 00 00 00 00 00 0F 00 00 00 
    0019F198 : 2B 0B 3E 74 E8 F1 19 00 88 E3 A7 00 FF FF FF FF 
    0019F1A8 : F4 F1 19 00 1A AE 9F 00 00 00 00 00 77 0B 3E 74 
    0019F1B8 : 08 74 E6 16 00 00 00 00 08 74 E6 16 88 F1 19 00 
    0019F1C8 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
    0019F1D8 : 00 00 00 00 00 00 00 00 00 00 00 00 77 0B 3E 74 
    0019F1E8 : 10 F3 19 00 20 F2 B0 00 FF FF FF FF 1C F3 19 00 
    0019F1F8 : 76 BF 9F 00 9F 09 3E 74 90 01 00 00 30 02 00 00 
    0019F208 : B8 A8 22 18 00 00 00 00 10 F3 19 00 02 00 00 00 
    0019F218 : 30 76 E6 16 00 D7 10 18 95 01 01 FF FF FF FF FF 
    0019F228 : F4 1B 00 00 00 00 00 00 0F 00 00 00 00 D5 10 18 
    0019F238 : 9F 0F 88 FF FF FF FF FF F4 1B 00 00 00 00 00 00 
    0019F248 : 0F 00 00 00 00 D6 10 18 E0 C4 5D 77 20 75 5C 77 
    0019F258 : 00 00 00 00 00 00 00 00 0F 00 00 00 00 AF C0 FA 

    Launch Info 
    00A5 00A5 00A5 00A5 00A5 00A5 00A5 00A5 
    0000 0000 0000 0000 0000 0000 0000 0000 
    0000 0000 0000 0000 0000 0000 0000 0000 
    0000 0000 0000 0000 0000 0000 0000 0000 

    Job : Rebellion

    prontera.rsw 162 182

    ro_ 824
    Screenshot_1.png.bc3ac90641198feb17138a86f6b1300d.png

     

  6. Hello guys,

    I'm looking for a PvP warper that allows you to choose between normal and PvP  no Pot, in addition to telling you how many people are in the room and telling you the ranking of the highest number of deaths per player. 

    it only has 2 pvps rooms.

    that of normal pvp which is guild_vs3 and guild_vs2 for pvp not pot.

    like in this example: image.png.20c5e4720e4a597713e0512bf717e648.png

    Selo would be grateful from the heart.

  7. Hello guys, I have a problem with implementing custom items. I am adding some elements that I found in google (I don't know who the creator is), the problem is that in the character selection screen you see the hat, but at this moment I select the player and the loading screen reaches 100%, the client closes me only automatically.

    Here One SS:

     

    image.png.0922614f3e55bacf0826e28e393f4a4f.png

    Until now it only happens to me with hats.

    ThankYou! 

  8. Hello guys,

    I'm looking for a PvP warper that allows you to choose between normal and PvP  no Pot, in addition to telling you how many people are in the room and telling you the ranking of the highest number of deaths per player. 

    it only has 2 pvps rooms.

    that of normal pvp which is guild_vs3 and guild_vs2 for pvp not pot.

    like in this example: image.png.20c5e4720e4a597713e0512bf717e648.png

    Selo would be grateful from the heart.

  9. On 4/10/2020 at 5:08 AM, Patskie said:

     

     

    On 4/10/2020 at 5:08 AM, Patskie said:

    Try this 

    
    prontera,150,150,0	script	PVP Warper	100,{
    	mes .npc$;
    	mes "Hi, Where do you want to go?";
    	next;
    	for (.@i = 0; .@i < .size; .@i++)
    		.@menu$ = .@menu$ + .maps$[.@i] + " - [" + getmapusers(.maps$[.@i]) + "/" + .max + "]:";
    	.@s = select(.@menu$);
    	.@map$ = .maps$[.@s-1];
    	if (getmapusers(.@map$) < .max)
    		warp .@map$,0,0;
    	else {
    		mes .npc$;
    		mes "The room is full";
    	}
    	close;
    	
    	OnInit:
    		.npc$ = "[" + strnpcinfo(1) + "]";
    		.max = 15; // max number of allowed players
    		setarray .maps$[0],
    			"guild_vs1",
    			"guild_vs2",
    			"guild_vs3"; // set your maps here
    		.size = getarraysize(.maps$);
    		for (.@i = 0; .@i < .size; .@i++) {
    			setmapflag .maps$[.@i], MF_PVP;
    			setmapflag .maps$[.@i], MF_NOITEMCONSUMPTION;
    		}
    		end;
    }

     

    Hi and thanks.
    a question. How can I add that when you are killed the second time on the map, will send you to the save point?

    Also, the leader ladder PvP ??

    Sorry, I'm new to this and it gets a little complicated for me.

  10. Hi everyone.

    I've been searching the entire forum for a script for pvp, but many seem to me that so far it's not how I'm looking for it,

    It would be something where the npc asks which room you want to enter, but that only has the pvp and the pvp without potions, and that I can configure the maps myself. and that the npc says the number of users within the room.

    Another thing, if there is already a guide you haven't had a chance to find, if you provide it, you will appreciate it too.

    Thanks in advance.

    .

  11.  

    Thank you very much in advance.
    
    I have decided to create a home server to test certain things and I have a problem with the implementation of hairstyles, 
    I have already seen some guides on the implementation of palettes to add hairstyles and outfits, my problem is that I have 
    seen several guides and I could not solve this problem in which the player is seen with a completely black head. 

    image.png

     

    and on the player selection screen, it looks completely black.

    image.png

    I am using hairstyle pack 553-ClothesDyes-251HairDyes, please, if you can help me, I will thank you forever.

×
×
  • Create New...