Jump to content
cahadeyelo

Changing Equipment Level Requirements to Reborn Reborn Level

Recommended Posts

Posible po ba na mapalitan ang Equipment "Base Level" Requirements sa src files at gawing Reborn Level.? Reborn Level is a kind of point(s) given by the npc every time a player finished the reborn quest.

Link to comment
Share on other sites

Uhmm for scripting way.. use set array to disable the effect but the item is equipable by normal job example

map,x,y,3 script Rebirth 123,{
....
.
.
.
.
.
mes "Level Reborn";
set ......,,
set _rebirth,1;
close
}
item_db.txt

,,,,,,{ if(_rebirth==1 ) { end; } bonus bStr,5; bonus bAgi,5; },{},{}
Link to comment
Share on other sites

salamat sir..... sa src files po kaya pede rin mag edit.... papalitan yung base level requirement ng mga equipment at gagawing reborn point/level.?


yung eLV requirement sa equipment gagawing reborn points

Link to comment
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.   Paste as plain text instead

  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.



×
×
  • Create New...

Important Information

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