iTribal Posted August 12, 2012 Group: Members Topic Count: 24 Topics Per Day: 0.01 Content Count: 59 Reputation: 0 Joined: 05/19/12 Last Seen: January 21, 2014 Share Posted August 12, 2012 (edited) TCG BANK THAT THEY CAN DEPOSIT, WITHDRAW AND IT HAS A LADDER LIKE PVP LADDER BUT THAT LADDER IS TOP 10 TCG RICHEST IN RAGNAROK Edited August 12, 2012 by iTribal Quote Link to comment Share on other sites More sharing options...
Joseph Posted August 15, 2012 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 341 Reputation: 43 Joined: 01/10/12 Last Seen: June 29, 2020 Share Posted August 15, 2012 HERE YOU GO. http://upaste.me/2bb2924d4db2341 Ladder updates every 60 seconds (I guess? depends on your server-side setting). 1 Quote Link to comment Share on other sites More sharing options...
iTribal Posted August 17, 2012 Group: Members Topic Count: 24 Topics Per Day: 0.01 Content Count: 59 Reputation: 0 Joined: 05/19/12 Last Seen: January 21, 2014 Author Share Posted August 17, 2012 its not working when i clicked it nothing pop up can u teach me how to set up this thing? Quote Link to comment Share on other sites More sharing options...
Joseph Posted August 17, 2012 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 341 Reputation: 43 Joined: 01/10/12 Last Seen: June 29, 2020 Share Posted August 17, 2012 Edit: <header>,{ Quote Link to comment Share on other sites More sharing options...
iTribal Posted August 17, 2012 Group: Members Topic Count: 24 Topics Per Day: 0.01 Content Count: 59 Reputation: 0 Joined: 05/19/12 Last Seen: January 21, 2014 Author Share Posted August 17, 2012 i already did that //--Credits to the maker: //--Joseph from rAthena prontera,139,176,5 script TCG Banker 831,{ set .@item, 7227; //Item ID set .@n$,"["+strnpcinfo(0)+"]"; mes .@n$; mes "Welcome to the "+getitemname(.@item)+" Bank!"; mes " "; mes getitemname(.@item)+": "+asdf; if (select(getitemname(.@item)+" Transaction:View Ladder") == 2) { next; set .@z, query_sql("SELECT `char_id`,`value` FROM `global_reg_value` WHERE `str`='asdf' ORDER BY `value` DESC LIMIT 10",.@c,.@v); if (!.@z) { mes .@n$; mes "No records found."; close; } mes " - Top 10 - "; for (set .@i, 0; .@i < getarraysize(.@c); set .@i, .@i + 1) { query_sql("SELECT `name` FROM `char` WHERE `char_id`="+.@c[.@i],.@p$); mes "["+(.@i+1)+"] "+.@p$+" "+.@v[.@i]; } close; } setarray .@m$, "Deposit","Widthdraw"; set .@m, select(implode(.@m$,":")) - 1; next; mes .@n$; mes "Please insert the amount of "+getitemname(7227)+" you wish to "+.@m$[.@m]+"."; input .@a; next; if (!.@a) close; if (!.@m && countitem(.@item) >= .@a) { set asdf, asdf + .@a; delitem .@item,.@a; } else if (.@m && asdf >= .@a) { set asdf, asdf - .@a; getitem .@item,.@a; } else { mes .@n$; mes "I'm sorry you have insufficient amount of "+getitemname(.@item)+" to "+.@m$[.@m]+"."; close; } mes .@n$; mes .@m$[.@m]+" successful."; close; } Quote Link to comment Share on other sites More sharing options...
Joseph Posted August 17, 2012 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 341 Reputation: 43 Joined: 01/10/12 Last Seen: June 29, 2020 Share Posted August 17, 2012 Using rAthena? Quote Link to comment Share on other sites More sharing options...
iTribal Posted August 17, 2012 Group: Members Topic Count: 24 Topics Per Day: 0.01 Content Count: 59 Reputation: 0 Joined: 05/19/12 Last Seen: January 21, 2014 Author Share Posted August 17, 2012 3ceam my rathena was corrupted.... Quote Link to comment Share on other sites More sharing options...
KazuyaX93 Posted August 17, 2012 Group: Members Topic Count: 23 Topics Per Day: 0.00 Content Count: 63 Reputation: 0 Joined: 08/05/12 Last Seen: September 11, 2012 Share Posted August 17, 2012 I use rAthena and this script works fine for me Quote Link to comment Share on other sites More sharing options...
Joseph Posted August 17, 2012 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 341 Reputation: 43 Joined: 01/10/12 Last Seen: June 29, 2020 Share Posted August 17, 2012 So thats the reason. Here you go: http://upaste.me/154f93715104abf 1 Quote Link to comment Share on other sites More sharing options...
iTribal Posted August 18, 2012 Group: Members Topic Count: 24 Topics Per Day: 0.01 Content Count: 59 Reputation: 0 Joined: 05/19/12 Last Seen: January 21, 2014 Author Share Posted August 18, 2012 the ladder its not working for me.... the npc say No records found Quote Link to comment Share on other sites More sharing options...
Joseph Posted August 18, 2012 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 341 Reputation: 43 Joined: 01/10/12 Last Seen: June 29, 2020 Share Posted August 18, 2012 Ladder updates every 60 seconds Quote Link to comment Share on other sites More sharing options...
Question
iTribal
TCG BANK THAT THEY CAN DEPOSIT, WITHDRAW AND IT HAS A LADDER LIKE PVP LADDER BUT THAT LADDER IS TOP 10 TCG RICHEST IN RAGNAROK
Edited by iTribalLink to comment
Share on other sites
10 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.