Jump to content

lionellex

Members
  • Posts

    60
  • Joined

  • Last visited

Everything posted by lionellex

  1. Thank you, now I see where I did wrong.
  2. Hey everyone, a quick question. I'm planning to use Lupus's Floating Rate script (http://pastebin.com/fUWYjccS). But I have 1 quick question that I need to make sure. 1."+($@brate-100)+"x 1."+($@jrate-100)+"x 1."+($@drate-100)+ on line 41, this part. cos in my case its 5/5/3 ~ 7.5/7.5/3. So do I need to change ANYTHING at this part above ^ ?
  3. Nono, but do u know what these lines do? npcshopdelitem "card_shop",909; for(set .@i,0; .@i<getarraysize(.Shop); set .@i,.@i+2) npcshopadditem "card_shop",.Shop[.@i],.Shop[.@i+1]; end; } - shop card_shop -1,909:-1
  4. Hey guys, recently I made this simple npc (http://pastebin.com/CbzkAiTq) But this error popped up... Can I know how do I fix this error from this script? Please & thank you.
  5. Thank you for replying! Everything is done now. Thanks again.
  6. Thank you for replying, but i just wanna make sure, on line 63 "skill "ALL_INCCARRY",.@add_carry,SKILL_PERM_GRANT;" I have to change it to "skill "ALL_INCCARRY",.@add_carry,0;" ?
  7. Hey guys, I would like to alter this script a little? Instead of giving players Enlarge Weight Limit LEVEL 10, how do I change it to LEVEL 5 instead? https://github.com/flaviojs/rathena-commits/blob/master/npc/other/gympass.txt
  8. I think that's for how much per card will cost right? Not how much Jellopy is cost? (which is in my case, Gold Coin costs?) EDIT: It's alright, I've figured it out. But... npcshopdelitem "card_shop",909; for(set .@i,0; .@i<getarraysize(.Shop); set .@i,.@i+2) npcshopadditem "card_shop",.Shop[.@i],.Shop[.@i+1]; end; } - shop card_shop -1,909:-1 What does these lines above do? Do I need to edit the Jellopy?
  9. Hi, I'm currently trying to use Euphy's Card Trader as default it'll trade Jellopy for 6 POINTS. http://pastebin.com/WGmhsmGn I managed to change from Jellopy to Gold Coins, but how do I change the item's costs? Please and Thank you.
  10. kinda solve my issue, thank you!
  11. Its not like an error, just that the players can always redeem countless of times. I'm not really sure how to set this variables or condition.. Can you give me some tips?
  12. Hi I need some help here.. I tried cloning a Freebie NPC's script to another NPC. But players can multi claim prizes from both NPCs after and another. How can I prevent this? Freebie NPC - http://pastebin.com/wxQsenpT Another NPC - http://pastebin.com/FwSrLBWg Please & thank you.
  13. Hmm.. I see, thanks guys for replying.
  14. Correct me if i'm wrong. Is this "1st account, 1st character, job level 10" feature is suppose to be in the game? I mean, if it is legit at PRE-RE servers then I don't mind. I played RO since I was in primary school and I have never heard of this feature. Same here, thats why I'm curious why is it like this? Except from applying a script, maybe settings on the conf or something?
  15. Correct me if i'm wrong. Is this "1st account, 1st character, job level 10" feature is suppose to be in the game? I mean, if it is legit at PRE-RE servers then I don't mind.
  16. Hey guys, I need some help here.. I'm sorry if I post at the wrong section but whenever a player register a new account and made their 1st character, their character will be instantly base level 1 and job level 10. Anyone knows how to fix this?
  17. Thanks sir for replying, but it's solved. Thanks!
  18. Hey everyone, I seem to have a little problem with the Disguise NPC that by GmOcean. Problem: Disguise NPC won't disguise. http://pastebin.com/4RxDcsQm Guys please check it out. Please & thank you. I tried https://rathena.org/board/topic/98491-disguise-event-npc-fix/. Didn't disguise as well.
  19. beautiful! Hopefully theres a way to implement this now.
  20. https://rathena.org/wiki/Loading_Screens
  21. Alright, confirmed working. thanks guys.
  22. Okay so I change set #CASHPOINTS,#CASHPOINTS+(.@amount*10); to set #CASHPOINTS += (.@amount*10); like this?
  23. Thanks sir, its working now. Thanks a lot.
  24. @stolao, yup i forgot to ; on buffinfo..its okay now thanks for replying.
  25. @stolao sir, I'm having this error. How do I fix this?
×
×
  • Create New...