Freecz Posted May 31, 2020 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 28 Reputation: 0 Joined: 05/27/20 Last Seen: September 24, 2024 Share Posted May 31, 2020 (edited) Objective: Gusto ko lang sana gumawa ng custom bloody branch na ang pangalan ay Mystic Branch na kung san mga piling rare mvp monsters lang ang nasa summon doon. Hi mga repa sinubukan ko i follow yung steps dito sa article na ito kaso ang problema parang outdated na sya hindi tugma ang guide sa laman ng folders ko. halimbawa naka lagay jaan na baguhin ko ung : const char* mobfile[] = { DBPATH"mob_branch.txt", DBPATH"mob_poring.txt", DBPATH"mob_boss.txt", "mob_pouch.txt", "mob_classchange.txt"}; pero wala sya di ko sya makita sa mob.cpp ko. ito ung lumalabas na error kapag sinubukan ko mag summon sa mystic branch. eto naman yung mga steps na ginawa ko nung ininstall ko ung mystic branch. 1. pumunta ako sa src>map>mob.cpp - dinagdagan ko ito mob_rare_boss.txt 2. pumunta naman akosa src>map>mob.hpp tapos ay dinagdag ko naman to 3. after nyan mga boss ni recompile ko kasi SRC file sya. 4. pumunta ako sa db>pre-re then dinagdag ko dito ung mob_rare_boss.txt eto yung nasa loob nya 5. ginawa ko ay nag type ako ng @reloadmobdb at sinubukan ko na din i restart ang server pero hindi pa din ito gumagana. hanggang sa napansin ko na sa putty ay ganito ang lumabas note: alam ko mga boss sasabihin nyo sakin hanapin ko sa google dahil marami. Pero nag hanap na ako mga boss wala talaga ako mahanap kasi parang outdated na lahat ng guide. paki tulungan naman po ako sa nakakalam kung pano lutasin itong problemang ito maraming salamat!. Edited May 31, 2020 by Freecz Quote Link to comment Share on other sites More sharing options...
Ronald Posted June 9, 2020 Group: Members Topic Count: 22 Topics Per Day: 0.01 Content Count: 250 Reputation: 21 Joined: 06/04/14 Last Seen: November 17, 2024 Share Posted June 9, 2020 Separate item? If not why not just change the item name itself. Quote Link to comment Share on other sites More sharing options...
reyesdark Posted August 5, 2020 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 1 Reputation: 1 Joined: 05/20/12 Last Seen: August 27, 2023 Share Posted August 5, 2020 Declare in script_constants.hpp /* mob random groups */ export_constant(MOBG_Branch_Of_Dead_Tree); export_constant(MOBG_Poring_Box); export_constant(MOBG_Bloody_Dead_Branch); export_constant(MOBG_Red_Pouch_Of_Surprise); export_constant(MOBG_YOUR_Branch); export_constant(MOBG_ClassChange); export_constant(MOBG_Taekwon_Mission); 1 Quote Link to comment Share on other sites More sharing options...
f_fman Posted July 9, 2021 Group: Members Topic Count: 10 Topics Per Day: 0.01 Content Count: 29 Reputation: 1 Joined: 03/28/21 Last Seen: September 30, 2021 Share Posted July 9, 2021 thats work for me, but for a Reason, after the first Rebuild of the Solution after that change, I only can modify the MVP that I originally put in the custom group, but it doesnt detect the new MVPs that I add to it. Quote Link to comment Share on other sites More sharing options...
Ronald Posted July 14, 2021 Group: Members Topic Count: 22 Topics Per Day: 0.01 Content Count: 250 Reputation: 21 Joined: 06/04/14 Last Seen: November 17, 2024 Share Posted July 14, 2021 On 7/9/2021 at 7:28 PM, f_fman said: thats work for me, but for a Reason, after the first Rebuild of the Solution after that change, I only can modify the MVP that I originally put in the custom group, but it doesnt detect the new MVPs that I add to it. Did you created a new txt file for the new branch? Make sure that the format for the new txt file is the same on what you inputted on the src mod. export_constant(MOBG_YOUR_Branch); Quote Link to comment Share on other sites More sharing options...
f_fman Posted July 15, 2021 Group: Members Topic Count: 10 Topics Per Day: 0.01 Content Count: 29 Reputation: 1 Joined: 03/28/21 Last Seen: September 30, 2021 Share Posted July 15, 2021 16 hours ago, Ronald said: Did you created a new txt file for the new branch? Make sure that the format for the new txt file is the same on what you inputted on the src mod. export_constant(MOBG_YOUR_Branch); yes I did, I modified the monster_summon and the new txt for the branch. Quote Link to comment Share on other sites More sharing options...
chatterboy Posted July 30, 2021 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 309 Reputation: 26 Joined: 11/26/12 Last Seen: November 22, 2024 Share Posted July 30, 2021 Di ba pwede bro gawa ka new item tas script command nalang mas simply ^_^ Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.