Werdio Posted December 6, 2012 Group: Members Topic Count: 83 Topics Per Day: 0.02 Content Count: 248 Reputation: 1 Joined: 06/27/12 Last Seen: May 9, 2016 Share Posted December 6, 2012 I changed the maximal base level of a Homunculus to 250. /conf/battle/homunc.conf I restartet the Server but the level was just 99 why? What I have to edit in the src? Quote Link to comment Share on other sites More sharing options...
michaelsoftman Posted December 6, 2012 Group: Members Topic Count: 48 Topics Per Day: 0.01 Content Count: 410 Reputation: 29 Joined: 04/04/12 Last Seen: November 28, 2024 Share Posted December 6, 2012 You have to add more values into exp_homun.txt Quote Link to comment Share on other sites More sharing options...
Werdio Posted December 7, 2012 Group: Members Topic Count: 83 Topics Per Day: 0.02 Content Count: 248 Reputation: 1 Joined: 06/27/12 Last Seen: May 9, 2016 Author Share Posted December 7, 2012 Give me a example please . Quote Link to comment Share on other sites More sharing options...
Cydh Posted December 8, 2012 Group: Developer Topic Count: 153 Topics Per Day: 0.03 Content Count: 2285 Reputation: 748 Joined: 06/16/12 Last Seen: February 21 Share Posted December 8, 2012 example: copy your exp.txt contains to exp_homun.txt Quote Link to comment Share on other sites More sharing options...
Werdio Posted December 10, 2012 Group: Members Topic Count: 83 Topics Per Day: 0.02 Content Count: 248 Reputation: 1 Joined: 06/27/12 Last Seen: May 9, 2016 Author Share Posted December 10, 2012 But thats not the same :/ Quote Link to comment Share on other sites More sharing options...
Cydh Posted December 10, 2012 Group: Developer Topic Count: 153 Topics Per Day: 0.03 Content Count: 2285 Reputation: 748 Joined: 06/16/12 Last Seen: February 21 Share Posted December 10, 2012 that why it's called example.. xD you can reduce some digits behind it as you like.. haha Quote Link to comment Share on other sites More sharing options...
Werdio Posted December 12, 2012 Group: Members Topic Count: 83 Topics Per Day: 0.02 Content Count: 248 Reputation: 1 Joined: 06/27/12 Last Seen: May 9, 2016 Author Share Posted December 12, 2012 I mean what I have to write after 9945920 for a lvl 255 Homunculus :/ db/pre-re/exp_homun.txt //Homunculus LvUp experience value table 50 110 180 260 350 630 950 1310 1710 2150 3180 4300 5510 6810 8200 10800 13560 16480 19560 22800 28090 33630 39420 45460 51750 61500 70910 81030 91510 102350 117580 133300 149510 166210 183400 206480 230200 254560 279560 305200 338450 372510 407380 443060 479550 525590 572630 620670 669710 719750 781500 844460 908630 974010 1040600 1121280 1203400 1286960 1371960 1458400 1561530 1666350 1772860 1881060 1990950 2120350 2251710 2385030 2520310 2657550 2817340 2979380 3143670 3310210 3479000 3673600 3870760 4070480 4272760 4477600 4711730 4948750 5188660 5431460 5677150 5955830 6237750 6522910 6811310 7102950 7431500 7763660 8099430 8438810 8781800 9165840 9553880 9945920 // `.´ f*ck 0 Quote Link to comment Share on other sites More sharing options...
Cydh Posted December 12, 2012 Group: Developer Topic Count: 153 Topics Per Day: 0.03 Content Count: 2285 Reputation: 748 Joined: 06/16/12 Last Seen: February 21 Share Posted December 12, 2012 I mean what I have to write after 9945920 for a lvl 255 Homunculus :/ xD you can copy last line then paste it until 255th line.. xD or, maybe you can use iteration function(for, while, do-while), and decide the exp different for each next line.. Quote Link to comment Share on other sites More sharing options...
michaelsoftman Posted December 12, 2012 Group: Members Topic Count: 48 Topics Per Day: 0.01 Content Count: 410 Reputation: 29 Joined: 04/04/12 Last Seen: November 28, 2024 Share Posted December 12, 2012 You just make up values for yourself up to 255. Or write some type of quick program to loop the amount of times you need, outputting an exp value with some variance to it. I did that a while ago for exp tables Quote Link to comment Share on other sites More sharing options...
Cydh Posted December 12, 2012 Group: Developer Topic Count: 153 Topics Per Day: 0.03 Content Count: 2285 Reputation: 748 Joined: 06/16/12 Last Seen: February 21 Share Posted December 12, 2012 (edited) save this file to .php file.. on your localhost folder. (ex.: xampp\htdocs\gohomeexpyouaredrunk.php) run it from your browser (ex.: http://localhost/goh...youaredrunk.php) then copy the results to exp_homun.txt <?php $interval = 0; for($i = 99; $i < 255; $i++){ $interval += 12345; echo 9945920+$interval."<br />"; } ?> Edited December 12, 2012 by cydh Quote Link to comment Share on other sites More sharing options...
Werdio Posted December 12, 2012 Group: Members Topic Count: 83 Topics Per Day: 0.02 Content Count: 248 Reputation: 1 Joined: 06/27/12 Last Seen: May 9, 2016 Author Share Posted December 12, 2012 (edited) I use a root not xamp wtf is that I just want to know how I can set the exp of a hom so that blvl 255 works `.´ Please write it here Edited December 12, 2012 by Lightning Farron Quote Link to comment Share on other sites More sharing options...
Cydh Posted December 13, 2012 Group: Developer Topic Count: 153 Topics Per Day: 0.03 Content Count: 2285 Reputation: 748 Joined: 06/16/12 Last Seen: February 21 Share Posted December 13, 2012 (edited) from 100 ~ 255 9958265 9970610 9982955 9995300 10007645 10019990 10032335 10044680 10057025 10069370 10081715 10094060 10106405 10118750 10131095 10143440 10155785 10168130 10180475 10192820 10205165 10217510 10229855 10242200 10254545 10266890 10279235 10291580 10303925 10316270 10328615 10340960 10353305 10365650 10377995 10390340 10402685 10415030 10427375 10439720 10452065 10464410 10476755 10489100 10501445 10513790 10526135 10538480 10550825 10563170 10575515 10587860 10600205 10612550 10624895 10637240 10649585 10661930 10674275 10686620 10698965 10711310 10723655 10736000 10748345 10760690 10773035 10785380 10797725 10810070 10822415 10834760 10847105 10859450 10871795 10884140 10896485 10908830 10921175 10933520 10945865 10958210 10970555 10982900 10995245 11007590 11019935 11032280 11044625 11056970 11069315 11081660 11094005 11106350 11118695 11131040 11143385 11155730 11168075 11180420 11192765 11205110 11217455 11229800 11242145 11254490 11266835 11279180 11291525 11303870 11316215 11328560 11340905 11353250 11365595 11377940 11390285 11402630 11414975 11427320 11439665 11452010 11464355 11476700 11489045 11501390 11513735 11526080 11538425 11550770 11563115 11575460 11587805 11600150 11612495 11624840 11637185 11649530 11661875 11674220 11686565 11698910 11711255 11723600 11735945 11748290 11760635 11772980 11785325 11797670 11810015 11822360 11834705 11847050 11859395 11871740 Edited December 13, 2012 by cydh Quote Link to comment Share on other sites More sharing options...
Werdio Posted December 13, 2012 Group: Members Topic Count: 83 Topics Per Day: 0.02 Content Count: 248 Reputation: 1 Joined: 06/27/12 Last Seen: May 9, 2016 Author Share Posted December 13, 2012 Thank you, I hope it will work x') Quote Link to comment Share on other sites More sharing options...
paviya Posted December 17, 2012 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 5 Reputation: 0 Joined: 12/17/12 Last Seen: January 18, 2014 Share Posted December 17, 2012 example: copy your exp.txt contains to exp_homun.txt ]Thanks for giving information Quote Link to comment Share on other sites More sharing options...
Question
Werdio
I changed the maximal base level of a Homunculus to 250. /conf/battle/homunc.conf
I restartet the Server but the level was just 99 why?
What I have to edit in the src?
Link to comment
Share on other sites
13 answers to this question
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.