Jump to content

Keim

Members
  • Posts

    221
  • Joined

  • Last visited

Everything posted by Keim

  1. I have the following piece of text: case 1: set map,0; set @event_map$,none; set $@event_x,0; set $@event_y,0; mes "Event Warper"; mes "Map Reset!"; next; goto L_GM; Line three is what I need help with. Just for context, this is an Event Warper NPC, and this here is the GM resetting the map location so it becomes null (0). How exactly can I do this with a string? With Integers, you use the 0 (set $@event_x,0; ). With strings? Cheers Keim
  2. Everything worked out fine (after I followed Sharpiene's video), but I had a problem at Part 2. I diffed the client, I made the GRF, but I noticed something peculiar. He came back after waiting for his GRF to finish, but when he opened his rAthena folder, he had all the DLLs. Nowhere in the video did he explain how to get them. So I got the DLLs from RMS, and I put them in my rAthena. Also, on a sidenote, data.ini didn't exist so that also came with the RMS DLL folder. After putting them in the folder, I opened up my client and got a gravity error which is the following: Module Name: C:\Users\Martin\Desktop\HTML\rAthena - Copy\Server.exe Time Stamp: 0x4d7f06a5 - Tue Mar 15 02:26:45 2011 Exception Type: 0xc0000005 0x005740d0 Server.exe 0x73722e6e eax: 0x00000000 ebx: 0x00000000 ecx: 0x00000000 edx: 0x02b73014 esi: 0x00000000 edi: 0x00000000 ebp: 0x007ed518 esp: 0x0018fc7c stack 0018fc7c - 0019007c 0018FC7C : D1 11 6F 00 40 D5 7E 00 68 E0 0D 19 18 D5 7E 00 0018FC8C : 00 00 00 00 13 9B 62 00 10 D5 7E 00 56 A4 55 00 0018FC9C : 18 D5 7E 00 EE 85 2B 0E 01 00 00 00 01 00 00 00 0018FCAC : 00 00 00 00 10 00 00 00 F0 FE 18 00 E6 EB 75 00 0018FCBC : FF FF FF FF 79 C9 73 00 68 E0 0D 19 7C DF 79 00 0018FCCC : 9A 85 2B 0E 30 31 8A 00 B9 37 A9 00 88 FF 18 00 0018FCDC : 00 00 00 00 E8 2F B7 02 00 00 40 00 01 00 00 00 0018FCEC : 40 42 0F 00 01 00 00 00 00 00 00 00 67 6F 6F 64 0018FCFC : 00 00 00 00 A8 7A A0 02 23 34 0A 77 04 00 00 00 0018FD0C : 0F 00 00 00 80 00 00 00 14 30 B7 02 00 00 B7 02 0018FD1C : C7 00 00 00 00 2F B7 02 00 00 00 00 02 00 00 02 0018FD2C : 10 00 00 00 AF 63 CC F8 13 23 CE 01 AF 63 CC F8 0018FD3C : 13 23 CE 01 00 00 96 73 A6 91 CB 01 00 00 00 00 0018FD4C : 00 00 00 00 69 64 00 77 00 00 00 00 52 65 70 6C 0018FD5C : 61 79 00 00 A8 7A A0 02 A8 7A A0 02 A3 7A A0 02 0018FD6C : 94 E3 09 77 3F FE 2B 72 30 31 8A 00 A4 01 B7 02 Launch Info 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 Job : Novice Soo, yeah. I also took the rdata.grf and put it in the rAthena folder, and also changed the data.ini so it read the rdata.grf too. But that didn't work either. So, I really need help...please. TeamViewer, MSN or anything like that would be particularly helpful for me. Cheers.
  3. Hai. Oh look, It's keim from a long time ago. maybe some will remember, some wont anyway. im back on RO and i want to start scripting again. but i have this problem with the SQL's which instantly close when I open them. mapcache works perfectly though. i compiled with VS 2010 too.. does anyone have any solutions? has it happened before? please help me. Cheers Keim PS: if you teamview me that would be so awsome
  4. Umm..just a small tip. Try L_therest instead of therest ( goto l_therest; ).
  5. Shouldn't this be in another forum/board? Btw...yeah @plankt opening as admin should work, worked for me as well.
  6. I'd always stick to Ragnarok...I've actually tried playing other online games, like WoW, LoL, Starcraft...but I always end up regretting leaving RO and I go running back to it. RO has been like my game...my game of the life Anyone have the same nostalgia?
  7. I will be posting all the websites I code and design in this topic...from now on. In total, I've made about 6, but most are for personal/private issues...like school Maybe, in a few months when I'm actually more developed and pro I will take some actual customers... Demo Site: http://keimdemo.neta.../demo-main.html Best Viewed In: Mozilla Firefox, Google Chrome. 1. Gray Slush. Time Taken: 1-2 days? Download: http://www.keimdemo....ray%20Slush.zip Demo: http://keimdemo.neta...0Demo/home.html 2. Fantasma. Time Taken: 3 Days Download: http://keimdemo.netau.net/Fantasma.rar Demo: http://keimdemo.neta...0Demo/home.html Specials: Well...It had a scrolling jQuery but it was messing it all up so...and it's not really special either. jQuery Slideshow.. Some opacity stuff Note that in some, you will have to zoom out... That's all I've got! But...along the way I'll have more, and Ill hope I get my computer soon so I can get some serious photoshop in here. -Keim
  8. Before OnInit add two } like this: close; } } OnInit: waitingroom "Quest Into Effects",0; end; } If you put the close; and right after the OnInit, the script won't read it well ... so just change that and it should work no prob.
  9. Keim

    Broadcaster

    Um, I had one for my server but I'm unable to access my server db, and also unable to test if it works. I'm making one now, ill post it later. Okay, finished. Tell me if you get any errors. I would test it, but I have no client to test it in Click Me! + it's been a while since I've coded npcs so, sorry If there is something wrong
  10. As KeiKun already said. rAthena hasn't got Genetic implemented yet due to bug reports (?). If your friend had the Genetic skills it's because he/she is using 3ceam, since rAthena hasn't got it.
  11. Keim

    Broadcaster

    I see no error in that script...explain your error.
  12. How do people not know how to use Google?! Seriously... you just search a term, for instance: if I want to look up a picture of an Assassin Cross, I would search terms like "Assassin Cross", "SinX", etc, etc. I I wanted a specific thing like a chibi version, then you would specify the keyword "chibi" somewhere too. I think he refer to this : ro-character-simulator.ratemyserver.net ( maybe ) Could be. If so, you've already given him the link ^ ^ @Jam You really have to explain what you want...by what you said, we've all got different ideas on what your saying. Explain?
  13. Oh, you cant use any commands, right? Gawd, I had that problem...I can't remember fully what the solution was, but try changing your LUAs to match your client...I'm not a full expert on this, but that resolved my problem.
  14. We do have our own Downloads site and a specific Sprites & Palettes section. It's full of amazing customs, I've used 30% of them for my server. I had some other ones (on my other computer which is broken atm), so when I get them Ill share with you later. Another site was Green-Peach which had tones of headgears, but they were hacked I believe so their site is down. Have fun browsing:)
  15. How do people not know how to use Google?! Seriously... you just search a term, for instance: if I want to look up a picture of an Assassin Cross, I would search terms like "Assassin Cross", "SinX", etc, etc. I I wanted a specific thing like a chibi version, then you would specify the keyword "chibi" somewhere too. It's really not necessary to explain. It's self-explanatory. And he's meaning what 'keywords' to put in google to search up some RO anime. Before in this topic he gave me a link for RO anime pics, good luck.
  16. Thanks, Riki I'm starting a new one...will try make it better.
  17. Hello, jenkat Welcome to rAthena...Have a good time !
  18. I just made this website....free It's my first try at Ragnarok Based HTML coding, buut I hope you all like it Ignore the white line, it was a messup when I took the screenshot. One thing I'm not totally sure of is the dimensions in other screens...so, if it's all wierd with other dimensions (apart from 1024x768), please contact me! There are comments in the actual script, to sort of help out. I also put a few hover effects. Improvements? Changes in code? Ahh, and btw, this is PURE css and html (except for one image i believe, just one). Rate the website, and comment on it please More coming soon (i guess) <3 Website.zip
  19. You are amazing. I wish I had your talent! Btw, any ro-artwork page that I can use?
  20. omg so many LoL fans! <3 league of legends!
  21. When you refine, with a command or with a NPC Script, it will always have the sound and the little animation above. About the effect list, I'm sure it's somewhere but I can't find it now ( my computer broke down so I'm using another without my Ro files ) D: But I will update If I find it.
×
×
  • Create New...