Jump to content

Lelouch vi Britannia

Members
  • Posts

    715
  • Joined

  • Last visited

  • Days Won

    6

Posts posted by Lelouch vi Britannia

  1. Well if you already knew it was a custom headgear that you worn and you said the item reads the drop sprite, item and collection bmp maybe check your luafiles514/lua files/datainfo/accname.lub if you added the sprite name or you added its name correctly.

  2. Try this

    prontera,148,188,5	script	Freebies NPC	567,{
    	// Freebies ID
    	setarray .@freebies_item[0],5137,5766,2254,5259,2255,5200,5040,2296,5175,5104,2286,2291,5596,5521,5113,5054,5096,5110,2237,2240,5775,5594,40145,40146,40147,40148,4403,4174,4047,4302,4105,4142,4352,4058,4305,4035,4143,4302,2785;
    	setarray .@freebies_weapon[0],1102,1151,1208,1251,1302,1352,1405,1452,1502,1550,1602,1702,1802,1951,1929,1108;
    	// Quantity
    	setarray .@quantity_item[0],1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,1,1,1,1,1,1,1,4,4,2,1,2;
    	setarray .@quantity_weapon[0],2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2;
    
    	if( #freebies ) {
    		mes .n$;
    		mes "You already have your freebies.";
    		close;
    	}
    	if( !checkweight2(.@freebies_item,.@quantity_item) && !checkweight2(.@freebies_weapon,.@quantity_weapon) ) {
    		mes .n$;
    		mes "Sorry your weight is too low to handle this freebies.";
    		close;
    	}
    	mes .n$;
    	mes "Hello "+strcharinfo(0)+", Welcome To PVP-RO.";
    	next;
    	if( select ("- Please Bless Me:- Never Mind") == 2 ) {
    		mes .n$;
    		mes "Come back for my Blessing!";
    		mes "Thank you";
    		close;
    	}
    	else {
    		for ( set .@x,0; .@x < getarraysize(.@freebies_item); set .@x,.@x + 1 )
    		{
    			getitembound .@freebies_item[.@x], .@quantity_item[.@x],1;
    		}
    		for ( set .@x,0; .@x < getarraysize(.@freebies_weapon); set .@x,.@x + 1 )
    		{
    			getitembound2 .@freebies_weapon[.@x], .@quantity_weapon[.@x],1,10,0,0,0,0,0,1;
    		}
    		#freebies = 1;
    		mes .n$;
    		mes "Enjoy your Gifts.";
    		close;
    	}
    
    OnInit:
    	.n$ = "[^000088 Freebies NPC ^000000]";
    	waitingroom "Freebies NPC",0;
    	end;
    }

     

  3. 1 hour ago, KeyMaster said:

    Is there any way to test/preview the equipment before buying at the Cash Shop UI?

    Sorry to say but are no features like that on the Cash Shop UI unless you add it on Euphy's Quest Shop when there is a preview feature (for headgears only).

  4. 7 hours ago, Mael said:

    @Kaze did. 

    Image from immortals-ro.

    WLiP95V.png.b7150917c9661e6e3f2be3c959f146d4.png

     

    Ah i see he changed the Roulette Button into a Rank Button huh? as i already said you can't add additional custom buttons in the client because it needs a corresponding packets to be able to work properly unless you change the already available buttons which is like for an example in the image you gave me that they change the Roulette Button and edit its functions into a Rank Button.

    • Upvote 2
  5. 7 hours ago, Mael said:

    The idea of my post is to be able to learn to add a button like the cash shop, maybe someone can use it to place a rank or some other system.

    I think its impossible to make a custom button similar to cash shop because it needs some corresponding packets to be able to use it so that why i suggested earlier that why not use the Attendance UI then change its icon and move it somewhere else in the screen similar to "Move Cash Shop Icon" Patch in NEMO. Also try asking @4144 because he managed NEMO.

  6. 4 hours ago, Mael said:

    Hi rAthena!
    I have a question... ? Is it possible to create a custom button similar to the cash shop and place it next to it?
    My question is because I would like to create a similar button for daily login reward.

    maxresdefault.jpg.79115fb9a1525267390839dfde2f472e.jpg

    If it is possible to add one, how can I do it?

    I am attentive to your comments, thanks ? 

    Well why not use the Attendance UI Feature.

  7. Add "Ignore Resource Errors" and "Skip License Screen" patch.

    This is my patchlist

    257 Use Default Web Browser for <URL>
    1 Use Tilde for Matk
    263 Set Achievement Button
    264 Set Tip Button
    9 Disable 1rag1 type parameters (Recommended)
    267 Set Attendance Button
    268 Restore chat focus
    269 Change default BGM file
    13 Disable Ragexe Filename Check (Recommended)
    16 Disable Swear Filter
    19 Enable Title Bar Menu
    279 Fix item description bug
    23 Enable /who command (Recommended)
    24 Fix Camera Angles (Recommended)
    28 Increase Headgear ViewID
    285 Fix act delay for act files with many frames
    286 Hide zero date (1969-01-01) in guild members window
    31 Increase Zoom Out 75%
    289 Fix Homunculus attack AI
    290 Hide build info in client (Recommended)
    34 Enable /showname (Recommended)
    291 Hide packets from peek (Recommended)
    36 Read msgstringtable.txt (Recommended)
    38 Remove Gravity Ads (Recommended)
    39 Remove Gravity Logo (Recommended)
    40 Restore Login Window (Recommended)
    41 Disable Nagle Algorithm (Recommended)
    43 Always Use Email for Char Deletion
    44 Translate Client (Recommended)
    45 Use Custom Aura Sprites
    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
    64 @ Bug Fix (Recommended)
    65 Load Custom lua file instead of iteminfo*.lub (Recommended)
    71 Ignore Resource Errors
    72 Ignore Missing Palette Error
    73 Remove Hourly Announce (Recommended)
    74 Increase Screenshot Quality
    75 Enable Flag Emoticons
    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)
    101 Skip Friend list Cheat Check
    102 Skip Guild Member Cheat Check
    110 Hide Achievements Button
    204 Increase Attack Display
    207 Resize Font
    208 Restore Cash Shop Icon
    213 Disable Help Message on Login (Recommended)
    215 Increase Map Quality
    219 Always Show Resurrection Button
    222 Show Replay Button
    225 Show Register Button
    230 Always load Korea ExternalSettings lua file
    233 Hide SNS Button
    234 Ignore Lua Errors
    239 Ignore /account: command line argument
    243 Change Quick Switch Delay
    247 Change new char name field height
    248 Remove wrong chars from cash shop
    253 Skip some hidden menu icon buttons
    256 Use Default Web Browser In Cashshop

     

  8. On 8/7/2018 at 7:14 AM, Youness said:

    Hola a todos, haciendo referencia al título, me gustaría conocer o encontrarme por medio de este foro a un Developer que me ayude a configurar ciertas cosas en SRC (Modificaciones de Skills) y por otro lado que me actualizara una Quest que tengo de un servidor de eAthena o en su defecto, hacérmela desde cero.

    Remunerado!!!

    Google Translate

    Quote

    Hello everyone, referring to the title, I would like to know or find through this forum a Developer to help me set up certain things in SRC (Modifications of Skills) and on the other hand to update a Quest I have from a server of eAthena or failing that, make it from scratch.

    Maybe make a post on https://rathena.org/jobs_available/ if you're looking for a developer. Also please use English in this forums so that everyone can understand what you're saying or else post it on Spanish Support.

  9. 1 hour ago, Chaos92 said:

    can u elaborate ? 

    diff client without ignore error

    2014 and below didn't show any missing resource warnings when adding the patch but 2015 and above have this issue even you added the ignore resource warning patch it shows up.
     

    2 hours ago, mharkeke said:

    How can i catch or copy the sprite error ?

    Well if the client throws up a crash dump txt you can use this but if its a missing resource file message popping in you client just find that file and add it into your custom grf.

     

  10. 36 minutes ago, bspace88 said:

    31479,bloody_aura,bloody aura,5,5,0,10,,0,,0,0xFFFFFFFF,7,2,4,,1,1,47,{},{},{}

    31470,vwngeance_aura,vengeance aura,5,5,0,10,,0,,0,0xFFFFFFFF,7,2,4,,1,1,48,{},{},{}

    that is my item_db sir generate from icabit's tool.. sorrycfor the late reply sir im only using mobile now

     

    Here...

    31479,bloody_aura,bloody aura,4,5,0,10,,0,,0,0xFFFFFFFF,7,2,8192,,1,0,47,{},{},{}
    31470,vwngeance_aura,vengeance aura,4,5,0,10,,0,,0,0xFFFFFFFF,7,2,8192,,1,0,48,{},{},{}

     

    • Upvote 1
  11. You have to add your sprites on data/sprite/·Îºê and create a folder and rename it each based upon the sprites that you add on luafiles514/datainfo/spriterobename.lub

    For example:

    	[SPRITE_ROBE_IDs.ROBE_Manananggal_Wings] = "Manananggal_Wings",
    	[SPRITE_ROBE_IDs.ROBE_Demon_Wings] = "Demon_Wings",
    	[SPRITE_ROBE_IDs.ROBE_bloody_aura] = "bloody_aura",
    	[SPRITE_ROBE_IDs.ROBE_vengeance_aura] = "vengeance_aura"

    Copy the name "Demon_Wings" and make new folder then rename it to that and inside make 2 folders and rename it to ³² for male and ¿© for female then add your sprites there (Note: you have to make multiple copies of that sprite and remame it per class).

×
×
  • Create New...