-
Posts
131 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by Cisqua
-
getitembound2 .@rwd[.@i], .@rwd[.@i+1], 1, 0 ,0 ,0 , 0 , 0, 0, 3; thank you Napster
-
hello, anyone can fix this script? byw this script is not mine i just found it here.. this is the error shown in my map_server script error on npc/uscript/freebies.txt line 27 parse_callfunc: not enough arguments, expected ',' 22 : close2; 23 : set #NewbieGift, 1; 24 : setd "$" + .@lip$ + "_NG", getd("$" + .@lip$ + "_NG") + 1; 25 : 26 : for ( set .@i, 0; .@i < getarraysize(.@rwd); set .@i, .@i + 2 ) * 27 : getitembound2 .@rwd[.@i], .@rwd[.@i+1]';' this is the script prontera,164,166,3 script Freebies 90,{ set .@n$, "[Freebies]"; setarray .@rwd[0],5170,1,2549,1,2772,2,2444,1,2394,1,2286,1,7608,3,18746,1,13758,1,6376,2000; // Rewards: <item id>,<item amount> query_sql ("SELECT `last_ip` FROM `login` WHERE `account_id`=" + getcharid(3) + "", .@lip$); if ( getd("$" + .@lip$ + "_NG") > 0 || #NewbieGift > 0) { mes .@n$; mes "I'm sorry, the rewards are exclusively for new players."; close; } mes .@n$; mes "Welcome! Here are some free gifts"; mes "for newcomers:"; for ( set .@i, 0; .@i < getarraysize(.@rwd); set .@i, .@i + 2 ) mes .@rwd[.@i+1] + " x " + getitemname(.@rwd[.@i]); close2; set #NewbieGift, 1; setd "$" + .@lip$ + "_NG", getd("$" + .@lip$ + "_NG") + 1; for ( set .@i, 0; .@i < getarraysize(.@rwd); set .@i, .@i + 2 ) getitembound2 .@rwd[.@i], .@rwd[.@i+1]; end; } ---------------------------------------- I found this script too here. working but i want to request that all same partymember wil be warp on the same area. this is the script ra_temple,135,158,4 script Party vs Party 734,{ mes "I am Party Match Manager."; mes "Party Leader may create a PVP Match here."; next; switch( select( ( .Created )?"Join Game[ ^FF0000"+.No+"vs"+.No+"^000000 ]":"Create Game", ( ( getgmlevel() >= .GMLevel || getcharid(0) == getpartyleader( getcharid(1),2 ) ) && .Created )?"^FF0000Remove Game^000000":"" )){ Case 1: switch( .Created ){ Case 0: getpartymember getcharid(1),1; if( getcharid(0) != getpartyleader( getcharid(1),2 ) || !getcharid(1) ){ mes "Sorry, but only a ^FF0000Party Leader^000000 can register a game here."; }else{ mes "How many Players for each Party Team ?"; mes "Min = 1 Max = "+$@partymembercount; mes "Because you only have "+$@partymembercount+" member right now."; next; input .No,1,$@partymembercount; announce "[ "+.No+"vs"+.No+" Party Match ] created by "+strcharinfo(0)+", you may register to join.",0; set .Team[0],getcharid(1); set .Created,1; } close; Case 1: if( !.Team[1] && getcharid(1) == .Team[0] ){ mes "Please wait for ^FF0000Team 2^000000 to Register."; }else{ if( getcharid(0) != getpartyleader( getcharid(1),2 ) || !getcharid(1) ){ mes "Sorry, but only a ^FF0000Party Leader^000000 can register a game here."; close; } getpartymember getcharid(1),1; if( $@partymembercount < .No ){ mes "You didnt have enough of "+.No+" Member for the Game."; mes "You only have "+$@partymembercount+" Member."; }else{ mes "Confirm Registration ?"; if( select("Yes:No") == 1 ){ set .Team[1],getcharid(1); set .Created,2; setarray .Members[0],.No,.No; for( set .@party,0; .@party < 2; set .@party,.@party + 1 ){ getpartymember .Team[.@party],1; for( set .@i,0; .@i < .No; set .@i,.@i + 1 ) warpchar .Map$,0,0,$@partymembercid[.@i]; } end; } } } close; Case 2: mes "^FF0000The Game is in Progress.^000000"; mes "[ A "+.No+" vs "+.No+" Game ]"; mes "Team ^FF0000"+getpartyname( .Team[0] )+"^000000 vs Team ^FF0000"+getpartyname( .Team[1] )+"^000000 ."; close; } close; Case 2: mes "Done, Match will be terminated right away."; mapannounce .Map$,"Match has been Cancelled by a GM.",0; close2; OnReset: deletearray .Team[0],getarraysize( .Team ); deletearray .Members[0],getarraysize( .Members ); if( .Winner ){ getpartymember .Winner,2; for( set .@i,0; .@i < .No; set .@i,.@i + 1 ){ getitem 512,10,$@partymemberaid[.@i]; getitem 607,10,$@partymemberaid[.@i]; } set .Winner,0; } sleep2 2000; set .Created,0; mapwarp .Map$,"pvp_y_1-2",127,161; end; } close; OnPCDieEvent: OnPCLogoutEvent: if( strcharinfo(3) == .Map$ && .Created ){ for( set .@i,0; .@i < 2; set .@i,.@i + 1 ) if( getcharid(1) == .Team[.@i] ) set .Members[.@i],.Members[.@i] - 1; if( .Members[0] < 1 ) set .Winner,.Team[1]; else if( .Members[1] < 1 ) set .Winner,.Team[0]; if( .Winner ){ mapannounce .Map$,"Team "+getpartyname( .Winner )+" Win the "+.No+"vs"+.No+" Game.",0; donpcevent strnpcinfo(0)+"::OnReset"; }else{ warp "ra_temple",120,142; } } end; OnInit: set .GMLevel,80; set .Map$,"pvp_y_1-2"; do { delwaitingroom; waitingroom "Party vs Party",0; sleep 3000; // Evites super infinity loop } while(1); // End Loop end; }
-
Yup but nothings happen, Im using latest rev pre-re .. I think its bug other setting in battle.conf not working
-
hello, anyone can help me changing HP/SP rate for all characters i want to double up their HP/SP. i try this one but nothings happen // Players' maximum HP/SP rate? (Default is 100) hp_rate: 200 sp_rate: 200
-
try this just right click then save. http://k3dt.eu/Ragexe/unpacked/Diffs/
-
how to disable high Wizard job?
Cisqua replied to Kariton Revolution's question in Scripting Support
by the way dont forget to comment this so they cant use manual rebirth quest. @ server/npc/scripts_jobs.conf search this line npc: npc/jobs/valkyrie.txt put comment to disable this quest. -
how to disable high Wizard job?
Cisqua replied to Kariton Revolution's question in Scripting Support
more info please.. what do you mean? remove High WIzard job in your server? or removing it in your job changer only? hmmm i think in certain map right? -
hello, i dont know if this is a bug or something wrong with my server setup. i set this into 300 but nothings change in character's HP i tried full server restart but still they same. im using rathena REV17704 // Players' maximum HP/SP rate? (Default is 100) hp_rate: 300 sp_rate: 300 edit: i've noticed that some of setting in conf/player.conf is not working please check it if is a bug or something thanks.
-
try this scotch 1. xDiffPatcher v2 - http://www.mediafire...fibc47gzvdshp8o 2. http://k3dt.eu/Ragexe/unpacked/Diffs/2013-08-07aRagexe.xdiff 3. http://k3dt.eu/Ragexe/unpacked/2013-08-07aRagexe.exe.zip this is my last patch, im not using thor patcher im using normal window. you can disable other patch if you want but try this 1st before you disable or enable other patch so you will know whats the problems if you change something. server side: your mmo.h must set to 20130807 and recompile and goto your db folder find packet change default to 45 then use this clientinfo.xml just leave langtype to 0 dont change it to 1 /showname will not work ingame. <?xml version="1.0" encoding="euc-kr" ?> <clientinfo> <servicetype>korea</servicetype> <servertype>primary</servertype> <connection> <display>Ragnarok</display> <balloon>Ragnarok</balloon> <desc>Ragnarok</desc> <address>127.0.0.1</address> <port>6900</port> <version>45</version> <langtype>0</langtype> <registrationweb></registrationweb> <aid> <admin></admin> <yellow></yellow> </aid> </connection> </clientinfo> my last patch. <?xml version="1.0"?> <DiffProfile xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <Name>Last Patches</Name> <Entries> <DiffProfileEntry> <PatchID>2</PatchID> <PatchName>Allow Chat Flood (? lines)</PatchName> <Inputs> <DiffProfileInput> <name>allowChatFlood</name> <value>5</value> </DiffProfileInput> </Inputs> </DiffProfileEntry> <DiffProfileEntry> <PatchID>88</PatchID> <PatchName>Allow space in guild name</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>97</PatchID> <PatchName>Cancel to Login Window</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>8</PatchID> <PatchName>Custom Window Title</PatchName> <Inputs> <DiffProfileInput> <name>customWindowTitle</name> <value>Ragnarok Online</value> </DiffProfileInput> </Inputs> </DiffProfileEntry> <DiffProfileEntry> <PatchID>9</PatchID> <PatchName>Disable 1rag1 type parameters</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>10</PatchID> <PatchName>Disable 4 Letter UserCharacter Limit</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>11</PatchID> <PatchName>Disable 4 Letter UserID Limit</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>12</PatchID> <PatchName>Disable 4 Letter UserPassword Limit</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>13</PatchID> <PatchName>Disable Ragexe Filename Check</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>14</PatchID> <PatchName>Disable Hallucination Wavy Screen</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>15</PatchID> <PatchName>Disable HShield</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>61</PatchID> <PatchName>Disable Packet Encryption</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>68</PatchID> <PatchName>Enable 64k Hairstyle</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>77</PatchID> <PatchName>Enable Custom 3D Bones</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>90</PatchID> <PatchName>EnableDNSSupport</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>49</PatchID> <PatchName>Enable Multiple GRFs</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>17</PatchID> <PatchName>Enable Official Custom Fonts</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>19</PatchID> <PatchName>Enable Title Bar Menu</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>76</PatchID> <PatchName>Enforce Official Login Background</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>20</PatchID> <PatchName>Extended Chat Box</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>21</PatchID> <PatchName>Extended Chat Room Box</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>69</PatchID> <PatchName>ExtendNpcBox</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>22</PatchID> <PatchName>Extended PM Box</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>24</PatchID> <PatchName>Fix Camera Angles</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>64</PatchID> <PatchName>@ Bug Fix (Recommended)</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>28</PatchID> <PatchName>Increase Headgear ViewID to 5000</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>30</PatchID> <PatchName>Increase Zoom Out 50%</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>65</PatchID> <PatchName>Load ItemInfo.lua before lub</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>33</PatchID> <PatchName>KOREA ServiceType XML Fix</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>86</PatchID> <PatchName>Only First Login Background</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>35</PatchID> <PatchName>Read Data Folder First</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>36</PatchID> <PatchName>Read msgstringtable.txt</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>37</PatchID> <PatchName>Read questid2display.txt</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>38</PatchID> <PatchName>Remove Gravity Ads</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>39</PatchID> <PatchName>Remove Gravity Logo</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>73</PatchID> <PatchName>Remove Hourly Annonce</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>84</PatchID> <PatchName>Remove Serial Display</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>40</PatchID> <PatchName>Restore Login Window</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>41</PatchID> <PatchName>Disable Nagle Algorithm</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>50</PatchID> <PatchName>Skip License Screen</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>42</PatchID> <PatchName>Skip Resurrection Buttons</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>44</PatchID> <PatchName>Translate Client In English</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>51</PatchID> <PatchName>Ascii & Arial on All Langtypes</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>46</PatchID> <PatchName>Use Normal Guild Brackets</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>48</PatchID> <PatchName>Use Plain Text Descriptions</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>47</PatchID> <PatchName>Use Ragnarok Icon</PatchName> <Inputs /> </DiffProfileEntry> </Entries> </DiffProfile> by the way sorry for my bad english.
-
hello anyone can give me a link that i can find 2013-08-07aRagexe.xdiff 2013-08-07aRagexe.exe with /showname patch i found this but when i patch 2013-08-07client everything is fine except for character name is BOLD someone said i need to type /showname ingame to fix it but nothing happen, then i change my lang type 1 to 0 and it works but i like to used langtype 1, 2013-08-07aRagexe.xdiff i cant find patch /showname recommended when i try to patch it.. anyone can give me a link. http://rathena.org/board/topic/84746-tutorial-how-to-create-ragnarok-offline-2013-client-tutorial/ sorry for my poor english.. i cant find it but problem solve just set langtype 1 to 0 close this topic please..
-
where i can get /showname patch? 2013-08-07aRagexe this one dont have /showname patch
-
GodKnows Jhomz was right, ibalik mo ung old client mo... your server and client cguro hinde na compatible dahil sa mga binago mong client/server version
-
need someone who can install ragnarok offline. magbayad ako
Cisqua replied to raflors's topic in Tulong para sa Server
if someone selling it. pm me i give it to you for free pero txt version no custom items. -
HELP meron po b DL test server w/ custom items
Cisqua replied to waaa123's topic in Tulong para sa Server
wag ka muna mag SQL haha.. mas lalong magugulohan ka try mo muna txt server. before ka mag sqlbase -
need someone who can install ragnarok offline. magbayad ako
Cisqua replied to raflors's topic in Tulong para sa Server
haha sevrer sa loptop? try txt version at eathena, kasi ang rathena mySQL database yan.. di kaya sa loptop mo. -
prontera,159,187,4 script Server Uptime 858,{ function Add_Zero; function Add_S; mes "[Uptime]", "The server has been online for ", ((.t[1])?Add_S(.t[1],"day")+", ":"")+ ((.t[2])?Add_S(.t[2],"hour")+", ":"")+ ((.t[2]||.t[3])?Add_S(.t[3],"minute")+" ":"")+ ((getarraysize(.t)>2)?"and ":"")+Add_S(.t[4],"second")+", "+ "and counting!"; close; function Add_Zero { return ((getarg(0)<10)?"0":"")+getarg(0); } function Add_S { return "^0055FF"+getarg(0)+" "+getarg(1)+((getarg(0)==1)?"":"s")+"^000000"; } OnInit: set .t[0], gettimetick(2); waitingroom " [ 00:00:00 ]",0; initnpctimer; end; OnTimer950: set .@t, gettimetick(2)-.t[0]; set .t[1], .@t/(3600*24); set .t[2], .@t/3600-.t[1]*24; set .t[3], .@t/60-.t[2]*60; set .t[4], .@t%60; end; OnTimer990: initnpctimer; delwaitingroom; waitingroom " [ "+Add_Zero(.t[1])+":"+Add_Zero(.t[2])+":"+Add_Zero(.t[3])+":"+Add_Zero(.t[4])+" ]",0; end; } found bug on this script.. if the server run for 12days its show like this dd:hh:mm:ss 12:00:1234124:00 the day wll not increase the time will add at minute.. then how to change this script like read when the server 1st start.
-
prontera,159,187,4 script Uptime 858,{ function Add_Zero; function Add_S; mes "[Uptime]", "The server has been online for ", ((.t[1])?Add_S(.t[1],"day")+", ":"")+ ((.t[2])?Add_S(.t[2],"hour")+", ":"")+ ((.t[2]||.t[3])?Add_S(.t[3],"minute")+" ":"")+ ((getarraysize(.t)>2)?"and ":"")+Add_S(.t[4],"second")+", "+ "and counting!"; close; function Add_Zero { return ((getarg(0)<10)?"0":"")+getarg(0); } function Add_S { return "^0055FF"+getarg(0)+" "+getarg(1)+((getarg(0)==1)?"":"s")+"^000000"; } OnInit: set .t[0], gettimetick(2); waitingroom " [ 00:00:00 ]",0; initnpctimer; end; OnTimer950: set .@t, gettimetick(2)-.t[0]; set .t[1], .@t/(3600*24); set .t[2], .@t/3600-.t[1]*24; set .t[3], .@t/60-.t[2]*60; set .t[4], .@t%60; end; OnTimer990: initnpctimer; delwaitingroom; waitingroom " [ "+Add_Zero(.t[1])+":"+Add_Zero(.t[2])+":"+Add_Zero(.t[3])+":"+Add_Zero(.t[4])+" ]",0; end; } found bug on this script.. if the server run for 12days its show like this d12:h00:m1234124:s00 the day wll not increase the time will add at minute.. then how to change this script like read when the server 1st start.
-
@Emistry the shop is not unload it just hide and when i used the script all shop will be duplicate.. i have this now. but my get this. [Error]: Server received crash signal! Attempting to save all online characters! Map-Server has crashed! quiz_02,335,74,5 script Exit 869,{ switch( select( "Warp", ( getgmlevel() < 99 )?"":"Reload Shop" )){ Case 1: warp "prontera" ,156,156; break; Case 2: atcommand "@unloadnpc Headgear 1#SM"; sleep2 500; atcommand "@unloadnpc Headgear 2#SM"; sleep2 500; atcommand "@unloadnpc Armor#SM"; sleep2 500; atcommand "@unloadnpc Shield#SM"; sleep2 500; atcommand "@unloadnpc Garment#SM"; sleep2 500; atcommand "@unloadnpc Footgear#SM"; sleep2 500; atcommand "@unloadnpc Accessory#SM"; sleep2 500; atcommand "@unloadnpc One-handed Sword#SM"; sleep2 500; atcommand "@unloadnpc Two-handed Sword#SM"; sleep2 500; atcommand "@unloadnpc One-handed Spear#SM"; sleep2 500; atcommand "@unloadnpc Two-handed Spear#SM"; sleep2 500; atcommand "@unloadnpc One-handed Axe#SM"; sleep2 500; atcommand "@unloadnpc Two-handed Axe#SM"; sleep2 500; atcommand "@unloadnpc Katar#SM"; sleep2 500; atcommand "@unloadnpc Dagger#SM"; sleep2 500; atcommand "@unloadnpc Rod & Staff#SM"; sleep2 500; atcommand "@unloadnpc Bow#SM"; sleep2 500; atcommand "@unloadnpc Mace#SM"; sleep2 500; atcommand "@unloadnpc Knuckle#SM"; sleep2 500; atcommand "@unloadnpc Whip#SM"; sleep2 500; atcommand "@unloadnpc Musical Instrument#SM"; sleep2 500; atcommand "@unloadnpc Books#SM"; sleep2 500; atcommand "@unloadnpc Gun & Rifle#SM"; sleep2 500; atcommand "@unloadnpc Fuuma Shuriken#SM"; sleep2 500; atcommand "@unloadnpc Ammunition#SM"; sleep2 500; atcommand "@unloadnpc Novice Shop#SM"; sleep2 500; atcommand "@unloadnpc Blacksmith Shop#SM"; sleep2 500; atcommand "@unloadnpc Alchemist Shop#SM"; sleep2 500; atcommand "@unloadnpc Healing Item#SM"; sleep2 500; atcommand "@unloadnpc Stats Food#SM"; sleep2 500; atcommand "@unloadnpc Usable Item#SM"; sleep2 500; atcommand "@unloadnpc Pet Store#SM"; sleep2 500; atcommand "@unloadnpc Wedding Shop#SM"; sleep2 500; atcommand "@unloadnpc Mall Warper"; sleep2 500; atcommand "@unloadnpc Exit"; sleep2 3000; atcommand "@loadnpc npc/Test Script/mall.txt"; dispbottom "finish reloading mall shop."; break; } close; }
-
nope i dont have... so what command should i use? atcommand @loadnpc "npc/gNPC/shop script/mall_shop.txt"?
-
i have this error in my map server Emistry. [Error]: Loading NPC file: npc/Test Script/test.txt script error on npc/Test Script/test.txt line 46 parse_line: expect command, missing function name or calling undeclared func tion 41 : disablenpc "Pet Store#SM"; 42 : disablenpc "Wedding Shop#SM"; 43 : disablenpc "Mall Warper"; 44 : disablenpc "Exit"; 45 : sleep2 3000; * 46 : 'l'oadnpc "npc/gNPC/shop script/mall_shop.txt" 47 : dispbottom "finish reloading mall shop."; 48 : break; 49 : } 50 : close; 51 : }
-
this is the script ive done but something wrong with this script.. about unloadnpc and loadnpc what is the correct script command for this? quiz_02,337,83,5 script Exit 869,{ if (getgmlevel() >= 99) goto MENU_Admin; warp "prontera" ,156,156; end; MENU_Admin: menu "Cancel",Close,"Reload Shop",Reloadshop; //=========== WARP PRONTERA ===========\\ Warp: warp "prontera" ,156,156; end; //=========== CANCEL ===========\\ Close: end; //=========== RELOAD MALL SHOP ===========\\ Reloadshop: unloadnpc "Headgear 1#SM"; unloadnpc "Headgear 2#SM"; unloadnpc "Armor#SM"; unloadnpc "Shield#SM"; unloadnpc "Garment#SM"; unloadnpc "Footgear#SM"; unloadnpc "Accessory#SM"; unloadnpc "One-handed Sword#SM"; unloadnpc "Two-handed Sword#SM"; unloadnpc "One-handed Spear#SM"; unloadnpc "Two-handed Spear#SM"; unloadnpc "One-handed Axe#SM"; unloadnpc "Two-handed Axe#SM"; unloadnpc "Katar#SM"; unloadnpc "Dagger#SM"; unloadnpc "Rod & Staff#SM"; unloadnpc "Bow#SM"; unloadnpc "Mace#SM"; unloadnpc "Knuckle#SM"; unloadnpc "Whip#SM"; unloadnpc "Musical Instrument#SM"; unloadnpc "Books#SM"; unloadnpc "Gun & Rifle#SM"; unloadnpc "Fuuma Shuriken#SM"; unloadnpc "Ammunition#SM"; unloadnpc "Novice Shop#SM"; unloadnpc "Blacksmith Shop#SM"; unloadnpc "Alchemist Shop#SM"; unloadnpc "Healing Item#SM"; unloadnpc "Stats Food#SM"; unloadnpc "Usable Item#SM"; unloadnpc "Pet Store#SM"; unloadnpc "Wedding Shop#SM"; unloadnpc "Mall Warper"; unloadnpc "Exit"; sleep 3000; // 3 seconds before loading script loadnpc "npc/mall_shop.txt" dispbottom "finish reloading mall shop."; end; }
-
anyone can help me to fix this script? normal player click this npc, player will warp, but if gmlvl99 click the npc the menu will show. this code is right? disablenpc "Mall Warper"; disablenpc "Exit"; sleep 3000; loadnpc "npc/gNPC/shop script/mall_shop.txt" dispbottom "finish reloading mall shop."; end; quiz_02,337,83,5 script Exit 869,{ warp "prontera" ,156,156; menu "Cancel",Close,"Reload Shop",Reloadshop,"Kill Boss",Reloadboss; //=========== CANCEL ===========\\ Close: end; //=========== RELOAD MALL SHOP ===========\\ Reloadshop: disablenpc "Headgear 1#SM"; disablenpc "Headgear 2#SM"; disablenpc "Armor#SM"; disablenpc "Shield#SM"; disablenpc "Garment#SM"; disablenpc "Footgear#SM"; disablenpc "Accessory#SM"; disablenpc "One-handed Sword#SM"; disablenpc "Two-handed Sword#SM"; disablenpc "One-handed Spear#SM"; disablenpc "Two-handed Spear#SM"; disablenpc "One-handed Axe#SM"; disablenpc "Two-handed Axe#SM"; disablenpc "Katar#SM"; disablenpc "Dagger#SM"; disablenpc "Rod & Staff#SM"; disablenpc "Bow#SM"; disablenpc "Mace#SM"; disablenpc "Knuckle#SM"; disablenpc "Whip#SM"; disablenpc "Musical Instrument#SM"; disablenpc "Books#SM"; disablenpc "Gun & Rifle#SM"; disablenpc "Fuuma Shuriken#SM"; disablenpc "Ammunition#SM"; disablenpc "Novice Shop#SM"; disablenpc "Blacksmith Shop#SM"; disablenpc "Alchemist Shop#SM"; disablenpc "Healing Item#SM"; disablenpc "Stats Food#SM"; disablenpc "Usable Item#SM"; disablenpc "Pet Store#SM"; disablenpc "Wedding Shop#SM"; disablenpc "Mall Warper"; disablenpc "Exit"; sleep 3000; loadnpc "npc/gNPC/shop script/mall_shop.txt" dispbottom "finish reloading mall shop."; end; //=========== RELOAD BOSS AND MINI BOSS ===========\\ Reloadboss: killmonsterall "abbey02"; // Fallen Bishop Hibram killmonsterall "abbey03"; // Beelzebub killmonsterall "abyss_03"; // Detale killmonsterall "ama_dun03"; // Samurai Specter killmonsterall "anthell02"; // Maya killmonsterall "ayo_dun02"; // Lady Tanee killmonsterall "beach_dun"; // Tao Gunka killmonsterall "ein_dun02"; // RSX-0806 killmonsterall "gef_dun01"; // Dracula killmonsterall "gef_dun02"; // Doppelganger killmonsterall "gef_fild02"; // Orc Hero killmonsterall "gef_fild10"; // Orc Lord killmonsterall "gef_fild14"; // Orc Hero killmonsterall "gl_chyard"; // Dark Lord killmonsterall "gld_dun01"; // Eddga killmonsterall "gld_dun02"; // Doppelganger killmonsterall "gld_dun03"; // Maya killmonsterall "gld_dun04"; // Dark Lord killmonsterall "gon_dun03"; // Evil Snake Lord killmonsterall "ice_dun03"; // Ktullanux killmonsterall "in_sphinx5"; // Pharaoh killmonsterall "jupe_core"; // Vesper killmonsterall "kh_dun02"; // Kiel D-01 killmonsterall "lhz_dun02"; // Egnigem Cenia // killmonsterall "lhz_dun03"; // Assassin Cross Eremes, High Priest Margaretha, High Wizard Kathryne, Lord Knight Seyren, Sniper Cecil, Whitesmith Howard killmonsterall "lou_dun03"; // White Lady killmonsterall "mjolnir_04"; // Mistress killmonsterall "moc_fild17"; // Phreeoni killmonsterall "moc_pryd04"; // Osiris killmonsterall "moc_pryd06"; // Amon Ra killmonsterall "mosk_dun03"; // Zmey Gorynych killmonsterall "niflheim"; // Lord of Death killmonsterall "odin_tem03"; // Valkyrie Randgris killmonsterall "pay_dun04"; // Moonlight Flower killmonsterall "pay_fild11"; // Eddga killmonsterall "prt_maze03"; // Baphomet killmonsterall "prt_sewb4"; // Golden Thief Bug killmonsterall "ra_fild02"; // Atroce killmonsterall "ra_fild03"; // Atroce killmonsterall "ra_fild04"; // Atroce killmonsterall "ra_san05"; // Gloom Under Night killmonsterall "thor_v03"; // Ifrit killmonsterall "treasure02"; // Drake killmonsterall "tur_dun04"; // Turtle General killmonsterall "ve_fild01"; // Atroce killmonsterall "ve_fild02"; // Atroce killmonsterall "xmas_dun02"; // Stormy Knight killmonsterall "xmas_fild01"; // Garm dispbottom "finish reloading boss monster's."; end; }
-
how to edit the flux cp? i want to change the Feature msg some menus or download menu msg.. anyone got guide for this one?> -------------------------------- this one too not working i want todo is to show the server info and status in one page. <?php if (!defined('FLUX_ROOT')) exit; ?> <h2><?php echo htmlspecialchars(Flux::message('ServerStatusHeading')) ?></h2> <p><?php echo htmlspecialchars(Flux::message('ServerStatusInfo')) ?></p> <?php foreach ($serverStatus as $privServerName => $gameServers): ?> <h3>Server Status for <?php echo htmlspecialchars($privServerName) ?></h3> <table id="server_status"> <tr> <td class="status"><?php echo htmlspecialchars(Flux::message('ServerStatusServerLabel')) ?></td> <td class="status"><?php echo htmlspecialchars(Flux::message('ServerStatusLoginLabel')) ?></td> <td class="status"><?php echo htmlspecialchars(Flux::message('ServerStatusCharLabel')) ?></td> <td class="status"><?php echo htmlspecialchars(Flux::message('ServerStatusMapLabel')) ?></td> <td class="status"><?php echo htmlspecialchars(Flux::message('ServerStatusOnlineLabel')) ?></td> </tr> <?php foreach ($gameServers as $serverName => $gameServer): ?> <tr> <th class="server"><?php echo htmlspecialchars($serverName) ?></th> <td class="status"><?php echo $this->serverUpDown($gameServer['loginServerUp']) ?></td> <td class="status"><?php echo $this->serverUpDown($gameServer['charServerUp']) ?></td> <td class="status"><?php echo $this->serverUpDown($gameServer['mapServerUp']) ?></td> <td class="status"><?php echo $gameServer['playersOnline'] ?></td> </tr> <?php endforeach ?> </table> <?php endforeach ?> <h3><?php echo htmlspecialchars(sprintf(Flux::message('ServerInfoSubHeading'), $server->serverName)) ?></h3> <div class="generic-form-div"> <table class="generic-form-table"> <tr> <th><label><?php echo htmlspecialchars(Flux::message('ServerInfoAccountLabel')) ?></label></th> <td><p><?php echo number_format($info['accounts']) ?></p></td> </tr> <tr> <th><label><?php echo htmlspecialchars(Flux::message('ServerInfoCharLabel')) ?></label></th> <td><p><?php echo number_format($info['characters']) ?></p></td> </tr> <tr> <th><label><?php echo htmlspecialchars(Flux::message('ServerInfoGuildLabel')) ?></label></th> <td><p><?php echo number_format($info['guilds']) ?></p></td> </tr> <tr> <th><label><?php echo htmlspecialchars(Flux::message('ServerInfoPartyLabel')) ?></label></th> <td><p><?php echo number_format($info['parties']) ?></p></td> </tr> <tr> <th><label><?php echo htmlspecialchars(Flux::message('ServerInfoZenyLabel')) ?></label></th> <td><p><?php echo number_format($info['zeny']) ?></p></td> </tr> </table> </div> <h3><?php echo htmlspecialchars(sprintf(Flux::message('ServerInfoSubHeading2'), $server->serverName)) ?></h3> <div class="generic-form-div"> <table class="generic-form-table job-classes"> <tr> <?php $i = 1; $x = 5 ?> <?php foreach ($info['classes'] as $class => $total): ?> <th><label><?php echo htmlspecialchars($class) ?></label></th> <td><p class="important"><?php echo number_format($total) ?></p></td> <?php if ($i++ % $x === 0): ?> </tr> <tr> <?php endif ?> <?php endforeach ?> <?php --$i ?> <?php while (($i++) % $x): ?> <th> </th> <td> </td> <?php endwhile ?> </tr> </table> </div> and i have this error Accounts Notice: Undefined variable: info in /home/greenr/public_html/cp/themes/default/server/status.php on line 30 0 Characters Notice: Undefined variable: info in /home/greenr/public_html/cp/themes/default/server/status.php on line 34 0 Guilds Notice: Undefined variable: info in /home/greenr/public_html/cp/themes/default/server/status.php on line 38 0 Parties Notice: Undefined variable: info in /home/greenr/public_html/cp/themes/default/server/status.php on line 42 0 Zeny Notice: Undefined variable: info in /home/greenr/public_html/cp/themes/default/server/status.php on line 46 0 Job Class Information for Green Ragnarok Server Notice: Undefined variable: info in /home/greenr/public_html/cp/themes/default/server/status.php on line 56 Warning: Invalid argument supplied for foreach() in /home/greenr/public_html/cp/themes/default/server/status.php on line 56 i have this error too Notice: Trying to get property of non-object in /home/greenr/public_html/cp/addons/voteforpoints/modules/voteforpoints/index.php on line 33
-
where i can find application folder in fluxCP? im using complete flux layout.
-
and i have this error now. [Error]: npc_enable: Attempted to hide a non-existing NPC 'Zombie Master' (flag=0). [Error]: npc_enable: Attempted to hide a non-existing NPC 'Present#RFYL' (flag=0).