Jump to content

bewfbi

Members
  • Posts

    38
  • Joined

  • Last visited

Posts posted by bewfbi

  1. On 16/03/2018 at 6:27 PM, maken06 said:
    
    30000,Doram_Suit,Doram Suit,4,0,,2800,,6,,1,0xFFFFFFFF,7,2,16,,1,1,0,{ changebase DORAMJOBIDHERE; },{ changebase Class; }

    This is only for visual change, without the skills.

    For other jobs, only the ID changes.

    If it worked for you, do not forget to give me a reputation ;)

    Thank you very much, I think it will help yes. Sorry for the delay in answering.
    I'll test. But he wanted to know if he could modify it to be humanoid via src.

  2.  

    hello guys, I'm trying to diff a hexed 20

    17-0614, but when I finish defragging it runs no more opens. What would be the problem?

    follows my list used in nemo:

    2 Chat Flood Allow
    8 Custom Window Title
    9 Disable 1rag1 type parameters (Recommended)
    13 Disable Ragexe Filename Check (Recommended)
    19 Enable Title Bar Menu
    23 Enable /who command (Recommended)
    24 Fix Camera Angles (Recommended)
    32 Increase Zoom Out Max
    33 Always Call SelectKoreaClientInfo() (Recommended)
    34 Enable /showname (Recommended)
    35 Read Data Folder First
    36 Read msgstringtable.txt (Recommended)
    37 Read questid2display.txt (Recommended)
    38 Remove Gravity Ads (Recommended)
    39 Remove Gravity Logo (Recommended)
    40 Restore Login Window (Recommended)
    41 Disable Nagle Algorithm (Recommended)
    44 Translate Client (Recommended)
    46 Use Normal Guild Brackets (Recommended)
    47 Use Ragnarok Icon
    48 Use Plain Text Descriptions (Recommended)
    49 Enable Multiple GRFs (Recommended)
    50 Skip License Screen
    53 Use Ascii on All LangTypes (Recommended)
    61 Disable Packet Encryption
    63 Use Official Cloth Palettes
    64 @ Bug Fix (Recommended)
    65 Load Custom lua file instead of iteminfo*.lub (Recommended)
    68 Enable 64k Hairstyle
    73 Remove Hourly Announce (Recommended)
    74 Increase Screenshot Quality
    76 Enforce Official Login Background
    77 Enable Custom 3D Bones
    84 Remove Serial Display (Recommended)
    85 Show Cancel To Service Select
    86 Only First Login Background
    88 Allow space in guild name
    90 Enable DNS Support (Recommended)
    91 Disconnect to Login Window
    97 Cancel to Login Window (Recommended)
    111 Hide Rec Button
    201 Enable Custom Homunculus
    204 Increase Attack Display
    208 Restore Cash Shop Icon
    212 Restore Roulette
    213 Disable Help Message on Login (Recommended)
    215 Increase Map Quality
    225 Show Register Button

    image.thumb.png.5ba8ab4a00213ebdfff889640ab0a554.png

     

  3. 1 hour ago, Functor said:

    EB
    offset 5B235D change 0F 85 3C BF FF FF to 90 90 90 90 90 90

    You should press "Ctrl+G" and enter offset to find bytes which you need to change.

    Edited 52 minutes ago by Functor

    your shortcut tip helped me well, but in the indicated lines it does not contain the codes to be changed. :(

    5a648dd33f34b_Semttulo2.png.9eb5a416600af7d439c3b0b9314d85f0.png

    the line: 5B235D does not exist

    code1.jpg.1450d1203c5083be2cc3fbe6ab641d77.jpg

  4. Hello I'm trying to use the guild and clan system at the same time, both with ALT + G and CTRL + G.
    but when creating the guild I have the following error:pisgrG9.png.cb4e90b46ae11db0b027e9e8adbf1c18.pngSkbnQOP.png.520bd972a96443301db70342cf933908.png

    the images I'm reusing from another topic generated ak in the forum that relates to the same error to mine.
    in this topic in question he could solve, but I could not identify where this correction should be made and which file I should modify.

    this is the topic in question:

    Where should this modification be done? in which files?

     

     

  5.  

    What's up guys! I come through this post requests a Repagination of the Factions system, paid well for development! I need you to upgrade this old package to a current version of Rathena: 

    I also ask that you develop a npc that receives as parameters the mob guardian with the identification of the factions as allies.

     

    the amount paid can be discussed if creation is possible. I would like to harmonize the old system of factions with the new ja implandato in the version of rathena, the differential that the former contains many functions and commands that the new does not provide.:D

  6. Hello everyone, sorry for my bad english, I used google translate. So, I already did a good internet search until I got close to nothing satisfactory. Next: I'm creating an event to use with the new faction system. I want to develop an event where each faction has a base on a map point and on that basis, it contains 6 guards defending that base. the enemy faction has to defeat these bases in search of points, for each defeated guardian.:huh:
    The only thing I lack is setting up the guardian to defend only the members of his faction and attack the others. I need to know how to create this script.

    :(:wacko:

    quiz_test,99,96,5	script	chek	-1,{
    
    	OnTimer60000:
    		if($status == 1) end;
    		if (getmapusers("quiz_test") == 0) set $status,1;
    		if (getmapusers("quiz_test") == 0) killmonsterall "quiz_test";
    		if (getmapusers("quiz_test") == 0) end;
    		announce getmapusers("quiz_test") + " jogador(es) está(ão) sobrevivendo no Compo de batalha entre Facções",8;
    		initnpctimer;
    	end;
    
    }
    
    prt_fild08,162,370,5	script	Mobfactions	-1,{
    	
    	query_sql "SELECT `clan_id` FROM `char` WHERE `char_id` = '"+getcharid (0)+"' ",@clan;
    	query_sql "SELECT `name` FROM `clan` WHERE `clan_id`="+@clan+"",$faccao$;
    
    	OnClock2216:
    		announce "A batalha das facções, começará em 1 minutos!",8;
    		disablenpc "Saída";
    		initnpctimer;
    		set $inf,1;
    		set $status,0;
    		killmonsterall "quiz_test";
    	end;
    
    	OnTimer60000:
    		announce "A batalha entre facções COMEÇOU!",8;
    		initnpctimer "chek";
    		set $inf,0;
    		set $mob,6;
    		monster "quiz_test",319,138,"Guardião",1285,2,strnpcinfo(0)+"::Onguardian";
    		monster "quiz_test",319,138,"Guardião",1286,2,strnpcinfo(0)+"::Onguardian";
    		monster "quiz_test",319,138,"Guardião",1287,2,strnpcinfo(0)+"::Onguardian";
    	end;
    
    	Onguardian:
    		if ($status == 1) end;
    		announce "A Facção: "+$faccao$+" Matou 1 Guardião, ganhou 10 pontos",8;
    		set $mob,$mob-1;
    		if($mob == 5) announce "So exitem: 5 guardiões",8;
    		if($mob == 3) announce "So exitem: 3 guardiões",8;
    		if($mob == 0) announce "Morreram todos os guardiões",8;
    		if($mob == 0) goto Onboxdead;
    	end;
    
    	Onboxdead:
    		if ($status == 1) end;
    		announce "BAtalha das facções: A facção " +$facao$+" Destruiu todos os Guardiões.",8;
    		if($mob == 0) set $status,1;
    		announce "Todos os guardiões foram derrotados encerrando a batalha das facções.",8;
    	end;
    
    }

     

×
×
  • Create New...