Jump to content

Hyoru

Members
  • Posts

    122
  • Joined

  • Last visited

  • Days Won

    4

Hyoru last won the day on June 14 2023

Hyoru had the most liked content!

1 Follower

About Hyoru

  • Birthday May 15

Profile Information

  • Gender
    Male
  • Location
    Rune-Midgard

Recent Profile Visitors

4134 profile views

Hyoru's Achievements

Poporing

Poporing (4/15)

  • Reacting Well
  • First Post
  • Collaborator
  • Conversation Starter
  • Dedicated

Recent Badges

11

Reputation

5

Community Answers

  1. Search for: pet_db.yml db/import/pet_db.yml or db/re/pet_db.yml
  2. Hello! I'm currently working on a part of an instance where I need to obtain the coordinates from those mobs and then summon another mob to the same location. However, I'm facing some difficulties with utilizing getunitdata/setunitdata. Could someone kindly provide guidance on how to achieve this functionality? Thank you. What I got so far, no errors on console: areamonster instance_mapname("1@gl_prq"), 15, 25, 75, 75, "Flame Thorn", 1960, 6; for (.@i = 0; .@i < 6; .@i++) { 'ThornID = $@mobid[.@i]; getunitdata 'ThornID, .@unitdata; monster instance_mapname("1@gl_prq"), .@unitdata[UMOB_X], .@unitdata[UMOB_Y], "Flame", 20426, 1; setunitdata $@mobid[0], UMOB_ADELAY, 400; } Edit: After some research, I was able to fix it: setunitdata 'ThornID, UMOB_ADELAY, 400;
  3. That's a passive skill and it gives the chance to inflict two hits instead of one. TF_DOUBLE = Double Attack if you mean to increase Double Strafe that is AC_DOUBLE.
  4. Remove the Renewal Cast. src/config/renewal.hpp change: #define RENEWAL_CAST to this: //#define RENEWAL_CAST and then recompile. edit: if you wish to remove ONLY Asura Strike cast: Find on skill_db.yml: - Id: 271 Name: MO_EXTREMITYFIST Description: Asura Strike FixedCastTime: - Level: 1 Time: 2000 - Level: 2 Time: 1750 - Level: 3 Time: 1500 - Level: 4 Time: 1250 - Level: 5 Time: 1000 Delete the fixed cast time.
  5. - script pvpheal -1,{ OnPCKillEvent: if(strcharinfo(3) == "guild_01" || strcharinfo(3) == "guild_02"){ percentheal 100,100; dispbottom "HP/SP totalmente restaurado."; .@r = rand(1,10); if (.@r == 1) { skilleffect 383,0; sc_start SC_WINDWALK,370000,5; dispbottom "skill x"; } else if (.@r == 2){ skilleffect 33,0; sc_start SC_ANGELUS,300000,10; dispbottom "skill x"; } else if (.@r == 3){ skilleffect 74,0; sc_start SC_MAGNIFICAT,90000,5; dispbottom "skill x"; } else if (.@r == 4){ skilleffect 75,0; sc_start SC_GLORIA,30000,5; dispbottom "skill x"; } else if (.@r == 5){ skilleffect 66,0; sc_start SC_IMPOSITIO,60000,5; dispbottom "skill x"; } else if (.@r == 6){ skilleffect 34,0; sc_start SC_BLESSING,240000,10; dispbottom "skill x"; } else if (.@r == 7){ skilleffect 29,0; sc_start SC_INCREASEAGI,240000,10; dispbottom "skill x"; } else if (.@r == 8){ skilleffect 67,0; sc_start SC_SUFFRAGIUM,10000,3; dispbottom "skill x"; } else if (.@r == 9){ skilleffect 361,0; sc_start SC_ASSUMPTIO,100000,5; dispbottom "skill x"; } else if (.@r == 10){ skilleffect 73,0; sc_start SC_KYRIE,120000,10; dispbottom "skill x"; } } end; }
  6. 10/10 Delivered my request very fast and gave me support in no time. don’t hesitate to contact him. website: https://ronovelty.com Regards, Hyoru.
  7. Hyoru

    ASPD error

    Check >> src\config\renewal.hpp /// 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 You're probably using pre-re ASPD. Change: //#define RENEWAL_ASPD To this: #define RENEWAL_ASPD Then you have to recompile your server.
  8. Open your phpmyadmin, 1. ragnarok database > inventory, search for the line that has the C_Angel_Fluttering ID and delete it. *im sure that you dont want to fix the item problem… you just wanna play for fun. correct me if im wrong.
  9. Hey. Just open your mysql go to inventory table and remove the line that has the item.
  10. conf/battle/player.conf // Will display rate information (EXP, Drop, and Death penalty message)? (Note 1) vip_disp_rate: yes change it to ‘no’
  11. Hyoru

    Exp Bar

    You mean job_exp? There is nothing wrong here. //Base - 230. 230,4008:4009:4010:4011:4012:4013:4014:4015:4016:4017:4018:4019:4020:4021:23:24:25:4045:4046:4047:4049:4050,0,10,18,28,40,85,123,168,220,278,400,481,613,731,875,1038,1213,1400,1575,1775,2268,2604,2786,3136,3506,4130,4796,5508,6264,9645,12392,14220,16159,18209,21649,24451,27401,30499,33748,47342,58160,64711,71573,78749,90144,99312,108870,118816,129154,174196,213220,238080,264150,291427,329640,363155,398116,434526,472381,610848,731828,806448,884232,965180,1073896,1170382,1270556,1374422,1481976,1850800,3389616,3666333,3953534,4251217,4559382,5129260,5488173,5859059,6241919,7374168,9570662,10458427,11380262,12336168,13326144,14994907,16130400,17304206,18516326,19766760,29216160,34949880,40930560,55017900,71510400,106974000,146061000,174405000,343210000,345210000,347210000,349210000,351210000,353210000,355210000,357210000,359210000,361210000,363210000,365210000,367210000,369210000,371210000,373210000,375210000,377210000,379210000,381210000,383210000,385210000,387210000,389210000,391210000,393210000,395210000,397210000,399210000,401210000,403210000,405210000,407210000,409210000,411210000,413210000,415210000,417210000,419210000,421210000,423210000,425210000,427210000,429210000,431210000,433210000,435210000,437210000,439210000,441210000,443210000,445210000,447210000,449210000,451210000,453210000,455210000,457210000,459210000,461210000,463210000,465210000,467210000,469210000,471210000,473210000,475210000,477210000,479210000,481210000,483210000,485210000,487210000,489210000,491210000,493210000,495210000,497210000,499210000,501210000,503210000,505210000,507210000,509210000,511210000,513210000,515210000,517210000,519210000,521210000,523210000,525210000,527210000,529210000,531210000,533210000,535210000,537210000,539210000,541210000,543210000,545210000,547210000,549210000,551210000,553210000,555210000,557210000,559210000,561210000,563210000,565210000,567210000,569210000,571210000,573210000,575210000,577210000,579210000,581210000,583210000,585210000,587210000,589210000,591210000,593210000,595210000,597210000,599210000,601210000,603210000,605210000,607210000,609210000,611210000,613210000,615210000,617210000,619210000,621210000,623210000,625210000,627210000,629210000,631210000,633210000,635210000,637210000,639210000,641210000,643210000,645210000,647210000,649210000,651210000,653210000,655210000,657210000,659210000,661210000,663210000,665210000,667210000,669210000,671210000,673210000,675210000,677210000,679210000,681210000,683210000,685210000,687210000,689210000,691210000,693210000,695210000,697210000,699210000,701210000,703210000,705210000,707210000,709210000,711210000,713210000,715210000,717210000,719210000,721210000,723210000,725210000,727210000,729210000,731210000,733210000,735210000,737210000,739210000,741210000,743210000,745210000,747210000,749210000,751210000,753210000,755210000,757210000,759210000,761210000,763210000,765210000,767210000,769210000,771210000,773210000,775210000,777210000,779210000,781210000,783210000,785210000,787210000,789210000,791210000,793210000,795210000,797210000,799210000,801210000,803210000,805210000,807210000,809210000,811210000,813210000,815210000,817210000,819210000,821210000,823210000,825210000,827210000,829210000,831210000,833210000,835210000,837210000,839210000,841210000,843210000,845210000,847210000,849210000,851210000,853210000,855210000,857210000,859210000,861210000,863210000,865210000,867210000,869210000,871210000,873210000,875210000,877210000,879210000,881210000,883210000,885210000,887210000,889210000,891210000,893210000,895210000,897210000,899210000,901210000,903210000,905210000,907210000,909210000,911210000,913210000,915210000,917210000,919210000,921210000,923210000,925210000,927210000,929210000,931210000,933210000,935210000,937210000,939210000,941210000,943210000,945210000,947210000,949210000,951210000,953210000,955210000,957210000,959210000,961210000,963210000,965210000,967210000,969210000,971210000,973210000,975210000,977210000,979210000,981210000,983210000,985210000,987210000,989210000,991210000,993210000,995210000,997210000,999210000,1001210000,1003210000,1005210000,1007210000,1009210000,1011210000,1013210000,1015210000,1017210000,1019210000,1021210000,1023210000,1025210000,1027210000,1029210000,1031210000,1033210000,1035210000,1037210000,1039210000,1041210000,1043210000,1045210000,1047210000,1049210000,1051210000,1053210000,1055210000,1057210000,1059210000,1061210000,1063210000,1065210000,1067210000,1069210000,1071210000,1073210000,1075210000,1077210000,1079210000,1081210000,1083210000,1085210000,1087210000,1089210000,1091210000,1093210000,1095210000,1097210000,1099210000,1101210000,1103210000,1105210000,1107210000,1109210000,1111210000,1113210000,1115210000,1117210000,1119210000,1121210000,1123210000,1125210000,1127210000,1129210000,1131210000,1133210000,1135210000,1137210000,1139210000,1141210000,1143210000,1145210000,1147210000,1149210000,1151210000,1153210000,1155210000,1157210000,1159210000,1161210000,1163210000,1165210000,1167210000,1169210000,1171210000,1173210000,1175210000,1177210000,1179210000,1181210000,1183210000,1185210000,1187210000,1189210000,1191210000,1193210000,1195210000,1197210000,1199210000,1201210000,1203210000,1205210000,1207210000,1209210000,1211210000,1213210000,1215210000,1217210000,1219210000,1221210000,1223210000,1225210000,1227210000,1229210000,1231210000,1233210000,1235210000,1237210000,1239210000,1241210000,1243210000,1245210000,1247210000,1249210000,1251210000,1253210000,1255210000,1257210000,1259210000,1261210000,1263210000,1265210000,1267210000,1269210000,1271210000,1273210000,1275210000,1277210000,1279210000,1281210000,1283210000,1285210000,1287210000,1289210000,1291210000,1293210000,1295210000,1297210000,1299210000,1301210000,1303210000,1305210000,1307210000,1309210000,1311210000,1313210000,1315210000,1317210000,1319210000,1321210000,1323210000,1325210000,1327210000,1329210000,1331210000,1333210000,1335210000,1337210000,1339210000,1341210000,1343210000,1345210000,1347210000,1349210000,1351210000,1353210000,1355210000,1357210000,1359210000,1361210000,1363210000,1365210000,1367210000,1369210000,1371210000,1373210000,1375210000,1377210000,1379210000,1381210000,1383210000,1385210000,1387210000,1389210000,1391210000,1393210000,1395210000,1397210000,1399210000,1401210000,1403210000,1405210000,1407210000,1409210000,1411210000,1413210000,1415210000,1417210000,1419210000,1421210000,1423210000,1425210000,1427210000,1429210000,1431210000,1433210000,1435210000,1437210000,1439210000,1441210000,1443210000,1445210000,1447210000,1449210000,1451210000,1453210000,1455210000,1457210000,1459210000,1461210000,1463210000,1465210000,1467210000,1469210000,1471210000,1473210000,1475210000,1477210000,1479210000,1481210000,1483210000,1485210000,1487210000,1489210000,1491210000,1493210000,1495210000,1497210000,1499210000,1501210000,1503210000,1505210000,1507210000,1509210000,1511210000,1513210000,1515210000,1517210000,1519210000,1521210000,1523210000,1525210000,1527210000,1529210000,1531210000,1533210000,1535210000,1537210000,1539210000,1541210000,1543210000,1545210000,1547210000,1549210000,1551210000,1553210000,1555210000,1557210000,1559210000,1561210000,1563210000,1565210000,1567210000,1569210000,1571210000,1573210000,1575210000,1577210000,1579210000,1581210000,1583210000,1585210000,1587210000,1589210000,1591210000,1593210000,1595210000,1597210000,1599210000,1601210000,1603210000,1605210000,1607210000,1609210000,1611210000,1613210000,1615210000,1617210000,1619210000,1621210000,1623210000,1625210000,1627210000,1629210000,1631210000,1633210000,1635210000,1637210000,1639210000,1641210000,1643210000,1645210000,1647210000,1649210000,1651210000,1653210000,1655210000,1657210000,1659210000,1661210000,1663210000,1665210000,1667210000,1669210000,1671210000,1673210000,1675210000,1677210000,1679210000,1681210000,1683210000,1685210000,1687210000,1689210000,1691210000,1693210000,1695210000,1697210000,1699210000,1701210000,1703210000,1705210000,1707210000,1709210000,1711210000,1713210000,1715210000,1717210000,1719210000,1721210000,1723210000,1725210000,1727210000,1729210000,1731210000,1733210000,1735210000,1737210000,1739210000,1741210000,1743210000,1745210000,1747210000,1749210000,1751210000,1753210000,1755210000,1757210000,1759210000,1761210000,1763210000,1765210000,1767210000,1769210000,1771210000,1773210000,1775210000,1777210000,1779210000,1781210000,1783210000,1785210000,1787210000,1789210000,1791210000,1793210000,1795210000,1797210000,1799210000,1801210000,1803210000,1805210000,1807210000,1809210000,1811210000,1813210000,1815210000,1817210000,1819210000,1821210000,1823210000,1825210000,1827210000,1829210000,1831210000,1833210000,1835210000,1837210000,1839210000,1841210000,1843210000,1845210000,1847210000,1849210000,1851210000,1853210000,1855210000,1857210000,1859210000,1861210000,1863210000,1865210000,1867210000,1869210000,1871210000,1873210000,1875210000,1877210000,1879210000,1881210000,1883210000,1885210000,1887210000,1889210000,1891210000,1893210000,1895210000,1897210000,1899210000,1901210000,1903210000,1905210000,1907210000,1909210000,1911210000,1913210000,1915210000,1917210000,1919210000,1921210000,1923210000,1925210000,1927210000,1929210000,1931210000,1933210000,1935210000,1937210000,1939210000,1941210000,1943210000,1945210000,1947210000,1949210000,1951210000,1953210000,1955210000,1957210000,1959210000,1961210000,1963210000,1965210000,1967210000,1969210000,1971210000,1973210000,1975210000,1977210000,1979210000,1981210000,1983210000,1985210000,1987210000,1989210000,1991210000,1993210000,1995210000,1997210000,1999210000,2001210000,2003210000,2005210000,2007210000,2009210000,2011210000,2013210000,2015210000,2017210000,2019210000,2021210000,2023210000,2025210000,2027210000,2029210000,2031210000,2033210000,2035210000,2037210000,2039210000,2041210000,2043210000,2045210000,2047210000,2049210000,2051210000,2053210000,2055210000,2057210000,2059210000,2061210000,2063210000,2065210000,2067210000,2069210000,2071210000,2073210000,2075210000,2077210000,2079210000,2081210000,2083210000,2085210000,2087210000,2089210000,2091210000,2093210000,2095210000,999999999 EDIT: Fixed.
  12. Hyoru

    Exp Bar

    Hello, When I get to the max level my exp bar doesn't disappear like it should. I tried to relog, warp, etc. Nothing works. Q: The only solution to this is to hex the client? Thank you.
  13. Hello, I'm using 2018-06-20eRagexeRE, I want to change the name of the job showing here: Already tried: server/conf/msg_conf/map, char and login_msg.conf data/luafiles514/luafiles/datainfo/pcjobnamegender.lub data/luafiles514/luafiles/admin/pcjobnamegender.lub and pcjobname.lub data/msgstringtable.txt And then I tried to hex the client (wich I can't do) and it worked. But with a lot of bugs. So, is there anyway besides hexing the client to change it? Thanks in advance, Hyoru.
×
×
  • Create New...