Search results

  1. S

    Mob Spawn on random map.

    Spawn a set mob on a random map More than one map has the mob on it at once Only fields, and towns The script would announce which 5 maps the mobs are are on The script would check every 15-60 minutes to see if they were all killed If there are any left it'll announce how many, and...
  2. S

    Itemlua help

    I figured out the problem i forgot a letter. close the topic please
  3. S

    Varying Cost Heal

    I'd like to make it so my healer is free until level 50, and then depending on your ((baselevel+joblevel)/2)5. How would I add that? prontera,150,191,5, script Healer 641,{ mes "[^0000FF Healer ^000000]"; mes "Would you like to be healed?"; mes "^FF0000 *Note - It costs 1,000 zeny to get...
  4. S

    Error Converting idnum2s to iteminfo.lua

    I put my item_db, and all the idnum2/num2item's and for some reason this error pops up I'm using 2013/08/07a client, if I use another iteminfo.lua it works, but the armor values are set to renewal so I wanted to use the descriptions from my pre-renewal data files. Any ideas? Am I missing any...
  5. S

    Look for a developer[paid]

    I would like to create a ragnarok online server but I don't have the skills to do so and am looking to pay someone to do it. I don't really have a price I am set that I will pay, but I will have a list of things that it is that I want and we could work out a a price. Message me if you're...
  6. S

    viewpointtable

    I actually fixed my problem, how would I fix this though? Armor[headgear] going to weapon spot in storage.
  7. S

    Want to learn how to add lastwarp

    Thanks for the quick reply, this is what I did, and in the picture is the mapserver - script Warper NPC::warper -1,{ mes "[^3366FFGenie^000000]"; mes "Hello ^0000FF" + strcharinfo(0) + "^000000, I am the ^3366FFGenie^000000. Nice day isn't it?"; mes "Where in the world of Midgard, or beyond...
  8. S

    Want to learn how to add lastwarp

    I have made the base of my warper, I'd like to know how I'd go about reworking it so I could add lastwarp to it. - script Warper NPC::warper 660,{ mes "[Genie]"; mes "Hello " + strcharinfo(0) + ", I am the Genie. Nice day isn't it?"; mes ""; menu "Prontera [" + getmapusers ("prontera") + "]...
  9. S

    KingKronos' update

    Is is possible that anyone could edit KingKronos' warper to be compatiable with hercules new memory system?
  10. S

    Parse_callfunc: parse error

    I get this error with KingKronos' warper, I didn't change any code.
  11. S

    Guide to Scripting?

    I have learned how to make basic scripts, I am wondering how I could further  my knowledge, I'm interested in making my own, with a little help from you guys of course. Any tips would be nice too!
  12. S

    Custom Warper

    I'd like a warper that could warp to all cities, and dungeons. Outside of the dungeons only, and ones that require a quest to enter must have the quest done before you may use the warper to get there, but after you finish the quest on one character it's account bound. It also has last warp, and...
  13. S

    Korean letters, and english.

    Okay, now it happens to all be in English but is there pre-renrewal descriptions anywhere? The renewal armor is not the same.  Also still a giant item window? Is this new? 
  14. S

    2013 Ragexe Support [Main Topic]

    Well I used to be able to login to my client, now it just errors after I put my password, and log in. My client is 2013-06-05, and those are my diffs. This was my previous problem until I changed up the diffs. Any ideas? I get this error Problem Event Name: APPCRASH  Application Name...
  15. S

    Korean letters, and english.

    Any ideas? I have the english data folder,  used luatolub.exe thing, what else could it be. My client reads data folder first, do I also need to check enable multiple grf if I only have my data.ini like this? and heres another problem http://i.imgur.com/mfdRxDI.jpg [Data]2=data.grf
  16. S

    Need help diffing client

    You mean like this? I mean pre-renewal ones so that my armors don't have messed up defense, no way cotton shirts give 10 defense.
  17. S

    Need help diffing client

    Yeah, it seems to be set right.  EDIT: Well I just realized I forgot to recompile the server, thanks. I was also wondering if you knew where I could get an english setup, and also all my text is in korean, and do you know where I could find a pre-renewal id2numdesctable.txt or whatever?
  18. S

    Need help diffing client

    I followed the error page, and I couldn't make this go away.
Back
Top