Phoenix
Members-
Content Count
143 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by Phoenix
-
bump!
-
i already get the latest but i cant compile using VNC++
-
okey i will download the Latest
-
you mean i will change the packetver ?
-
#define PACKETVER_RE i dont have this i have only #define PACKETVER in my mmo.h
-
Xeno its ok now but when i entering Char selection my clients not responding!
-
yes!
-
can i have one??? i'll try to diff my own but when i click enter using rocred with my username and pass when i enter the game i wee in my server console unknown account (unregistered) then auto close but i have a account thanks in advance!
-
anyone have this Tool? i dont know where i can get the updated iteminfo.lub in 2013 client! thanks in Advance!!!!
-
Solved Can i have PVP Warper that disable in WOE
Phoenix replied to jpnazar's question in Script Requests
add this for disable on woe [cbox]OnInit: if (!(agitcheck() || agitcheck2())) end; OnAgitStart: OnAgitStart2: disablenpc strnpcinfo(0); end; OnAgitEnd: OnAgitEnd2: enablenpc strnpcinfo(0); end;[/cbox] -
Solved Can i have PVP Warper that disable in WOE
Phoenix replied to jpnazar's question in Script Requests
nice Support boss Joseph 10+ for this support! -
Basic Complete Renewal Data English Folder
Phoenix replied to Alexandria's topic in Client-Side Releases
Nice Release Alexandria 100+ hahaha : -
its not mine but i will share to you! [cbox]// Made by MoonlightRO // Source: http://www.eathena.ws/board/index.php?showtopic=251759 // Don't take my creation as your own >.> prontera,164,173,3 script Coin Exchanger 878,{ cutin "kafra_08",2; mes "[ ^336699Bank Master^000000 ]"; mes "What do you want to do today?"; menu "Coins -> Zeny",L_Coins,"Zeny -> Coins",L_Zeny,"Nevermind",L_No; L_Coins: next; mes "[ ^336699Bank Master^000000 ]"; mes "Very well. Here is the list on how much a coin is worth:"; mes "^666666Silver Coins^000000: 1,000,000m Zeny"; mes "^FFFF66Gold Coins^000000: 5,000,000m Zeny"; mes "^99CCCCMithril Coins^000000: 10,000,000m Zeny"; mes "Tell me, what coin would you like to exchange?"; next; menu "^666666Silver Coins^000000",M_Silver,"^FFFF66Gold Coins^000000",M_Gold,"^99CCCCMithril Coins^000000",M_Mithril; M_Silver: next; mes "[ ^336699Bank Master^000000 ]"; mes "How many coins would you like to give up?"; set @mamount,0; input @mamount; if (@mamount < 0) goto L_No; if (countitem(675) < @mamount) goto L_No; set Zeny,(zeny + (1000000* @mamount)); delitem 675,@mamount; goto L_Thanks; M_Gold: next; mes "[ ^336699Bank Master^000000 ]"; mes "How many coins would you like to give up?"; set @mamount,0; input @mamount; if (@mamount < 0) goto L_No; if (countitem(671) < @mamount) goto L_No; set Zeny,(zeny + (5000000* @mamount)); delitem 671,@mamount; goto L_Thanks; M_Mithril: next; mes "[ ^336699Bank Master^000000 ]"; mes "How many coins would you like to give up?"; set @mamount,0; input @mamount; if (@mamount < 0) goto L_No; if (countitem(674) < @mamount) goto L_No; set Zeny,(zeny + (10000000* @mamount)); delitem 674,@mamount; goto L_Thanks; L_Zeny: next; mes "[ ^336699Bank Master^000000 ]"; mes "Very well. Here is the list on how much each coin is worth:"; mes "^666666Silver Coins^000000: 1,000,000m Zeny"; mes "^FFFF66Gold Coins^000000: 5,000,000m Zeny"; mes "^99CCCCMithril Coins^000000: 10,000,000m Zeny"; mes "Tell me, what check would you like to get?"; next; menu "^666666Silver Coin^000000",M_Silver1,"^FFFF66Gold Coin^000000",M_Gold1,"^99CCCCMithril Coin^000000",M_Mithril1; M_Silver1: next; mes "[ ^336699Bank Master^000000 ]"; mes "How many coins would you like?"; set @mamount,0; input @mamount; if (zeny < 0) goto L_No; if (zeny < (1000000* @mamount)) goto L_No; set Zeny,(zeny - (1000000* @mamount)); getitem 675,@mamount; goto L_Thanks; M_Gold1: next; mes "[ ^336699Bank Master^000000 ]"; mes "How many coins would you like?"; set @mamount,0; input @mamount; if (zeny < 0) goto L_No; if (zeny < (5000000* @mamount)) goto L_No; set Zeny,(zeny - (5000000* @mamount)); getitem 671,@mamount; goto L_Thanks; M_Mithril1: next; mes "[ ^336699Bank Master^000000 ]"; mes "How many coins would you like?"; set @mamount,0; input @mamount; if (zeny < 0) goto L_No; if (zeny < (10000000* @mamount)) goto L_No; set Zeny,(zeny - (10000000* @mamount)); getitem 674,@mamount; goto L_Thanks; L_Thanks: mes "[ ^336699Bank Master^000000 ]"; mes "Pleasure doing business with you."; close2; cutin "", 255; close; L_No: mes "[ ^336699Bank Master^000000 ]"; mes "Okay~ Bye!"; close2; cutin "", 255; close; }[/cbox]
-
Mithril Coin Trader( what you mean??? coin to zeny or coin to item???)
-
please closed this topic thank you boss Angelmelody and jaBote
-
nice release boss Herzlich Zill
-
nice release boss Herzlich Zill and Katze
-
nice release boss Herzlich Zill and Katze
-
nice release boss Herzlich Zill and Katze
-
i am using rahtena upgrade to hercules
-
i dont know why this script not working on me!
-
xDiffPatcher, xDiffGen2, Packet Parser and Packet Extractor
Phoenix replied to Shakto's topic in Client-Side Releases
nice job Yommy and Shakto keep up the good work guys!- 85 replies
-
- diff
- xdiffpatcher
- (and 6 more)
-
nothing happen also Any erro msg on map console? no error in console!! OnTimer181000: = 3mins??? i'll try to afk or idle in my battleground map but nothing happen
-
nothing happen also
-
okey let me try that sir