Jump to content

HisaoShou

Member
  • Posts

    70
  • Joined

  • Last visited

  • Feedback

    0%

About HisaoShou

Informations

  • Gender
    Male

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

HisaoShou's Achievements

Enthusiast

Enthusiast (6/16)

  • First Post
  • Collaborator
  • Conversation Starter
  • One Year In
  • Week One Done

Recent Badges

3

Reputation

  1. Hello there. I wanted to make my skills to get from Normal to G1 (instead of M1) when reaching 15 skill points, and I have followed the following topic: Unfortunately it is not working. I'm currently using 40k and the skills are still mastered to M1 instead of G1, despite of following the suggestions in the topic. Here's my current script: case SKILL_NORMAL: // ¹ø¼·Àº ½ºÅ³ ¾÷±×·¹À̵å 17~20 »çÀÌ ·£´ý ¸¶½ºÅÍ ¼ö·Ã if (GetSkillLevel(pkSk->dwVnum) >= 17) { SetSkillLevel(pkSk->dwVnum, 40); } break; case SKILL_MASTER: if (GetSkillLevel(pkSk->dwVnum) >= 30) { if (number(1, 31 - MIN(30, GetSkillLevel(pkSk->dwVnum))) == 1) SetSkillLevel(pkSk->dwVnum, 30); } break; case SKILL_GRAND_MASTER: if (GetSkillLevel(pkSk->dwVnum) >= 40) { SetSkillLevel(pkSk->dwVnum, 40); } break; } And yes, I have tried both values for SetSkillLevel to 30 and 40, none of them worked. Can someone help me please? I would be grateful
  2. Thank you very much for pointing out how to solve the issue, I will see how this will end. Have a good day and thank you again!
  3. Hello everyone, I have searched on most of the forums to find a way to modify these bonuses but I couldn't find anything. Does anyone knows how to modify the bonuses granted by Party Leadership? More info about Leadership can be found here: [Hidden Content] I want to know how to modify the bonuses granted by "Set As Berserker" , "Set as melee", and so on... Can anyone help me with this issue please?
  4. Thank you very much about your answer! It was really helpful. Thank you also for your time spent explaining all these to me, thanks!
  5. Hello everyone. I would like to know if I could increase the range of Bravery Capes. More precisely, is there any way I can increase the range of pc.aggregate_monster quest function?
  6. Thank you for your answer, it made me understand a little how this works. What I want to do is only quest - client related. For example I want an UI button to be displayed only if the variable declared by quest has a certain value. Do you think this is possible only with python(client) and quest(lua) ? I would really appreciate an example if you have one. Something like, if you could make a present game button (e.g.: Inventory Button from the bottom bar) be displayed only when quest variable is 1 that would be the easiest i think. I'm sorry for asking for this, I'm not good at it.
  7. Hello everyone. I'm currently facing an issue where I want to make a certain system / icon visible only if a variable (which was declared and changed via quest) has a certain value. I want the client to check the value of the variable for the quest, and the client to update automatically as the variable is set to a certain value. Can this be done? I have looked into an older topic related to this issue: [HowTo|Old]Quest-Client communication(for any version) , but it didn't help really much. I'm still not sure how to check this. Can someone help me please? I'm pretty dumb when comes to client communication
  8. Wow, thank you very much! But can you please tell me where to put these? And can it be used as a quest function? I want to check the number of players from a map with a quest
  9. Hello. I need a quest for a tournament where the players can register in it, and after a certain amount time, the registered will be teleported in certain map. Can someone please tell me if this is possible or how can be done? Can it be done without sql?
  10. Hello everyone. I need a little help here: I need quest function which checks how many players are in certain maps. Does someone know any way do check this?
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.