Jump to content
Sign in to follow this  
Akaneharuka

Beginner Cap

Recommended Posts

index.php?app=downloads&module=display&section=screenshot&id=205

File Name: Beginner Cap

File Submitter: Akaneharuka

File Submitted: 12 Jul 2015

File Category: Sprites & Palettes

 

Costume Beginner Cap for newbie player :)

 

P9nn7sZ.png

 

The status of the item already in ...dbreitem_db.conf

 

But if you don't have them , Use the script below :)

 

 

Item ID 20307

 

In item_db.conf add this

{	Id: 20307	AegisName: "C_Beginner_Cap"	Name: "Costume Beginner Cap"	Type: 5	Loc: 4096	View: 1348	Script: <"		if(BaseLevel<100) {			bonus bHit,30-(3*(BaseLevel/10));			bonus bMaxHP,1000-(100*(BaseLevel/10));			bonus bMaxSP,200-(20*(BaseLevel/10));			bonus bVariableCastrate,-10+(BaseLevel/10);			bonus bHealPower,150-(10*(BaseLevel/10));			bonus bHealPower2,10*(BaseLevel/10);			bonus bAddItemHealRate,10*(BaseLevel/10);		}

 

and this is iteminfo.lua or iteminfo.lub

},	[20307] = {		unidentifiedDisplayName = "Hat",		unidentifiedResourceName = "캡",		unidentifiedDescriptionName = {			"Unknown Item, can be identified by ^6A5ACDMagnifier^000000."		},		identifiedDisplayName = "Costume Beginner Cap",		identifiedResourceName = "비기너마크",		identifiedDescriptionName = {			"A costume awarded to adventurer who barely start his adventure.",			"HIT +30",			"MaxHP +1000",			"MaxSP +200",			"Variable cast time -10%.",			"Increase restoration amount of Novice Potion by 50%.",			"Increase healing power by 150%.",			"Every 10 base level increment:",			"HIT -3",			"variable cast time +1%",			"MaxHP -100, MaxSP -20",			"Healing power -10%,",			"Increase healing received and restoration items by 10%.",			"^FF0000Cannot be traded.^000000",			"Class: ^777777Costume^000000",			"Defense: ^7777770^000000",			"Location: ^777777Upper^000000",			"Weight: ^7777770^000000",			"Required Level: ^7777771^000000",			"Jobs: ^777777All^000000"		},		slotCount = 0,		ClassNum = 1348	},

 

Click here to download this file

Share this post


Link to post
Share on other sites

i have problem with custom not show

i change name to beginner..

and i not use iteminfo.lua/iteminfo.lub

here mine..

@@Akaneharuka

idnum2itemdesctable30249A costume awarded to adventurer who barely start his adventure.HIT +30MaxHP +1000MaxSP +200Variable cast time -10%.",Increase healing power by 150%Every 10 base level incrementHIT -3variable cast time +1%MaxHP -100, MaxSP -20Healing power -10%Increase healing received and restoration items by 10%.^FF0000Cannot be traded.^000000Class :^777777 Headgear^000000Equipped on :^777777 Upper^000000Weight :^777777 10^000000Applicable Job :^777777 Every Job^000000#idnum2itemdisplaynametable30249#Costume Beginner Cap#idnum2itemresnametable30249#Beginner#accessoryid.luaACCESSORY_Beginner = 1709,accname.lua[ACCESSORY_IDs.ACCESSORY_Beginner] = "_Beginner",Itemdb.conf{    Id: 30249    AegisName: "C_Beginner_Cap"    Name: "Costume Beginner Cap"    Type: 5    Loc: 4096    View: 1709    Script: <"        if(BaseLevel<100) {            bonus bHit,30-(3*(BaseLevel/10));            bonus bMaxHP,1000-(100*(BaseLevel/10));            bonus bMaxSP,200-(20*(BaseLevel/10));            bonus bVariableCastrate,-10+(BaseLevel/10);            bonus bHealPower,150-(10*(BaseLevel/10));            bonus bHealPower2,10*(BaseLevel/10);            bonus bAddItemHealRate,10*(BaseLevel/10);        }    ">},

fwj6no.png

Share this post


Link to post
Share on other sites

@@minx123

you're using accname.lua / accessoryid.lua or accname.lub / accessoryid.lub ?

and check your sprite if its named correctly (beginner.spr and beginner.act) in both gender

 

im using accname.lua / accessoryid.lua

yes all name sprite i already change..there is no problem when equip it.. only not show the sprite..

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.