Jump to content

geoffreypogi

Members
  • Posts

    71
  • Joined

  • Last visited

Everything posted by geoffreypogi

  1. Thanks! I'll try editing here. It seems like this is a new client way of updating... I did read that before but only before the "Defining Items Clientside (For New Clients)". hope this works. Thanks sir!
  2. I checked my grf and it seems that it does not have iteminfo.lua or lub. can you provide me the exact location? I've tried searching mine.
  3. So, how do I edit my grf then? I already edit it and setup my itemdesctable.txt but the description on the game is still the same. It seems that nothing has changed. But when I look up at my itemdesctable.txt, the items are already edited. Can you help me with this?
  4. Hi conflict, I'm one of your new clients. Currently, it seems my edited files for the grf is now working the way it should work. I edit the item description and put it back to the grf file. however, it does not appear on the game but it does on the file. How do I edit or configure my Ragnashield? It seems that the ragnashield is encrypted by default. Thanks!
  5. Oh, fixed it again. sorry guys
  6. Hi Patskie, How can I make it atleast 3 rounds? Or is it possible to put rounds for this? Thanks for your hard work.
  7. alright, upon checking again it do damage and it freeze the enemy. BUT it only has 0 cell. It means that the caster should stand on the same coordinates of the target. why is it? Do somebody know how to fix it? here's the code in skill_db for Ice Meteor and lightning jolt (same issue): 539,0,6,4,1,0,0,5,1,yes,0,0,0,magic,0,0x0, NJ_HYOUSYOURAKU,Ice Meteor 541,9,6,4,4,0,0,5,1,yes,0,0,0,magic,0,0x0, NJ_RAIGEKISAI,Lightning Strike of Destruction Thanks for anyone who can help me.
  8. Hi guys! I'm not sure if I'm on the right page. If not, please move my post. Thanks! My problem is that the skill Ice Meteor/falling Ice Pillar issue (ninja skill) does not do any damage or even frost the enemy. checked my skill_db and skill_req_db and both of them has it (compared it to the one here in github). Can anyone help me please? I did not receive any error on VNC.
  9. Thanks bro. I actually edit it in winscp and it works perpectly. Hmm, I think it will be really hard if you're using a hosting server coz, u can't use tortoiseSVN. LOL. Thanks again!
  10. Hi guys! I got a noob question. how can i manually patch my server? when i use tortoisesvn, it was looking for the server. however, my server was hosted via vpn hosting service (pony). is it possible to use winscp? thanks for your hardwork sir. i hope u can help me.
  11. Hi guys! I'm trying to create a run for your life event. Currently, I'm almost there. unfortunately it cause a MAP SERVER error. So basically, it shutdown my server after 30-40 minutes (after it run). trying to automate the script of annieruru Basically, the bomb poring does not stop even after someone already won the game. Please check my script. - script RFYL#disable -1,{ OnInit: disablenpc "RFYL Event"; end; OnClock0030: OnClock0230: OnClock0430: OnClock0630: OnClock0830: OnClock1030: OnClock1230: OnClock1430: OnClock1630: OnClock1830: OnClock2030: OnClock2230: donpcevent "runordie::Onmanually"; end; } prontera,141,172,5 script RFYL Event 100,{ if ( getgmlevel() < 99 ) end; donpcevent "runordie::Onmanually"; end; } prontera,156,170,5 script Run Or Die 100,{ set .@size, getarraysize( getvariableofnpc( .aid, "runordie" ) ); if ( .@size >= 100 ) { mes "I'm sorry, the room is full"; close; } if (Weight>0) { mes "You cannot enter to this room with your items. I'll store them for you."; nude; atcommand "@storeall"; dispbottom "All of your items and equipments has been stored on your own storage!"; close; } percentheal 100, 100; sc_end SC_ALL; pvpoff "guild_vs5"; gvgoff "guild_vs5"; warp "guild_vs5", 0, 0; set getvariableofnpc( .aid[ .@size ], "runordie" ), getcharid(3); end; } - script runordie -1,{ OnInit: disablenpc "Run Or Die"; end; OnWhisperGlobal: if ( getgmlevel() < 99 ) end; else if ( compare( @whispervar0$ , "debug" ) ) { dispbottom "Player left: "+ getarraysize(.aid); end; } else if ( compare( @whispervar0$, "on" ) == 0 ) end; Onmanually: deletearray .aid; mapwarp "guild_vs5", "prontera", 142,170; killmonsterall "guild_vs5"; set .stop, 1; disablenpc "RFYL Event"; announce "Run Or Die!!!: Are you ready to join the Run Or Die Event?", 0; sleep 4000; announce "Run Or Die: For those who wants to join please go to the middle of Prontera", 0; sleep 6000; announce "Run Or Die: Registration NPC will disappear after 1 minute", 0; enablenpc "Run Or Die"; sleep 20000; announce "Run Or Die: Last 30 second", 0; sleep 10000; announce "Run Or Die: Make it fast..", 0; sleep 10000; announce "Run Or Die: Last 10 seconds to register", 0; sleep 5000; announce "Run Or Die: 5", 0; sleep 1000; announce "Run Or Die: 4", 0; sleep 1000; announce "Run Or Die: 3", 0; sleep 1000; announce "Run Or Die: 2", 0; sleep 1000; announce "Run Or Die: 1", 0; sleep 1000; announce "Run Or Die: Time is up...I will come again 2 hour later..", 0; disablenpc "Run Or Die"; mapannounce "guild_vs5", "Welcome to Run Or Die event", 0; sleep 3000; mapannounce "guild_vs5", "This is just an easy event", 0; sleep 3000; mapannounce "guild_vs5", "Just stay AWAY from the PORING BOMBS!!", 0; sleep 3000; mapannounce "guild_vs5", "Stay alive as long as YOU CAN!!!!", 0; sleep 3000; mapannounce "guild_vs5", "The LAST SURVIVOR will be the WINNER", 0; sleep 3000; mapannounce "guild_vs5", "event will start in 3", 0; sleep 1000; mapannounce "guild_vs5", "2...", 0; sleep 1000; mapannounce "guild_vs5", "1...", 0; sleep 1000; mapannounce "guild_vs5", "It's time to run !!", 0; donpcevent "runordie::Onstart"; set .stop, 0; while ( .stop == 0 ) { set .@extra, .@extra + rand(1,2); set .@round, .@round +1; monster "guild_vs5", 0,0, "Come On Baby!!!", 1904, 2 + .@extra; monster "guild_vs5", 0,0, "Come On Baby!!!", 1904, 2 + .@extra; monster "guild_vs5", 0,0, "Come On Baby!!!", 1904, 2 + .@extra; sleep 5000; } end; Onstart: while ( getarraysize(.aid) > 1 ) { sleep 500; for ( set .@i, 0; .@i < getarraysize(.aid); set .@i, .@i +1 ) { if ( isloggedin(.aid[.@i]) == 0 ) { deletearray .aid[.@i], 1; set .@i, .@i -1; } else { attachrid .aid[.@i]; if ( strcharinfo(3) != "guild_vs5" || hp == 0 ) { deletearray .aid[.@i], 1; set .@i, .@i -1; } } } } detachrid; set .stop, 1; killmonsterall "guild_vs5"; if ( getarraysize(.aid) == 1 ) { announce "Congratulations!!! The Winner is "+ rid2name(.aid), 0; sleep 5000; announce rid2name(.aid) +" Win 10 Raider Coin", 0; attachrid .aid; getitem 6480, 10; // winner prize warp "prontera", 156,180; deletearray .aid; } else { announce "Nobody WINS, too bad", 0; } disablenpc "RFYL Event"; end; } guild_vs5 mapflag nowarp guild_vs5 mapflag nowarpto guild_vs5 mapflag noteleport guild_vs5 mapflag nosave SavePoint guild_vs5 mapflag noskill guild_vs5 mapflag nomemo guild_vs5 mapflag nopenalty I think the problem is here: set .stop, 0; while ( .stop == 0 ) { set .@extra, .@extra + rand(1,2); set .@round, .@round +1; monster "guild_vs5", 0,0, "Come On Baby!!!", 1904, 2 + .@extra; monster "guild_vs5", 0,0, "Come On Baby!!!", 1904, 2 + .@extra; monster "guild_vs5", 0,0, "Come On Baby!!!", 1904, 2 + .@extra; sleep 5000; } end; How do I fix this? I want to stop the bomb poring on spawning right after someone wins the game. I really appreciate your help guys!
  12. forget the hair and the aura. I learned how to recolor them. Is there any goku sprite for gm out there?
  13. Hi guys! Anyone here has a black saiyan hair and black saiyan aura? If you do, can you give to me for free or I can trade it with other 3d sprites. Also, is there any Goku GM sprite? Thanks to anyone that can reply.. Note: If I'm on the wrong thread, please move it.. I'll really appreciate it. Thanks!!
  14. ish der a free saiyan or goku suit for gm's?
  15. Hi Patskie, where should I put this? I want to make sure that those IDLE people won't receive the gift. Thanks!
  16. Hi Anakid, Will this work to those people that are afk? If possible, I want to use your script but I need a little mod. I wish NOT to give any gift to the players that are on vending, chat, or afk. Is it possible? Thanks!!!
  17. hi! it seems that it is not working... is there a working on the latest client?
  18. Hi! Thanks for the reply. I can now upgrade the skill but, after upgrading them, I can't put them on my hotkey or even use them. Thanks for your reply. please help me again nvm, i was able to fix it. thanks again!
  19. Hi guys! can anyone help me here? Why all of my first jobs have greyed out skills even after using @allskill. Please help.
  20. have you make it work bro? i have the same problem.
  21. your work is so amazing... Is this free sir? Can I use it? Is there a download link? Man... it's so great!!
  22. <?xml version="1.0" encoding="euc-kr" ?> <clientinfo> <desc>Ragnarok Online Client Information</desc> <servicetype>america</servicetype> <servertype>primary</servertype> <connection> <display>xx</display> <address>xx</address> <port>6900</port> <version>30</version> <langtype>1</langtype> <registrationweb></registrationweb> <loading> <image>loading00.jpg</image> <image>loading01.jpg</image> <image>loading02.jpg</image> <image>loading03.jpg</image> <image>loading04.jpg</image> <image>loading05.jpg</image> <image>loading06.jpg</image> <image>loading07.jpg</image> <image>loading08.jpg</image> <image>loading09.jpg</image> <image>loading10.jpg</image> <image>loading11.jpg</image> <image>loading12.jpg</image> <image>loading13.jpg</image> <image>loading14.jpg</image> <image>loading15.jpg</image> <image>loading16.jpg</image> <image>loading17.jpg</image> </loading> <aid> <admin>2000000</admin> <admin>2000001</admin> <admin>2000002</admin> <admin>2000003</admin> <admin>2000004</admin> <admin>2000005</admin> <admin>2000006</admin> <admin>2000007</admin> </aid> </connection> </clientinfo> Hi guys! I have about 18 loading screens. However only 12 of them appears and then after the 12th one, the loading screen turns black. Above is my clientinfo... I tried to diff my ragexe using this: http://rathena.sourceforge.net/tools/diff_patcher.php?client=2010-07-28aRagexeRE but it seems that it does not work? Or how should I use the .exe after downloading it? I'm still a noob here. thx!!!!
  23. Hi! where can I download the latest LUA files? I found a link. http://supportmii.com/ro1/Clients/Judas_Setups/RecommendSetup/ let me try it. After trying it, it's messed up.. It seems like im using the latest lua files already... Upon checking, I'm already using a 2015 ragexe.... and 2015 luafiles...
  24. Hi guys! I'm not sure if this should be a client side issue. When on gunslinger, all are perfect. However, once it turns to Rebellion, it becomes "Poring" and has a novice sprite. Although it have all the skills of the rebellion and gunslinger. Can anyone help me check this? I'm using Rathena. Please check the attached photo for reference. Thanks!
×
×
  • Create New...