Jump to content
  • 0

R> Skill Rental System


t3quila

Question


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  36
  • Reputation:   4
  • Joined:  04/16/12
  • Last Seen:  

Hai Everyone, i'm newbie here.

yesterday i saw topic about Skill Rental System in eathena forum http://www.eathena.ws/board/index.php?showtopic=241853&st=0

i'm just tried it..

 

work fine in my last rathena revision.

 

but there are some bugs that i get:

1. When i logout, the rented skills are gone.
2. When i unequip / equip an item, the rented skills are also gone.
3. When i move in other maps, the rented skills are gone.
4. When i increase stats or increase skills, the rented skills are also gone.

 

but not gone when i reset stats, skills..

 

i tried add to status.c but i don't know how to write on there >_<

how to solve this bugs? anyone? help pls..

thanks..

Edited by t3quila
Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  36
  • Reputation:   4
  • Joined:  04/16/12
  • Last Seen:  

i'm sorry mod, i was wrong to made this thread in here..

can u move this thread on source request?

i'm so sorry >_<

 

hope u all can help me for this source script >_<

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  509
  • Reputation:   80
  • Joined:  11/20/11
  • Last Seen:  

rathena has provided most usefull script
"OnPCStatCalcEvent:"

you may use that Label to give a temporer skill bonus

OnPCStatCalcEvent:
if (time > .@now)
skill "AL_TELEPORT",1;
end;

time = perma variable to char
.@now = datetimenow

this would be more simple and easy to use

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
Answer this question...

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