-
Posts
10018 -
Joined
-
Days Won
408
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by Emistry
-
hmm, seem like I tried script it long ago, forgotten to post it, cant remember if the script are completed or not .. https://pastebin.com/gMRsG4by
-
something like this ? https://pastebin.com/hpdUzSf7
-
something like this ? https://pastebin.com/cfnTDZYB
-
when your character get teleported, it refresh the screen, you wont see the announcement, beside what's the point of seeing the message when you already know you entered the pvp room yourself lol.
-
prontera,155,181,5 script PVP Warper 4_F_KAFRA1,{ for (.@i = 0; .@i < .map_size; .@i++) .@menu$ = .@menu$ + .map_name$[.@i] + "("+getmapusers(.map$[.@i])+" user(s))" + ":"; .@i = select(.@menu$) - 1; mapannounce .map$[.@i], strcharinfo(0)+ " has entered this PVP room.", bc_map; warp .map$[.@i], 0, 0; end; OnInit: setarray .map_name$, "name - prontera", "name - payon", "name - izlude"; setarray .map$, "prontera", "payon", "izlude"; .map_size = getarraysize(.map_name$); end; }
-
RO Patcher Lite, v4.5.0.1340 - last updated 2024/09/21
Emistry replied to Ai4rei's topic in Client Releases
Hi, recently i tried downloaded the version 2.4.22.793 and tried to execute it using the task scheduler but it show this message. I have also tried to tick the "Run as Administrator" option, but same result. However, it does run perfectly if i manually execute the rsu patcher. Any idea why it doesnt work when execute using task scheduler? -
prontera,155,181,5 script PVP Warper 4_F_KAFRA1,{ for (.@i = 0; .@i < .map_size; .@i++) .@menu$ = .@menu$ + .map$[.@i] + "("+getmapusers(.map$[.@i])+" user(s))" + ":"; .@i = select(.@menu$) - 1; mapannounce .map$[.@i], strcharinfo(0)+ " has entered this PVP room.", bc_map; warp .map$[.@i], 0, 0; end; OnInit: setarray .map$, "prontera", "payon", "izlude"; .map_size = getarraysize(.map$); end; }
-
Incorrect use of close command error help!
Emistry replied to K1NGRAFFY's question in Scripting Support
Search the forum? -
browse and find the commit in year 2014
-
[Suggestion] NPC Variable Tracker for Debug purpose
Emistry replied to Zell's topic in Source Discussion
use debugmes ? to display the info -
have you checked is your job changed into a correct job id? transacendent 3rd job class or a regular 3rd job class?
-
dispbottom "============== My Rank ==============", 0xffe066; query_sql( "SELECT `points`, 1 + (SELECT COUNT(1) FROM `mvp_ranking` t1 WHERE t1.`points` > t2.`points`) FROM `mvp_ranking` t2 WHERE `char_id` = "+ getcharid(0), .@points, .@rank); dispbottom "My Rank is: " + .@rank+ ".", 0x6666ff; dispbottom "My Points is: " + .@points+ ".", 0x6666ff; dispbottom "==========================================", 0xffe066; try this
-
store current map coordinate into a variables and leave the inn, check for these variable value to determine which maps to warp. // to save location getmapxy(last_map$, last_x, last_y, 0); // to warp back to previous location warp last_map$, last_x, last_y;
-
N>Help Increase number of big bell mob
Emistry replied to gunawanhkn's question in Scripting Support
npc/re/mobs/dungeons/c_tower.txt#L68 find and edit the amount? c_tower3_,0,0 monster Big Bell 2917,110,5000 -
your mob id is way too high, should be lower than 4000. ID above 4000 are reserved for other purposes.
-
if (.@map$ == "aru_gld" && getcharid(2)!=263) { your condition statement only allow guild_id 263 to enter the map. if you intend to disable the access for only 1 guild, then it should be like this if (.@map$ == "aru_gld" && getcharid(2) == 263) { this will prevent player with guild_id 263 to enter the said map.
-
just find all your mvp respawn script and replace with each of these abbey03,0,0,0,0 boss_monster Beelzebub 1873,1,7200000,0,1 abyss_03,0,0,0,0 boss_monster Detardeurus 1719,1,7200000,0,0 ama_dun03,0,0,0,0 boss_monster Samurai Specter 1492,1,7200000,0,0 anthell02,0,0,0,0 boss_monster Maya 1147,1,7200000,0,1 ayo_dun02,150,90,15,30 boss_monster Lady Tanee 1688,1,7200000,0,0 beach_dun,0,0,0,0 boss_monster Tao Gunka 1583,1,7200000,0,0 ein_dun02,0,0,0,0 boss_monster RSX-0806 1623,1,7200000,0,0 gef_dun01,0,0,0,0 boss_monster Dracula 1389,1,7200000,0,1 gef_dun02,0,0,0,0 boss_monster Doppelganger 1046,1,7200000,0,1 gl_chyard,0,0,0,0 boss_monster Dark Lord 1272,1,7200000,0,1 gld_dun01,0,0,0,0 boss_monster Eddga 1115,1,7200000,0,1 gld_dun02,0,0,0,0 boss_monster Doppelganger 1046,1,7200000,0,1 gld_dun03,0,0,0,0 boss_monster Maya 1147,1,7200000,0,1 gld_dun04,0,0,0,0 boss_monster Dark Lord 1272,1,7200000,0,1 gon_dun03,0,0,0,0 boss_monster Evil Snake Lord 1418,1,7200000,0,0 in_sphinx5,0,0,0,0 boss_monster Pharaoh 1157,1,7200000,0,1 jupe_core,0,0,0,0 boss_monster Vesper 1685,1,7200000,0,1 kh_dun02,0,0,0,0 boss_monster Kiel D-01 1734,1,7200000,7200000,0 lhz_dun02,0,0,0,0 boss_monster Egnigem Cenia 1658,1,7200000,0,1 lou_dun03,0,0,0,0 boss_monster White Lady 1630,1,7200000,0,1 moc_pryd04,0,0,0,0 boss_monster Osiris 1038,1,7200000,0,0 moc_pryd06,102,85,1,1 boss_monster Amon Ra 1511,1,7200000,0,0 mosk_dun03,207,221,5,5 boss_monster Gopinich 1885,1,7200000,0,1 odin_tem03,0,0,0,0 boss_monster Valkyrie Randgris 1751,1,7200000,0,1 pay_dun04,120,115,0,0 boss_monster Moonlight Flower 1150,1,7200000,0,1 prt_maze03,0,0,0,0 boss_monster Baphomet 1039,1,7200000,0,1 prt_sewb4,0,0,0,0 boss_monster Golden Thief Bug 1086,1,7200000,0,1 ra_san05,0,0,0,0 boss_monster Gloom Under Night 1768,1,7200000,0,0 thor_v03,0,0,0,0 boss_monster Ifrit 1832,1,7200000,0,0 treasure02,101,151,8,8 boss_monster Drake 1112,1,7200000,0,1 tur_dun04,99,93,20,20 boss_monster Turtle General 1312,1,7200000,0,0 xmas_dun02,0,0,0,0 boss_monster Stormy Knight 1251,1,7200000,0,0 gef_fild02,0,0,0,0 boss_monster Orc Hero 1087,1,7200000,0,1 gef_fild10,0,0,0,0 boss_monster Orc Lord 1190,1,7200000,0,0 gef_fild14,0,0,0,0 boss_monster Orc Hero 1087,1,7200000,0,1 xmas_fild01,0,0,0,0 boss_monster Garm 1252,1,7200000,0,1 mjolnir_04,0,0,0,0 boss_monster Mistress 1059,1,7200000,0,1 moc_fild17,0,0,0,0 boss_monster Phreeoni 1159,1,7200000,0,1 pay_fild11,0,0,0,0 boss_monster Eddga 1115,1,7200000,0,1 ra_fild02,0,0,0,0 boss_monster Atroce 1785,1,7200000,0,1 ra_fild03,0,0,0,0 boss_monster Atroce 1785,1,7200000,0,1 ra_fild04,0,0,0,0 boss_monster Atroce 1785,1,7200000,0,1 ve_fild01,0,0,0,0 boss_monster Atroce 1785,1,7200000,0,0 ve_fild02,120,55,50,50 boss_monster Atroce 1785,1,7200000,0,0 abbey02,236,78,21,18 boss_monster Fallen Bishop 1871,1,7200000,0,1 abbey03,0,0,0,0 boss_monster Beelzebub 1873,1,7200000,0,1 abyss_03,0,0,0,0 boss_monster Detardeurus 1719,1,7200000,0,0 ama_dun03,0,0,0,0 boss_monster Samurai Specter 1492,1,7200000,0,0 anthell02,0,0,0,0 boss_monster Maya 1147,1,7200000,0,1 ayo_dun02,150,90,15,30 boss_monster Lady Tanee 1688,1,7200000,0,0 beach_dun,0,0,0,0 boss_monster Tao Gunka 1583,1,7200000,0,0 bra_dun02,0,0,0,0 boss_monster Boitata 2068,1,7200000,0,1 c_tower3_,0,0,0,0 boss_monster Time Holder 3074,1,7200000,0,0 dew_dun01,0,0,0,0 boss_monster Leak 2156,1,7200000,0,0 dic_dun02,0,0,0,0 boss_monster Scaraba Queen 2087,1,7200000,0,0 dic_dun03,0,0,0,0 boss_monster Gold Queen Scaraba 2165,1,7200000,0,0 ein_dun02,0,0,0,0 boss_monster RSX-0806 1623,1,7200000,0,0 gef_dun01,0,0,0,0 boss_monster Dracula 1389,1,7200000,0,1 gef_dun02,0,0,0,0 boss_monster Doppelganger 1046,1,7200000,0,1 gl_chyard,0,0,0,0 boss_monster Dark Lord 1272,1,7200000,0,1 gld_dun01,0,0,0,0 boss_monster Moonlight Flower 1150,1,7200000,0,1,1 gld_dun01_2,0,0,0,0 boss_monster Eddga 1115,1,7200000,0,1,1 gld2_pay,0,0,0,0 boss_monster General Daehyun 2253,1,7200000,0,1,1 gld_dun02,0,0,0,0 boss_monster Mistress 1059,1,7200000,0,1,1 gld_dun02_2,0,0,0,0 boss_monster Maya 1147,1,7200000,0,1,1 gld2_ald,0,0,0,0 boss_monster Gioia 2251,1,7200000,0,1,1 gld_dun03,0,0,0,0 boss_monster Baphomet 1039,1,7200000,0,1,1 gld_dun03_2,0,0,0,0 boss_monster Atroce 1785,1,7200000,0,1,1 gld2_prt,0,0,0,0 boss_monster Pyuriel 2249,1,7200000,0,1,1 gld_dun04,0,0,0,0 boss_monster Doppelganger 1046,1,7200000,0,1,1 gld_dun04_2,0,0,0,0 boss_monster Dark Lord 1272,1,7200000,0,1,1 gld2_gef,0,0,0,0 boss_monster Dead Guardian Kades 2255,1,7200000,0,1,1 gon_dun03,0,0,0,0 boss_monster Evil Snake Lord 1418,1,7200000,0,0 in_sphinx5,0,0,0,0 boss_monster Pharaoh 1157,1,7200000,0,1 iz_dun05,0,0,0,0 boss_monster Kraken 2202,1,7200000,1800000,0 jupe_core,0,0,0,0 boss_monster Vesper 1685,1,7200000,0,1 kh_dun02,0,0,0,0 boss_monster Kiel D-01 1734,1,7200000,0,0 lhz_dun02,0,0,0,0 boss_monster Egnigem Cenia 1658,1,7200000,0,1 lou_dun03,0,0,0,0 boss_monster White Lady 1630,1,7200000,0,1 moc_pryd04,0,0,0,0 boss_monster Osiris 1038,1,7200000,0,0 moc_pryd06,102,85,1,1 boss_monster Amon Ra 1511,1,7200000,0,0 moc_prydn2,102,85,1,1 boss_monster Nightmare Amon Ra 2362,1,7200000,0,0 mosk_dun03,207,221,5,5 boss_monster Gopinich 1885,1,7200000,0,1 odin_tem03,0,0,0,0 boss_monster Valkyrie Randgris 1751,1,7200000,0,1 pay_dun04,120,115,0,0 boss_monster Moonlight Flower 1150,1,7200000,0,1 prt_maze03,0,0,0,0 boss_monster Baphomet 1039,1,7200000,0,1 prt_sewb4,0,0,0,0 boss_monster Golden Thief Bug 1086,1,7200000,0,1 ra_san05,0,0,0,0 boss_monster Gloom Under Night 1768,1,7200000,0,0 thor_v03,0,0,0,0 boss_monster Ifrit 1832,1,7200000,0,0 treasure02,101,151,8,8 boss_monster Drake 1112,1,7200000,0,1 tur_dun04,99,93,20,20 boss_monster Turtle General 1312,1,7200000,0,0 xmas_dun02,0,0,0,0 boss_monster Stormy Knight 1251,1,7200000,0,0 gef_fild03,0,0,0,0 boss_monster Orc Hero 1087,1,7200000,0,1 gef_fild10,0,0,0,0 boss_monster Orc Lord 1190,1,7200000,0,0 xmas_fild01,0,0,0,0 boss_monster Garm 1252,1,7200000,0,1 mjolnir_04,0,0,0,0 boss_monster Mistress 1059,1,7200000,0,1 moc_fild17,0,0,0,0 boss_monster Phreeoni 1159,1,7200000,0,1 moc_fild22,0,0,0,0 boss_monster Wounded Morroc 1917,1,7200000,0,0 pay_fild10,0,0,0,0 boss_monster Eddga 1115,1,7200000,0,1 ra_fild03,0,0,0,0 boss_monster Atroce 1785,1,7200000,0,1 ra_fild04,0,0,0,0 boss_monster Atroce 1785,1,7200000,0,1 ve_fild01,0,0,0,0 boss_monster Atroce 1785,1,7200000,0,0 ve_fild02,120,55,50,50 boss_monster Atroce 1785,1,7200000,0,0
-
How i can change 1st 2nd and 3rd packet keys on client?
Emistry replied to luizragna's question in Client-side Support
re-diff the client with the new packet keys -
if i recall correctly, it control by the client hexing when you diff your client, the option "fix char atcommand" or something similar.
-
the error are pretty much self explained... SQL table doesnt exists, you didnt load the SQL table that provided in the script.
-
you meant disallow the mvp to use the skills? edit the mob_skill_db.txt find the skill and remove it from the said mvp.
-
try this - shop sample_shop 4_F_KAFRA1,5001:-1,5002:-1,5003:-1 - script sample_main -1,{ OnInit: .item_id_size = getarraysize(.item_id); bindatcmd("visual", strnpcinfo(3)+"::OnAtcommand"); .shop_name$ = "sample_shop"; end; OnAtcommand: callshop .shop_name$,1; npcshopattach .shop_name$, 1; end; OnBuyItem: end; }
-
- script pvp_point -1,{ OnPCKilLEvent: if ( getcharid(3) != killedrid && (strcharinfo(3) == "yourmanonamhere" || strcharinfo(3) == "yourmanonamhere2") ) { getotem 7227,1; dispbottom "One Tcg card"; } end; } or - script pvp_point -1,{ OnPCKilLEvent: if ( getcharid(3) != killedrid && strcharinfo(3) == "yourmanonamhere" ) { getotem 7227,1; dispbottom "One Tcg card"; } else if ( getcharid(3) != killedrid && strcharinfo(3) == "yourmanonamhere2" ) { getotem 7227,1; dispbottom "One Tcg card"; } end; }
-
perhaps try open the file and take a look? create the sql table using the script provided, its pretty straight forward.. DROP TABLE IF EXISTS `e_jobchanger`; CREATE TABLE IF NOT EXISTS `e_jobchanger` ( `id` INT(11) UNSIGNED NOT NULL AUTO_INCREMENT, `job` SMALLINT(6) UNSIGNED NOT NULL DEFAULT '0', `next_job` SMALLINT(6) UNSIGNED NOT NULL DEFAULT '0', `base_lv` SMALLINT(6) UNSIGNED NOT NULL DEFAULT '0', `job_lv` SMALLINT(6) UNSIGNED NULL DEFAULT '0', `bonus_stpoint` INT(11) UNSIGNED NOT NULL DEFAULT '0', `bonus_skpoint` TINYINT(3) UNSIGNED NOT NULL DEFAULT '0', `resetlvl` TINYINT(3) UNSIGNED NOT NULL DEFAULT '0', `req_zeny` INT(11) UNSIGNED NOT NULL DEFAULT '0', `status` TINYINT(3) NOT NULL DEFAULT '1', PRIMARY KEY (`id`) ) ENGINE=MyISAM;