Jump to content

Changing Equipment Level Requirements to Reborn Reborn Level


Recommended Posts


  • Group:  Members
  • Topic Count:  68
  • Topics Per Day:  0.02
  • Content Count:  168
  • Reputation:   1
  • Joined:  11/13/14
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  59
  • Topics Per Day:  0.01
  • Content Count:  396
  • Reputation:   53
  • Joined:  07/24/12
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  68
  • Topics Per Day:  0.02
  • Content Count:  168
  • Reputation:   1
  • Joined:  11/13/14
  • Last Seen:  

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

  • 2 weeks later...

  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  29
  • Reputation:   0
  • Joined:  07/06/14
  • Last Seen:  

up

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...