Jump to content

Yudax

Members
  • Posts

    248
  • Joined

  • Last visited

Everything posted by Yudax

  1. Who is functor? unsa lain paagi bai bsag mag himo lag laing data folder ba.
  2. image.jpeg I guess the mention above post said that he wanted to achieved something so, in his case he wanted to use a dual client.exe in that server he played. However he get disconnected. Reason, maybe th server use Gepard Shield Blocks dual client. Or the server use something that blocks other clients. Yes the server does use Gepard Shield. What i did is that i just get the server ip and paste the sclientinfo to a Clean Data folder and diff my own client. Is that possible?
  3. I tried using NEMO to the client of 2015-11-04. I planned to use this a dual client to a server. But everytime i try to log in it says "Disconnected from server"
  4. Hi to all, ive downloaded this kRO: https://rathena.org/board/topic/106413-kro-full-client-2016-06-22-includes-bgm-rsu/ and i wanted to make sure where i can get a Stable Client and Data Folder? Thank you sir!
  5. I know there's a lot. But im asking for .XML template. Like the one they used on blogs then upload it to other webhost.
  6. I would like to ask you guys if you know a free webhost that supports a .xml template? You just upload the .xml and then your site is good to go. And if yes, how?
  7. Hello rAthena, I would like to request if any of you have this kind of script?; There is a arena in which you can enter and after 30 seconds the first wave of 30 monster ( custom monsters ) will spawn. After everything has been killed, the second wave of 30 monster (custom monsters ) will again respawn, until 5 waves ( but you can set this in any rounds you like ). After the last wave, you will receive 1 #6024 item. You can enter only once every 24 hours of your IP address. When you die, you cant enter again. Thank you for sharing if any of you has this.
  8. download client: http://supportmii.com/ro1/Clients/ download data folder: http://rathena.org/board/topic/66962-basic-complete-renewal-data-english-folder/
  9. up. can someone modify the script?
  10. Yudax

    We're back!

    yea! this forum can be helpful to all. welcome back!
  11. post your; item_db2 script .lub / .lua files name of the sprite. idnum2itemresnametable idnum2itemdisplaynametable
  12. This script is from Sir Capuche on this topic; http://rathena.org/board/topic/82507-rebirth-system-50-rebirths/ Just a little modifications, I tried to edit the script but I cant really do it by my self so I ask for a little help from the community. What if I want the NPC to be; ( 1 ) = Only 30 Rebirths ( 300stats per rebirth ) ( 2 ) = 1 - 15th Rebirths ---> Required Item: 1 #6024 ( 3 ) = 16 - 30th Rebirths, ---> Required Item: 2 #6024 ( 4 ) = Rewards 1 - 15th ---> 5 #6000 ( 5 ) = Rewards 16 - 30th ---> 10 #6000 -- ( 6 ) = Theres a Menu "Rebirth Ranking" Thank you, I will still continue to work on the script myself but I'm having a bad time.
  13. Thanks emistry, its all good now. Just some modifications on the script itself.
  14. Can I remove this if I want no Items to be rewarded? function getItemReward { for ( ; .@i < .size_reward; .@i += 2 ) getitem .reward[.@i], .reward[ .@i+1 ]; return; } else getItemReward(); query_sql "insert into `rebirth_system` values ( "+ getcharid(3) +", '"+ escape_sql( strcharinfo(0) ) +"', '"+ num_rebirth +"', '"+ getcharip() +"' ) on duplicate key update `num_rebirth` = `num_rebirth` +1"; announce "[ Rebirth system ] : "+ strcharinfo(0) +" rebirth for the "+ num_rebirth +" time !", 0; close;
  15. what I mean is that, you can make an NPC that sells items using emistry's multi currency shop. You can edit what Item to sell and you can leave it there, when the server restarts, the NPC will automatically shows up until the items are all sold.
  16. /* CREATE TABLE IF NOT EXISTS `rebirth_system` ( `account_id` int(11) unsigned NOT NULL default '0', `name` varchar(255) NOT NULL DEFAULT 'NULL', `num_rebirth` int(11) unsigned NOT NULL default '0', `last_ip` varchar(100) NOT NULL default '', PRIMARY KEY (`account_id`) ) ENGINE=MyISAM; */ Where do you add this?
  17. Is this possible? Or is there anyway that an NPC can use the Extended Vending System by Lilith?
  18. Is it possible to make an NPC that uses Extended Vending System?
  19. Hmm this one 1> vending.c 3> char-server_sql.vcxproj -> D:\Ragnarok\17294\vcproj-10\..\char-server_sql.exe 1>LINK : fatal error LNK1168: cannot open ..\map-server_sql.exe for writing ========== Rebuild All: 3 succeeded, 1 failed, 0 skipped ========== I think its fine now, I compiled it 3 times, I guess its okay. So what did you edit? Thank you so much I really appreciate, Just want to know what did you do so far
×
×
  • Create New...