Jump to content

Max

Members
  • Posts

    37
  • Joined

  • Last visited

Posts posted by Max

  1. (willing to pay) Hello guys , this is a bit complicated but I hope someone can make this

     

    I need a script for a npc that will warp certain user who set/know the password for the npc (like a housing system)

    > Owner player (vip) talk to a npc (and I need like 10 duplicate npc with different warp)

    > NPC check if the location is empty, user can set password and use the warp until his vip is end (im using rathena vip system, vip_status)

    > Other player (friend) can come to his house using a password that he already set

    > When his vip time is ended , npc remove the warper for user so other user can use the warp

     

    Thanks guys

  2. On 8/22/2017 at 11:57 PM, M4karov said:

    Git Hash: 1fc0ed6

    Error:

     

    Screenshot_1.png

    find

    else	areamonster getd(".Tier"+.@lv+"_M$["+.@s+"]"),getd(".Tier"+.@lv+"_X1["+.@s+"]"),getd(".Tier"+.@lv+"_Y1["+.@s+"]"),getd(".Tier"+.@lv+"_X2["+.@s+"]"),getd(".Tier"+.@lv+"_Y2["+.@s+"]"),getd(".Tier"+.@lv+"_N$["+.@s+"]")+" Deposit",rand(.MobIds[0],.MobIds[1]) + 2*.@lv,1,"Mining::"+(getd(".Tier"+.@lv+"_T$["+.@s+"]"))+"";

    edit to

    } else	areamonster getd(".Tier"+.@lv+"_M$["+.@s+"]"),getd(".Tier"+.@lv+"_X1["+.@s+"]"),getd(".Tier"+.@lv+"_Y1["+.@s+"]"),getd(".Tier"+.@lv+"_X2["+.@s+"]"),getd(".Tier"+.@lv+"_Y2["+.@s+"]"),getd(".Tier"+.@lv+"_N$["+.@s+"]")+" Deposit",rand(.MobIds[0],.MobIds[1]) + 2*.@lv,1,"Mining::"+(getd(".Tier"+.@lv+"_T$["+.@s+"]"))+"";

     

    Fixed it for me

  3. Hello guys I have a problem with my flux cp , I have a landing page and a custom flux cp that I paid , at first it was normal , before I have the landing page. and then after I install my landing page , my flux cp is become slower, yes my landing page included registration and server status check + online peak , and now everytime I turn on server , landing page will respone quick but my flux cp will take 10 mins even updating online players. Can someone help me ? I tried to remove my landing page and still the same , re install flux cp its done also still the same, please help

  4. On 8/22/2017 at 9:56 PM, GodKnows Jhomz said:

    Glad to help you :)

    sorry but I have a lil bit more problem , when I tried to add battle to get title this is what happen

      - ID: 221111
        Group: "AG_BATTLE"
        Name: "VIP"
        Target:
          - MobID: 1003
            Count: 1
        Reward:
    	TitleID: 1034
        Score: 200

    [Error]: YAML Exception Caught: yaml-cpp: error at line 2413, column 2: end of map not found
    [Error]: Failed to read 'db/pre-re/achievement_db.yml'.


    what's wrong ? what is the Name stands for do I need to edit something else ? and AG_GET_ITEM , how to set the item id to get ? im confused

  5. Hello rathena , I was wondering if you can add custom title for the achivement ? *and how ? thanks

     

    I found the achievement_db.yml in db folder

    # Reward - A list of rewards that are given on completion. All fields are
    # optional.
    #   ItemID: Item ID
    #   Amount:  Amount of Item ID (default 1)
    #   Script: Bonus Script
    #   TitleID: Title ID

    When you set the reward like this "TitleID: 1000" , how do u edit the '1000' title description ? and if I add custom achievements only @achievement_db.yml , will it automaticly added inside the game achievement bar / quest ?

    • Upvote 1
  6. anyone have this script ( custom name color and custom aura that different with @aura ) that works with the latest version of rathena ? I know some script using @aura , but its not stable and I dont know if theres custom command for that in rathena for the latest version.

    screenLimitRO007.jpg

    screenLimitRO005.jpg

    screenLimitRO006.jpg

  7. hi guys it's been a long time since I visit rAthena , it's good to be back to rAthena :3

     

    How's rathena doing ? They have new system job called summonner ? is it true ?

  8. It changes after a period of time? Maybe you got floating rates enabled, no?

     

    nope , it's a new clean rAthena server files , i'm not gonna edit anything until this problem solved , because I want to edit all my server using vip feature :)

  9.  

    As for the exp increase, you can check them out here..

     

    https://github.com/rathena/rathena/blob/master/conf/battle/player.conf#L171

     

    And for the VIP checking

     

     

     

    *vip_status(<type>,{"<character name>"})
     
    Returns various information about a player's VIP status.
     
    Valid types:
     1 - VIP status. (1 if VIP, 0 if non-VIP)
     2 - VIP expire date. (timestamp string if VIP, 0 if non-VIP)
     3 - VIP time remaining. (timestamp string if VIP, 0 if non-VIP)
     

    NOTE: This command is only available if the VIP System is enabled.

     

     

    ya thanks now I know how to check if vip player

     

    but that's not my question , vip_base_exp_increase: 50 = Exp value Premium +50% , already tried that

     

    What i'm asking is why after 15 mins the rAthenaServer exp increased to 1400% lol and the drops to 900% ( for all player )

     

    and this is how premium looks like

     

    post-3334-0-03759700-1403568033_thumb.jpg

×
×
  • Create New...