Jump to content

vhan48

Members
  • Posts

    49
  • Joined

  • Last visited

Everything posted by vhan48

  1. Hi everyone!, I am just a rookie in designing patchers and would like to ask your comments/opinions about my work to improve it a lot more. Thank you very much in advance! Patcher Design 1 Patcher Design 2
  2. mind posting a screenshot of your mapserv-sql.bat? that will be very helpful
  3. Hi, you might want to try this instead disguiseevent.txt
  4. You would like to add one more loading screen. Then try it once more. Or you should check your clientinfo.xml it should look like this if you want to limit your loading screens to 4 images only. <loading> <image>loading00.jpg</image> <image>loading01.jpg</image> <image>loading02.jpg</image> <image>loading03.jpg</image> </loading>
  5. hi,you may want to check this out, the npc can be found at new_1-1 (@go 15) ) feel free to modify it as you wish new_1-1,51,113,5 script Freebies 403,{ if( BaseLevel > 1 || JobLevel > 1 || Class != Job_Novice ){ mes "[Novice Freebies]"; mes "Nice to meet you "+ strcharinfo ( 0 ) +", "; mes "Welcome to ^E066FFYour Ragnarok Online!^000000"; mes "I see that you're new here so to help you out I'd like to give you these"; mes "items as a gift to show how much we appreciate you here!"; next; mes "[Novice Freebies]"; mes "Have fun!"; sc_start SC_EXPBOOST,3600000,100; sc_start SC_ITEMBOOST,3600000,0; skilleffect 34,0; sc_start SC_BLESSING,3600000,20; skilleffect 29,0; sc_start SC_INCREASEAGI,3600000,20; skilleffect 361,0; sc_start SC_ASSUMPTIO,3600000,5; getitem 1203,1; getitem 2306,1; savepoint "prontera",155,179; next; warp "new_zone02",164,172; close; } { mes "[Freebies]"; mes "Have fun!"; savepoint "prontera",155,179; next; warp "new_zone02",164,172; close; } }
  6. Hi, made this you might want to check it out prontera,155,178,4 script Novice Warper 723,{ if( BaseLevel > 1 || JobLevel > 1 || Class != Job_Novice ) { mes "[^FFA500Newbie NPC^000000]"; mes "I am sorry, you do not meet all requeriments."; close; } warp "prontera",155,168; end; } *if just change the warp points and the npc name. cheers!
  7. 8/10 it's a very decent patcher, btw, you might also want to experiment with other fonts. make it more complex.
  8. Look for item_noequip.txt on you db folder look for this line //GVG and add this line under it. 678,4 // EDP Cheers!
  9. This is a cool map remake Keep up the good work sir.
  10. i think its not about the diffs that caused your patcher problem, rather, its because of your config on your patcher, btw , you are using thor patcher right? if you do please have a look at your thor folder>Tools>config.ini then check these lines. [Config:Main] RootURL='(your webhost)' Site where your webhost is located. ex. 'http://yourRO.ragnarok.so/thor/' RemoteConfigFile='main.ini' TimeOut=0 StatusFile='(your datfile's name)' ex. ro.dat DefaultGRF='(your default grf) ro.grf' ClientEXE='yourRO.exe' ClientParameter='-1sak1' FinishOnConnectionFailure=false Then about diffing just check out the rathena's online diff generator. You can check it out right here >> http://rathena.org/tools/diff_patcher.php just look for the diffs that is compatible on the client ver and emulator that you are working on.
  11. You can use sir Euphy's Multi Shop . Its right here >>>> http://pastebin.com/raw.php?i=YftccqDs just look for this line: setarray .Currency[1],513,513,513,513,513,513,513,513; and change the 513 into the Skull's item id which would be 7420 . Thus it will look like this setarray .Currency[1],7420,7420,7420,7420,7420,7420,7420,7420; Then look for this : setarray .Shop1[0],1202,5,1229,20; *change the 1202(itemid) into your desired item to be vended, as sir Euphy stated, // Currency: The ID of each shop currency, // in the same order as the shops. // Shop order follows that of the select() call, // and is formatted "ID1,Count1,ID2,Count2,..." Cheers!
  12. Hi wiideliva, Do you mind if i ask for what purpose are you going to do with the script? and may i know what specific item do you want to have that @kick or something like restriction. I might be able to help you with that
  13. @thanna, please check the first post, i updated it, and oh,btw if it works on your server let me know, and if it dosen't work, i would be glad to help you @darristan, yes sir!, but you can also add custom items like wings if you want to , just follow the same procedure and don't forget to check the lua files and the item view at the item_db.txt .. )
  14. People of rathena taught me alot of things so i guess now is also the time to give thanks to them and contribute in return, i just hope you can find these useful for your server Info/Features: Wearable disguise equipments (uses the "Style" tab on your equipment window), can be easily changed/removed without even using a npc. Works on best on clients 20100728 + client version 26 and up. Download the file! Follow these steps: As you can see, these .txt documents are already labeled so that you can easily identify which is which. 1st Server Side: Open Item_db.txt from this folder and locate your own item_db in your rathena folder. 2nd Server Side: paste the contents from then item_db.txt to your item_db.txt then save it. 3rd Client Side: check your grf / data folder and locate this: idnum2itemresnametable.txt open it, then add the contents by pasting from the file that you donwloaded. Save 4th Client Side: check your grf / data folder and locate this: idnum2itemdisplaynametable.txt open it, then add the contents by pasting from the file that you donwloaded. Save 5th : run your rathena server, test it... you can easily check the items by adding 2 on the item id. (ex. Holy Marcher hat: 5225, Costume Holy Marcher hat: 25225) rathena.7z
  15. hello everybody, i am currently trying to modify the battlegrounds would love to ask your opinions and help on code developing because im quite curious of what have become of this project: http://www.eathena.ws/board/index.php?showtopic=276681 ) since i saw the name Nameless2you here ,mind calling your attention for a bit sir? ) thanks in advance
  16. please post it here,or if my topic was already posted (though i already checked the forum, i may have overlooked it xD) , please send me the link... thanks very much in advance )
  17. im currently having difficulties and almost 0 ideas on what is the cause of this gravity error/s. BTW im currently using rathena svn15926 and a diffed 2011-06-09aRagexeRE.exe... your comments/ideas/advice would be most welcome... thanks in advance! my gosh! im sorry for double posting the topic... i accidentally clicked the post button >.<
  18. im currently having difficulties and almost 0 ideas on what is the cause of this gravity error/s. BTW im currently using rathena svn15926 and a diffed 2011-06-09aRagexeRE.exe... your comments/ideas/advice would be most welcome... thanks in advance!
  19. great script! i tried it on my test server... any ideas on how to modify it as a Battlegrounds map? *ahaha.. just wondering
  20. ^ have the same problem as the TS... anyone who can help,please
  21. ^ sir any helpful tips/ remedies on how to fix that?? im also having difficulties with my mapserv.sql.exe thanks in advance
×
×
  • Create New...