Jump to content

Brothers

Advanced members
  • Content Count

    112
  • Joined

  • Last visited

  • Days Won

    3

Brothers last won the day on October 20 2021

Brothers had the most liked content!

Community Reputation

21 Neutral

2 Followers

About Brothers

  • Rank
    Pirate

Recent Profile Visitors

1,815 profile views
  1. For Forsaken city, i change all map to Abandone... right?
  2. Any trick to get a text above portal? I have the portal, but you cant read to where it leads, it would be nice if you can read" {Forsaken City, only lv 45 players} for example..
  3. You want feedback? I just read few words, all about: Many Request.. At the end, its your server. I can imagine you want make everyone happy, but u cant. So i wouldnt listen that much to players, but keep the server the way u like it And ignore the haters! Goodluck with the server! Have a wonderful time!
  4. Have you tried it? If not, i rather recommend you to try first. I dont have too much experience, so i cant read errors quickly.
  5. I think what you want is very difficult. You want to start with lv 75 equipments with +15 gems? And later wanna exchange it to lv 80 equipments with +10 gems?
  6. Yea, i 3 times checked again and again, and it worked. Thank u
  7. Theres a problem, you delete all the skills, so also the rebirth skills. I updated your list with lv 2 rebirth skills for rebirth 2 (I have no rebirth 3 in my scripts yet) function GetChaName1_born2 ( role,npc ) local cha_type = GetChaTypeID ( role ) if cha_type~=1 then SystemNotice( role ,"Only Lance Can Become Crusader") return end local check=GetChaName_born2 ( role ) if check==0 then SystemNotice( role ,"Requirements Do Not Meet") return end local cha_job = GetChaAttr( role , ATTR_JOB ) --SetChaAttr(role, ATTR_JOB ,9 ) GiveItem_chibang2 ( role ) --翅膀 local sk_add = SK_WYZ AddChaSkill ( role , sk_add , 2 , 1 , 0 ) SetChaAttrI(role, ATTR_CSAILEXP , 10000) RefreshCha ( role ) end -------------------------------重生为巨剑 function GetChaName2_born2 ( role,npc ) local cha_type = GetChaTypeID ( role ) if cha_type~=2 then SystemNotice( role ,"Only Carsise Can Become Champion") return end local check=GetChaName_born2 ( role ) if check==0 then SystemNotice( role ,"Requirements Do Not Meet") return end local cha_job = GetChaAttr( role , ATTR_JOB ) --SetChaAttr(role, ATTR_JOB ,8 ) GiveItem_chibang2 ( role ) --翅膀 local sk_add = SK_BSJ AddChaSkill ( role , sk_add , 2 , 1 , 0 ) SetChaAttrI(role, ATTR_CSAILEXP , 10000) RefreshCha ( role ) end -------------------------------重生为航海士 function GetChaName3_born2 ( role,npc ) local cha_type = GetChaTypeID ( role ) if cha_type~=1 and cha_type~=3 and cha_type~=4 then SystemNotice( role ,"Only Lance, Phyllis and Ami Can Become Voyager") return end local check=GetChaName_born2 ( role ) if check==0 then SystemNotice( role ,"Requirements Do Not Meet") return end local cha_job = GetChaAttr( role , ATTR_JOB ) --SetChaAttr(role, ATTR_JOB ,16 ) GiveItem_chibang2 ( role ) --翅膀 local sk_add = SK_CYN AddChaSkill ( role , sk_add , 2 , 1 , 0 ) SetChaAttrI(role, ATTR_CSAILEXP , 10000) RefreshCha ( role ) end -------------------------------重生为狙击手 function GetChaName4_born2 ( role,npc ) local cha_type = GetChaTypeID ( role ) if cha_type~=1 and cha_type~=3 then SystemNotice( role ,"Only Lance and Phyllis Can Become Sharpshooter") return end local check=GetChaName_born2 ( role ) if check==0 then SystemNotice( role ,"Requirements Do Not Meet") return end local cha_job = GetChaAttr( role , ATTR_JOB ) --SetChaAttr(role, ATTR_JOB ,12 ) GiveItem_chibang2 ( role ) --翅膀 local sk_add = SK_HLP AddChaSkill ( role , sk_add , 2 , 1 , 0 ) SetChaAttrI(role, ATTR_CSAILEXP , 10000) RefreshCha ( role ) end -------------------------------重生为圣职者 function GetChaName5_born2 ( role,npc ) local cha_type = GetChaTypeID ( role ) if cha_type~=3 and cha_type~=4 then SystemNotice( role ,"Only Phyllis and Ami Can Become Cleric") return end local check=GetChaName_born2 ( role ) if check==0 then SystemNotice( role ,"Requirements Do Not Meet") return end local cha_job = GetChaAttr( role , ATTR_JOB ) --SetChaAttr(role, ATTR_JOB ,13 ) GiveItem_chibang2 ( role ) --翅膀 local sk_add = SK_SSSP AddChaSkill ( role , sk_add , 2 , 1 , 0 ) SetChaAttrI(role, ATTR_CSAILEXP , 10000) RefreshCha ( role ) end -------------------------------重生为封印师 function GetChaName6_born2 ( role,npc ) local cha_type = GetChaTypeID ( role ) if cha_type~=3 and cha_type~=4 then SystemNotice( role ,"Only Phyllis and Ami Can Become Seal Master") return end local check=GetChaName_born2 ( role ) if check==0 then SystemNotice( role ,"Requirements Do Not Meet") return end local cha_job = GetChaAttr( role , ATTR_JOB ) --SetChaAttr(role, ATTR_JOB ,14 ) GiveItem_chibang2 ( role ) --翅膀 local sk_add = SK_SSSP AddChaSkill ( role , sk_add , 2 , 1 , 0 ) SetChaAttrI(role, ATTR_CSAILEXP , 10000) RefreshCha ( role ) end function GiveItem_chibang2 ( role ) local cha_type = GetChaTypeID ( role ) if cha_type==1 then GiveItem( role , 0 , 136 , 1 , 4 ) elseif cha_type==2 then GiveItem( role , 0 , 139 , 1 , 4 ) elseif cha_type==3 then GiveItem( role , 0 , 129 , 1 , 4 ) elseif cha_type==4 then GiveItem( role , 0 , 132 , 1 , 4 ) end end
  8. Its all about these lines [Source of RB2] local cha_skill_num=GetChaAttr(role, ATTR_TP ) local clear_skill_num=ClearFightSkill(role) cha_skill_num=cha_skill_num+clear_skill_num SetChaAttr(role, ATTR_TP ,cha_skill_num ) local ap = GetChaAttr( role , ATTR_AP ) local cha_str = GetChaAttr(role, ATTR_BSTR ) local cha_dex = GetChaAttr(role, ATTR_BDEX ) local cha_agi = GetChaAttr(role, ATTR_BAGI ) local cha_con = GetChaAttr(role, ATTR_BCON ) local cha_sta = GetChaAttr(role, ATTR_BSTA ) ap=ap+cha_str+cha_dex+cha_agi+cha_con+cha_sta-75 SetChaAttr(role, ATTR_BSTR ,15 ) SyncChar(role,12) SetChaAttr(role, ATTR_BDEX ,15 ) SyncChar(role,12) SetChaAttr(role, ATTR_BAGI ,15 ) SyncChar(role,12) SetChaAttr(role, ATTR_BCON,15 ) SyncChar(role,12) SetChaAttr(role, ATTR_BSTA,15 ) SyncChar(role,12) SetChaAttr(role , ATTR_AP,ap ) SyncChar(role,12) AddSailExp(role, npc , 1 , 1 ) local sk_add = SK_ZSSL AddChaSkill ( role , sk_add , 2 , 2 , 0 ) PlayEffect( npc, 361 ) Notice("Extreme celebration "..cha_name.." 2nd Rebirth successful. Blessing from the whole server "..cha_name.." Hope you have a safe journey and everything goes your way!") return 1 end I guess this line steals your stats points: ap=ap+cha_str+cha_dex+cha_agi+cha_con+cha_sta-75
  9. Yea, but i get an error because my script doenst know the way the stone looks like = x2013 everytime i open game server, it gives error about the Revive Stone
  10. Hey guys, i dont have the 2nd rebirth stone in my iteminfo.txt... Its probably ID 5765, Revive Stone , asking if someone can copy the full line out of the iteminfo? Thank you!
  11. That sounds very great! Here, im for 2 years trying to create a top server, then stop, then restart, then stop. I dont bother, cause its just nostalgia and fun. I have no experience in computer stuff, but its fun to have a thought about how to run a server, and just try. Perhaps in the future when im happy, i will try to open it.
  12. Your welcome! What keeps you here? Loving the community or? Perhaps diff channel for this haha
  13. Ah oke, thanks for your replys! I changed item to auto rations, guess everyone will have that one in inventory
  14. Btw, your facebook link aint working ;3
×
×
  • Create New...