Jump to content

Werdio

Members
  • Posts

    248
  • Joined

  • Last visited

Everything posted by Werdio

  1. What for script? Do you mean login-server.sh or map-server.sh ???
  2. ofc.
  3. Yes ./athena-start restart works but after a time Server crash again.
  4. I censored the IP Adress ... don't wonder Ok, I type in the password which I use to connect to my Server via PuTTy. But then "Authentication Failed"
  5. lhz_dun03,2,2,0 script summon_boss_lt -1,{ OnInit: initnpctimer; end; OnTimer6000000: if (rand(1,6) == 1) { donpcevent "summon_boss_lt::Onsummon"; stopnpctimer; } end; OnTimer6300000: if (rand(1,6) == 2) { donpcevent "summon_boss_lt::Onsummon"; stopnpctimer; } end; OnTimer6600000: if (rand(1,6) == 3) { donpcevent "summon_boss_lt::Onsummon"; stopnpctimer; } end; OnTimer6900000: if (rand(1,6) == 4) { donpcevent "summon_boss_lt::Onsummon"; stopnpctimer; } end; OnTimer7200000: if (rand(1,6) == 5) { donpcevent "summon_boss_lt::Onsummon"; stopnpctimer; } end; OnTimer7500000: if (rand(1,6) == 6) { donpcevent "summon_boss_lt::Onsummon"; stopnpctimer; } end; OnTimer7800000: donpcevent "summon_boss_lt::Onsummon"; stopnpctimer; end; Onsummon: // Select Coordinates to summon a random MVP on switch(rand(1,6)) { case 1: set .@x,140; set .@y,232; break; case 2: set .@x,75; set .@y,138; break; case 3: set .@x,140; set .@y,87; break; case 4: set .@x,205; set .@y,140; break; case 5: set .@x,123; set .@y,137; break; case 6: set .@x,175; set .@y,137; break; } set .@mob,rand(1646,1651); monster "lhz_dun03",.@x,.@y,strmobinfo(1,.@mob),.@mob,1,"summon_boss_lt::OnMyMvPDead"; // Select Coordinates to summon a random 99 on switch(rand(1,6)) { case 1: set .@x2,183; set .@y2,97; break; case 2: set .@x2,97; set .@y2,96; break; case 3: set .@x2,47; set .@y2,139; break; case 4: set .@x2,231; set .@y2,140; break; case 5: set .@x2,139; set .@y2,211; break; case 6: set .@x2,139; set .@y2,259; break; } set .@mob2,rand(1640,1645); monster "lhz_dun03",.@x2,.@y2,strmobinfo(1,.@mob2),.@mob2,1,"summon_boss_lt::OnMVP"; end; OnMyMvPDead: killmonster "lhz_dun03","summon_boss_lt::OnMVP"; initnpctimer; end; //Required to keep from erroring OnMVP: end; } Just the MvPs didn't spawn. I restartet the server and go to lhz_dun03, use convex Mirror but no trace of a Boss Monster ...
  6. Okay here is the message. How I can solve it so that I can log in ? :> Please need fast help. Light ~
  7. The Server crashed and I can't log in. In Become this Error in PuTTy :
  8. Thank you again, I hope it will work Didn't work x< I use pre renewal if you want to know this
  9. Hi, I want to set this Mob form "Water" Element to "Neutral" Element, I tried it with this but it didn't help me. Now I'm forced to ask you how I can change this Monster to Neutral element .. Please Help möööööö 2505,MINERAL,Goldini,Goldini,1,533333,0,0,0,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,0x0,400,1872,672,480,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,969,200,969,100,969,50,969,25,0,0,0,0
  10. Hi, I've noticed that LHZ3 Mobs dind't spawn. Why? Here look at the lhz_dun.txt I am convinced that everything is correct. //===== rAthena Script ======================================= //= Lighthalzen Dungeon(Biolabs) Monster Spawn Script //===== By: ================================================== // The Prometheus Project, rAthena dev team //===== Current Version: ===================================== //= 1.8 //===== Compatible With: ===================================== //= Any Athena //===== Additional Comments: ================================= //= 08/24/05 : Added 1st version. [Muad_Dib] //= 1.1: Some corrections to level 1, 2 as pointed out by //= MasterofMuppets. [skotlex] //= 1.3: Some fixes based on kRO's "RO Map" [Poki#3] //= I also made the place more Moby ^^ //= 1.4: Adjusted spawns according to own info from iRO [MasterOfMuppets] //= 1.5: More accurate spawn numbers and iRO names thanks to Tharis [Playtester] //= 1.6: Official X.3 spawns [Playtester] //= 1.7 Corrected MVP spawn function to be standard to iRO. [L0ne_W0lf] //= - A random 99 will now be spawned when the MVP spawns. //= - Spare spawn and MVP spawn now spawn in official locations. //= - Expandeded timer to allow for varying spawn times. //= 1.7a Added dummy event to keep from causnig warnings. [L0ne_W0lf] //= 1.8 Corrected MVP spawn variance (Labs2 MVP). [L0ne_W0lf] //============================================================ //======================================================================================== // lhz_dun01 - Bio-life Labs 1F //======================================================================================== lhz_dun01,0,0,0,0 monster Metaling 1613,50,0,0,0 lhz_dun01,0,0,0,0 monster Anopheles 1627,70,0,0,0 lhz_dun01,0,0,0,0 monster Remover 1682,100,0,0,0 lhz_dun01,0,0,0,0 monster Egnigem Cenia 1652,1,0,0,0 lhz_dun01,0,0,0,0 monster Wickebine Tres 1653,1,0,0,0 lhz_dun01,0,0,0,0 monster Armeyer Dinze 1654,1,0,0,0 lhz_dun01,0,0,0,0 monster Errende Ebecee 1655,1,0,0,0 lhz_dun01,0,0,0,0 monster Kavach Icarus 1656,1,0,0,0 lhz_dun01,0,0,0,0 monster Laurell Weinder 1657,1,0,0,0 lhz_dun01,150,50,16,18 monster Egnigem Cenia 1652,1,900000,800000,1 lhz_dun01,150,50,16,18 monster Wickebine Tres 1653,1,900000,800000,1 lhz_dun01,150,50,16,18 monster Armeyer Dinze 1654,1,900000,800000,1 lhz_dun01,150,50,16,18 monster Errende Ebecee 1655,5,900000,800000,1 lhz_dun01,150,50,16,18 monster Kavach Icarus 1656,5,600000,300000,1 lhz_dun01,150,50,16,18 monster Laurell Weinder 1657,5,600000,300000,1 lhz_dun01,250,150,18,30 monster Egnigem Cenia 1652,4,900000,800000,1 lhz_dun01,250,150,18,30 monster Wickebine Tres 1653,4,600000,300000,1 lhz_dun01,250,150,18,30 monster Armeyer Dinze 1654,4,900000,800000,1 lhz_dun01,250,150,18,30 monster Errende Ebecee 1655,2,900000,800000,1 lhz_dun01,250,150,18,30 monster Kavach Icarus 1656,2,900000,800000,1 lhz_dun01,250,150,18,30 monster Laurell Weinder 1657,2,600000,300000,1 lhz_dun01,50,150,11,35 monster Egnigem Cenia 1652,1,600000,300000,1 lhz_dun01,50,150,11,35 monster Wickebine Tres 1653,4,900000,800000,1 lhz_dun01,50,150,11,35 monster Armeyer Dinze 1654,1,900000,800000,1 lhz_dun01,50,150,11,35 monster Errende Ebecee 1655,4,900000,800000,1 lhz_dun01,50,150,11,35 monster Kavach Icarus 1656,4,900000,800000,1 lhz_dun01,50,150,11,35 monster Laurell Weinder 1657,2,600000,300000,1 lhz_dun01,192,61,18,30 monster Egnigem Cenia 1652,1,900000,800000,1 lhz_dun01,192,61,18,30 monster Wickebine Tres 1653,1,900000,800000,1 lhz_dun01,192,61,18,30 monster Armeyer Dinze 1654,1,900000,800000,1 lhz_dun01,192,61,18,30 monster Errende Ebecee 1655,1,900000,800000,1 lhz_dun01,192,61,18,30 monster Kavach Icarus 1656,1,900000,800000,1 lhz_dun01,192,61,18,30 monster Laurell Weinder 1657,1,900000,800000,1 lhz_dun01,0,0,0,0 monster Gemini-S58 1681,1,7200000,5400000,0 //======================================================================================== // lhz_dun02 - Bio-life Labs 2F //======================================================================================== lhz_dun02,0,0,0,0 monster Egnigem Cenia 1652,26,0,0,0 lhz_dun02,0,0,0,0 monster Wickebine Tres 1653,26,0,0,0 lhz_dun02,0,0,0,0 monster Armeyer Dinze 1654,26,0,0,0 lhz_dun02,0,0,0,0 monster Errende Ebecee 1655,26,0,0,0 lhz_dun02,0,0,0,0 monster Kavach Icarus 1656,26,0,0,0 lhz_dun02,0,0,0,0 monster Laurell Weinder 1657,26,0,0,0 lhz_dun02,150,150,56,54 monster Egnigem Cenia 1652,4,120000,60000,1 lhz_dun02,150,150,56,54 monster Wickebine Tres 1653,4,120000,60000,1 lhz_dun02,150,150,56,54 monster Armeyer Dinze 1654,4,120000,60000,1 lhz_dun02,150,150,56,54 monster Errende Ebecee 1655,4,120000,60000,1 lhz_dun02,150,150,56,54 monster Kavach Icarus 1656,4,120000,60000,1 lhz_dun02,150,150,56,54 monster Laurell Weinder 1657,4,120000,60000,1 lhz_dun02,150,150,105,90 monster Egnigem Cenia 1652,10,120000,60000,1 lhz_dun02,150,150,105,90 monster Wickebine Tres 1653,10,120000,60000,1 lhz_dun02,150,150,105,90 monster Armeyer Dinze 1654,10,120000,60000,1 lhz_dun02,150,150,105,90 monster Errende Ebecee 1655,10,120000,60000,1 lhz_dun02,150,150,105,90 monster Kavach Icarus 1656,10,120000,60000,1 lhz_dun02,150,150,105,90 monster Laurell Weinder 1657,10,120000,60000,1 lhz_dun02,0,0,0,0 monster Egnigem Cenia 1652,10,300000,150000,1 lhz_dun02,0,0,0,0 monster Wickebine Tres 1653,10,300000,150000,1 lhz_dun02,0,0,0,0 monster Armeyer Dinze 1654,10,300000,150000,1 lhz_dun02,0,0,0,0 monster Errende Ebecee 1655,10,300000,150000,1 lhz_dun02,0,0,0,0 monster Kavach Icarus 1656,10,300000,150000,1 lhz_dun02,0,0,0,0 monster Laurell Weinder 1657,10,300000,150000,1 lhz_dun02,0,0,0,0 monster Remover 1682,20,300000,150000,1 lhz_dun02,0,0,0,0 monster Eremes Guile 1635,1,180000,120000,0 lhz_dun02,0,0,0,0 monster Gemini-S58 1681,10,5400000,180000,0 lhz_dun02,0,0,0,0 boss_monster Egnigem Cenia 1658,1,7200000,600000,1 //======================================================================================== // lhz_dun03 - Bio-life Labs 3F //======================================================================================== lhz_dun03,140,235,116,30 monster Seyren Windsor 1634,4,180000,120000,0 lhz_dun03,140,235,116,30 monster Eremes Guile 1635,4,180000,120000,0 lhz_dun03,140,235,116,30 monster Howard Alt-Eisen 1636,4,180000,120000,0 lhz_dun03,140,235,116,30 monster Margaretha Sorin 1637,4,180000,120000,0 lhz_dun03,140,235,116,30 monster Cecil Damon 1638,4,180000,120000,0 lhz_dun03,140,235,116,30 monster Kathryne Keyron 1639,4,180000,120000,0 lhz_dun03,40,214,16,16 monster Seyren Windsor 1634,1,120000,60000,0 lhz_dun03,40,214,16,16 monster Eremes Guile 1635,1,120000,60000,0 lhz_dun03,40,214,16,16 monster Howard Alt-Eisen 1636,1,120000,60000,0 lhz_dun03,40,214,16,16 monster Margaretha Sorin 1637,1,120000,60000,0 lhz_dun03,40,214,16,16 monster Cecil Damon 1638,1,120000,60000,0 lhz_dun03,40,214,16,16 monster Kathryne Keyron 1639,1,120000,60000,0 lhz_dun03,240,213,16,17 monster Seyren Windsor 1634,1,120000,60000,0 lhz_dun03,240,213,16,17 monster Eremes Guile 1635,1,120000,60000,0 lhz_dun03,240,213,16,17 monster Howard Alt-Eisen 1636,1,120000,60000,0 lhz_dun03,240,213,16,17 monster Margaretha Sorin 1637,1,120000,60000,0 lhz_dun03,240,213,16,17 monster Cecil Damon 1638,1,120000,60000,0 lhz_dun03,240,213,16,17 monster Kathryne Keyron 1639,1,120000,60000,0 lhz_dun03,140,65,108,38 monster Seyren Windsor 1634,7,120000,160000,0 lhz_dun03,140,65,108,38 monster Eremes Guile 1635,7,120000,160000,0 lhz_dun03,140,65,108,38 monster Howard Alt-Eisen 1636,7,120000,160000,0 lhz_dun03,140,65,108,38 monster Margaretha Sorin 1637,7,120000,160000,0 lhz_dun03,140,65,108,38 monster Cecil Damon 1638,7,120000,60000,0 lhz_dun03,140,65,108,38 monster Kathryne Keyron 1639,7,120000,60000,0 lhz_dun03,140,31,8,15 monster Seyren Windsor 1634,1,600000,540000,0 lhz_dun03,140,31,8,15 monster Eremes Guile 1635,1,540000,480000,0 lhz_dun03,140,31,8,15 monster Howard Alt-Eisen 1636,1,600000,540000,0 lhz_dun03,140,31,8,15 monster Margaretha Sorin 1637,1,540000,480000,0 lhz_dun03,140,31,8,15 monster Cecil Damon 1638,1,600000,540000,0 lhz_dun03,140,31,8,15 monster Kathryne Keyron 1639,1,540000,480000,0 lhz_dun03,40,66,16,16 monster Seyren Windsor 1634,1,120000,60000,0 lhz_dun03,40,66,16,16 monster Eremes Guile 1635,1,120000,60000,0 lhz_dun03,40,66,16,16 monster Howard Alt-Eisen 1636,1,120000,60000,0 lhz_dun03,40,66,16,16 monster Margaretha Sorin 1637,1,120000,60000,0 lhz_dun03,40,66,16,16 monster Cecil Damon 1638,1,120000,60000,0 lhz_dun03,40,66,16,16 monster Kathryne Keyron 1639,1,120000,60000,0 lhz_dun03,240,66,16,16 monster Seyren Windsor 1634,1,120000,60000,0 lhz_dun03,240,66,16,16 monster Eremes Guile 1635,1,120000,60000,0 lhz_dun03,240,66,16,16 monster Howard Alt-Eisen 1636,1,120000,60000,0 lhz_dun03,240,66,16,16 monster Margaretha Sorin 1637,1,120000,60000,0 lhz_dun03,240,66,16,16 monster Cecil Damon 1638,1,120000,60000,0 lhz_dun03,240,66,16,16 monster Kathryne Keyron 1639,1,120000,60000,0 lhz_dun03,54,131,35,39 monster Seyren Windsor 1634,5,180000,120000,0 lhz_dun03,54,131,35,39 monster Eremes Guile 1635,5,180000,120000,0 lhz_dun03,54,131,35,39 monster Howard Alt-Eisen 1636,5,180000,120000,0 lhz_dun03,54,131,35,39 monster Margaretha Sorin 1637,5,180000,120000,0 lhz_dun03,54,131,35,39 monster Cecil Damon 1638,5,120000,60000,0 lhz_dun03,54,131,35,39 monster Kathryne Keyron 1639,5,120000,60000,0 lhz_dun03,228,137,35,39 monster Seyren Windsor 1634,5,180000,120000,0 lhz_dun03,228,137,35,39 monster Eremes Guile 1635,5,180000,120000,0 lhz_dun03,228,137,35,39 monster Howard Alt-Eisen 1636,5,180000,120000,0 lhz_dun03,228,137,35,39 monster Margaretha Sorin 1637,5,180000,120000,0 lhz_dun03,228,137,35,39 monster Cecil Damon 1638,5,120000,60000,0 lhz_dun03,228,137,35,39 monster Kathryne Keyron 1639,5,120000,60000,0 lhz_dun03,138,138,36,34 monster Seyren Windsor 1634,3,120000,60000,0 lhz_dun03,138,138,36,34 monster Eremes Guile 1635,3,120000,60000,0 lhz_dun03,138,138,36,34 monster Howard Alt-Eisen 1636,3,120000,60000,0 lhz_dun03,138,138,36,34 monster Margaretha Sorin 1637,3,180000,120000,0 lhz_dun03,138,138,36,34 monster Cecil Damon 1638,4,0,0,0 lhz_dun03,138,138,36,34 monster Kathryne Keyron 1639,4,0,0,0 lhz_dun03,140,192,66,21 monster Seyren Windsor 1634,7,120000,60000,0 lhz_dun03,140,192,66,21 monster Eremes Guile 1635,7,180000,120000,0 lhz_dun03,140,192,66,21 monster Howard Alt-Eisen 1636,7,120000,60000,0 lhz_dun03,140,192,66,21 monster Margaretha Sorin 1637,7,180000,120000,0 lhz_dun03,140,192,66,21 monster Cecil Damon 1638,7,120000,60000,0 lhz_dun03,140,192,66,21 monster Kathryne Keyron 1639,7,120000,60000,0 lhz_dun03,89,164,4,8 monster Kathryne Keyron 1639,1,120000,60000,0 lhz_dun03,89,164,4,8 monster Cecil Damon 1638,3,120000,60000,0 lhz_dun03,107,167,4,5 monster Kathryne Keyron 1639,1,120000,60000,0 lhz_dun03,107,167,4,5 monster Cecil Damon 1638,3,120000,60000,0 lhz_dun03,171,167,4,5 monster Kathryne Keyron 1639,1,120000,60000,0 lhz_dun03,171,167,4,5 monster Cecil Damon 1638,3,120000,60000,0 lhz_dun03,189,164,4,8 monster Kathryne Keyron 1639,1,120000,60000,0 lhz_dun03,189,164,4,8 monster Cecil Damon 1638,3,120000,60000,0 lhz_dun03,89,113,4,9 monster Kathryne Keyron 1639,1,120000,60000,0 lhz_dun03,89,113,4,9 monster Cecil Damon 1638,3,120000,60000,0 lhz_dun03,107,109,4,5 monster Kathryne Keyron 1639,1,120000,60000,0 lhz_dun03,107,109,4,5 monster Cecil Damon 1638,3,120000,60000,0 lhz_dun03,171,109,4,5 monster Kathryne Keyron 1639,1,120000,60000,0 lhz_dun03,171,109,4,5 monster Cecil Damon 1638,3,120000,60000,0 lhz_dun03,189,113,4,9 monster Kathryne Keyron 1639,1,120000,60000,0 lhz_dun03,189,113,4,9 monster Cecil Damon 1638,3,120000,60000,0 lhz_dun03,96,164,13,8 monster Seyren Windsor 1634,2,300000,120000,0 lhz_dun03,96,164,13,8 monster Eremes Guile 1635,2,300000,120000,0 lhz_dun03,96,164,13,8 monster Margaretha Sorin 1637,2,300000,120000,0 lhz_dun03,96,164,13,8 monster Cecil Damon 1638,5,0,0,0 lhz_dun03,96,164,13,8 monster Kathryne Keyron 1639,3,0,0,0 lhz_dun03,180,164,13,8 monster Seyren Windsor 1634,2,300000,120000,0 lhz_dun03,180,164,13,8 monster Howard Alt-Eisen 1636,2,300000,120000,0 lhz_dun03,180,164,13,8 monster Margaretha Sorin 1637,2,300000,120000,0 lhz_dun03,180,164,13,8 monster Cecil Damon 1638,5,0,0,0 lhz_dun03,180,164,13,8 monster Kathryne Keyron 1639,3,0,0,0 lhz_dun03,98,113,13,9 monster Seyren Windsor 1634,2,300000,120000,0 lhz_dun03,98,113,13,9 monster Eremes Guile 1635,2,300000,120000,0 lhz_dun03,98,113,13,9 monster Howard Alt-Eisen 1636,2,300000,120000,0 lhz_dun03,98,113,13,9 monster Cecil Damon 1638,5,0,0,0 lhz_dun03,98,113,13,9 monster Kathryne Keyron 1639,3,0,0,0 lhz_dun03,180,113,13,9 monster Eremes Guile 1635,2,300000,120000,0 lhz_dun03,180,113,13,9 monster Howard Alt-Eisen 1636,2,300000,120000,0 lhz_dun03,180,113,13,9 monster Margaretha Sorin 1637,2,300000,120000,0 lhz_dun03,180,113,13,9 monster Cecil Damon 1638,5,0,0,0 lhz_dun03,180,113,13,9 monster Kathryne Keyron 1639,3,0,0,0 lhz_dun03,114,138,12,16 monster Lord Knight Seyren 1640,1,2700000,2400000,1 lhz_dun03,163,138,12,16 monster Whitesmith Howard 1642,1,3000000,2700000,1 lhz_dun03,139,158,20,11 monster Assassin Cross Eremes 1641,1,2580000,2340000,1 lhz_dun03,139,117,20,11 monster Sniper Cecil 1644,1,2700000,2500000,1 lhz_dun03,138,138,36,34 monster High Priest Margaretha 1643,1,3300000,3000000,1 lhz_dun03,138,138,36,34 monster High Wizard Kathryne 1645,1,2580000,2460000,1 lhz_dun03,2,2,0 script summon_boss_lt -1,{ OnInit: initnpctimer; end; OnTimer6000000: if (rand(1,6) == 1) { donpcevent "summon_boss_lt::Onsummon"; stopnpctimer; } end; OnTimer6000000: if (rand(1,6) == 2) { donpcevent "summon_boss_lt::Onsummon"; stopnpctimer; } end; OnTimer6000000: if (rand(1,6) == 3) { donpcevent "summon_boss_lt::Onsummon"; stopnpctimer; } end; OnTimer6000000: if (rand(1,6) == 4) { donpcevent "summon_boss_lt::Onsummon"; stopnpctimer; } end; OnTimer6000000: if (rand(1,6) == 5) { donpcevent "summon_boss_lt::Onsummon"; stopnpctimer; } end; OnTimer6000000: if (rand(1,6) == 6) { donpcevent "summon_boss_lt::Onsummon"; stopnpctimer; } end; OnTimer6000000: donpcevent "summon_boss_lt::Onsummon"; stopnpctimer; end; Onsummon: // Select Coordinates to summon a random MVP on switch(rand(1,6)) { case 1: set .@x,140; set .@y,232; break; case 2: set .@x,75; set .@y,138; break; case 3: set .@x,140; set .@y,87; break; case 4: set .@x,205; set .@y,140; break; case 5: set .@x,123; set .@y,137; break; case 6: set .@x,175; set .@y,137; break; } set .@mob,rand(1646,1651); monster "lhz_dun03",.@x,.@y,strmobinfo(1,.@mob),.@mob,1,"summon_boss_lt::OnMyMvPDead"; // Select Coordinates to summon a random 99 on switch(rand(1,6)) { case 1: set .@x2,183; set .@y2,97; break; case 2: set .@x2,97; set .@y2,96; break; case 3: set .@x2,47; set .@y2,139; break; case 4: set .@x2,231; set .@y2,140; break; case 5: set .@x2,139; set .@y2,211; break; case 6: set .@x2,139; set .@y2,259; break; } set .@mob2,rand(1640,1645); monster "lhz_dun03",.@x2,.@y2,strmobinfo(1,.@mob2),.@mob2,1,"summon_boss_lt::OnMVP"; end; OnMyMvPDead: killmonster "lhz_dun03","summon_boss_lt::OnMVP"; initnpctimer; end; //Required to keep from erroring OnMVP: end; }
  11. Thank you
  12. Hi, I wanted to know how I can set so that the damage on PvP Maps will be like in WoE Maps?
  13. Werdio

    Homunculus

    Thank you, I hope it will work x')
  14. Werdio

    Homunculus

    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
  15. Werdio

    Heal effect

    Hi, I want to know where I can change the Power of the Heal Skill, cuz it is to low :/
  16. Werdio

    Homunculus

    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
  17. I don't use renewal. // Copyright (c) rAthena Dev Teams - Licensed under GNU GPL // For more information, see LICENCE in the main folder #ifndef _CONFIG_RENEWAL_H_ //#define _CONFIG_RENEWAL_H_ /** * rAthena configuration file (http://rathena.org) * For detailed guidance on these check http://rathena.org/wiki/SRC/config/ **/ /** * @INFO: This file holds general-purpose renewal settings, for class-specific ones check /src/config/classes folder **/ /// game renewal server mode /// (disable by commenting the line) /// /// leave this line to enable renewal specific support such as renewal formulas ///#define RENEWAL /// renewal cast time /// (disable by commenting the line) /// /// leave this line to enable renewal casting time algorithms /// cast time is decreased by DEX * 2 + INT while 20% of the cast time is not reduced by stats. /// example: /// on a skill whos cast time is 10s, only 8s may be reduced. the other 2s are part of a /// "fixed cast time" which can only be reduced by specialist items and skills ///#define RENEWAL_CAST /// renewal drop rate algorithms /// (disable by commenting the line) /// /// leave this line to enable renewal item drop rate algorithms /// while enabled a special modified based on the difference between the player and monster level is applied /// based on the http://irowiki.org/wiki/Drop_System#Level_Factor table ///#define RENEWAL_DROP /// renewal exp rate algorithms /// (disable by commenting the line) /// /// leave this line to enable renewal item exp rate algorithms /// while enabled a special modified based on the difference between the player and monster level is applied ///#define RENEWAL_EXP /// renewal level modifier on damage /// (disable by commenting the line) /// // leave this line to enable renewal base level modifier on skill damage (selected skills only) ///#define RENEWAL_LVDMG /// renewal cast time variable cast requirement /// /// this is the value required for no variable cast-time with stats. /// formula: (DEX * 2) + INT /// default: 530 ///#define RENEWAL_CAST_VMIN 530 /// renewal enchant deadly poison algorithm /// /// leave this line to enable the renewed EDP algorithm /// under renewal mode: /// - damage is NOT increased by 400% /// - it does NOT affect grimtooth /// - weapon and status ATK are increased ///#define RENEWAL_EDP /// renewal ASPD [malufett] /// (disable by commenting the line) /// /// leave this line to enable renewal ASPD /// - shield penalty is applied /// - AGI has a greater factor in ASPD increase /// - there is a change in how skills/items give ASPD /// - some skill/item ASPD bonuses won't stack ///#define RENEWAL_ASPD #endif // _CONFIG_RENEWAL_H_ I've got just the problem with statpoints if I reset my stats .
  18. Werdio

    Homunculus

    But thats not the same :/
  19. Hi, If I reset my stats on my server, they get lower. My Job Master give 750 extra status points. If I reset them they jump back to 13222 where I can edit the max statuspoints so that the 750 won't get deleted? My Script: merullian,99,100,5 script Reset Girl 882,{ //Preis Status Reset, Preis Skill Reset, Preis beides Reset, Extra Status punkte, Minimales Level,Erlaube Novice zurücksetzen(0 = Nein,1 = Ja),Preis Novice Reset,Novice Reset Extra Punkte setarray @in1to[1],40000,50000,90000,0,20,1,100000,100; //Name set @in1to1$,"[^ff0000Resetter^000000]"; mes @in1to1$; if (@in1to[6] == 0)mes "Gutentag, ich bin ein Resetter und kann deine Status und Skills zurücksetzen."; if (@in1to[6] == 1)mes "Gutentag, ich bin ein Resetter und kann deine Status,Skills und dich zum Novice zurücksetzen."; next; mes @in1to1$; if (BaseLevel < @in1to[5]){ mes "Du musst mindestens Base Level "+@in1to[5]+"^000000 haben."; close; } mes "Was möchtest du machen ?"; switch(select((@in1to[6])?"Zum Novice Zurücksetzen":"", "Status Resetten","Skills Resetten","Beides Resetten","Beenden")){ case 1: next; mes @in1to1$; mes "Das wird dich ^ff0000"+@in1to[7]+"^000000 kosten, einversanden?"; switch(select("Nein","Ja")){ case 1: close; case 2: next; mes @in1to1$; if(checkcart() || checkfalcon() || checkriding()){ mes "Bitte entferne dein Cart,Falcon oder PecoPeco und komm dann wieder"; close; } resetlvl 1; set StatusPoint,0; set SkillPoint,0; jobchange 0; set StatusPoint,StatusPoint+@in1to[4]; mes "Du wurdest nun als Novice wiedergeboren..."; close; } case 2: next; mes @in1to1$; mes "Das wird dich ^ff0000"+@in1to[1]+"^000000 kosten, einversanden?"; switch(select("Ja","Nein")){ case 1: if (Zeny < @in1to[1])goto lneedzeny; ResetStatus; if (BaseLevel == 350)set StatusPoint,13952+@in1to[4]; if (BaseLevel < 350)set StatusPoint,StatusPoint+@in1to[4]; set Zeny,Zeny-@in1to[1]; close; case 2: close; } case 3: next; mes @in1to1$; mes "Das wird dich ^ff0000"+@in1to[2]+"^000000 kosten, einversanden?"; switch(select("Ja","Nein")){ case 1: if (Zeny < @in1to[1])goto lneedzeny; ResetSkill; set Zeny,Zeny-@in1to[2]; close; case 2: close; } case 4: next; mes @in1to1$; mes "Das wird dich ^ff0000"+@in1to[3]+"^000000 kosten, einversanden?"; switch(select("Ja","Nein")){ case 1: if (Zeny < @in1to[3])goto lneedzeny; ResetStatus; ResetSkill; if (BaseLevel == 350)set StatusPoint,13222+@in1to[4]; if (BaseLevel < 350)set StatusPoint,StatusPoint+@in1to[4]; set Zeny,Zeny-@in1to[3]; close; case 2: close; } case 5: close; } next; mes @in1to1$; mes "Du hast leider nicht genug Zeny dabei.."; close; }
  20. Okay is this right now? 1614,2510,0
  21. Werdio

    Homunculus

    Give me a example please .
  22. Hi, I tried to make this mob: 2510,MINERAL,Goldini,Goldini,61,12099,0,7709,2690,1,1040,1121,50,10,50,65,40,35,83,45,10,12,0,6,27,0x3795,200,1156,456,384,0,0,0,0,0,0,0,1021,4550,757,250,1517,3,969,5,2282,1,616,1,746,250,0,0,0,0,4245,1 I became a error if i make @spawn 2510 .... and I don't know where the error is :/
  23. Thank you both!
  24. Hi, I want to make a script where every 20 minutes the Players will get a message like this: - script Info -1,{ On20mins: announce "Die aktuellsten Infos zum Server findest du auf www.forum.soro.hy-s.de! ",bc_all; OnPCLoginEvent: addtimer 1200000, strnpcinfo(3)+"::On20mins"; end; } I need help to complete this script. I guess my idea was right. ^^
  25. Werdio

    Homunculus

    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?
×
×
  • Create New...