Jump to content

anjasoleil1

Members
  • Posts

    65
  • Joined

  • Last visited

Everything posted by anjasoleil1

  1. Hi! how come andro is looking for data/sprite/인간족/머리통/남/1223_남.spr? am I missing something? that's a character sprite. Why is it #1223? Nevermind, i had the <version> misspelled
  2. I need to deliminate an input with space. How do I do that? " " does not work *explode(<dest_array>,<string>,<delimiter>) Breaks a string up into substrings based on the specified delimiter. Substrings will be stored within the specified string array. Only the 1st char of the delimiter parameter will be used. If an empty string is passed as a delimiter, the string will be placed in the array in its original form. Example: explode(.@mapwarp$, @input$, ","); //.@my_array$ contents will be... //.@my_array$[0]: "Explode" //.@my_array$[1]: "Test" //.@my_array$[2]: "1965" //.@my_array$[3]: "red" //.@my_array$[4]: "PIE"
  3. Hi guys, I just compiled a new server without any modification, PURE VANILLA. I noticed that you can skill up 2nd job skills even without spending 49 skillpoints on the first job. Anyone else having this problem?
  4. Greetings! I would like to ask if there's a way to maintain the battle stance while casting skills. Skills such as bash/bowling bash, after casting, the character goes to battle stance. Also, is there a way to switch to battle stance every time players are NOT in towns?
  5. I've a latest rathena from github, using 20180307. No settings is changed. player_skillfree: no player_skillup_limit: yes But people who reset their skills can bypass the skill point check. They should add atleast 40 skill points on the first job skills before they can add levels on 3rd job skills. Right? Any thoughts?
  6. I'm using 2018-03-07 client. I've a server that automatically levels you up and changes your job, I've noticed that you can level up 2nd or 3rd job skills without using at least 50 skill points on the 1st job skills. Needless to say; it's exploitable because you can max out almost all 2nd job and above skills. I've tried it with both renewal and pre-renewal configs. I've done nothing with the SRC. Any thoughts?9==9i]=9-0
  7. My client is 20180221 mes "<URL>^AA0000[Amon Ra]<INFO>http://ratemyserver.net/mob_db.php?mob_id=1511&small=1,1024,768</INFO></URL>^000000 - 1 hour"; Clicking the link opens the link successfully the first time, but once i close it and try to open it again, nothing happens. Any ideas? i tried to @refresh, reconnecting by character select, going to other map doesn't help.
  8. Hi, I'm planning to create a 99\70 server that would maybe someday expand to 175 3rd job. How big of a difference is it with stats, equipment and other stuff if I use renewal stats but only cap the level to 99/70 (2nd advance job)?
  9. Where can I get that client? I've accidentally deleted all my bookmarks of RO repositories. :'(
  10. Can anyone tell me what client this is? And any bugs I should know about if I'm going to officially use this as my client?
  11. Is it possible to autostart your client after thor patched?
  12. Basically I need a script that checks if an <item number> if it is equippable by <Class/Job number> Is there such a thing/way?
  13. Hi, I've been experimenting with this script I made, and would appreciate it if you can share ways to sort the NPC shop by name or etc... This is the script:
  14. Initially I wanted to disable aura. I tried to change aura_lv but it didn't work (I'm using 3rd job btw) I then tried to patch it with NEMO, (use custom aura limits) and it worked. BUT if you toggle /aura (either on or off) the aura returns. I'd like to diff to disable /aura like how NEMO can disable/enable /showname. Or if there's another solution to fully disable aura on both 2nd and 3rd classes, I'd appreciate the shared knowledge. Thanks in advance
  15. I've never made a 3rd job server from rathena, I'm just wondering what are the current bugs and glitches and things that don't work with recent jobs. Like, are rebellion skills all working? How is the doram class? Anything I should know?
  16. I've uploaded the image. It's a 'Wear Costume' button when in the item descriptions view.How do I remove it? It's in msgstringtable (line 2923) I tried to delete it but the button still show. Any ideas?
  17. Unfortunately it didn't work. I guess we can't put URLs except in 'mes' script. I actually wanna use the URL for the 'licence screen' before the login screen Thanks for your response! ----------------------------- OKAY! Got it, it works! Thanks. I guess I just had to update my client Thanks for this!
  18. Is it possible to add hyperlinks on 'books'? Thanks in advance
  19. Hi, I'd like to disable some of the features I'd like to disable; such as, 'Mail' and/or 'Show World Map'. I tried resizing the image to 1x1 pixel but it leaves blank spaces on the menu tab. Any thoughts?
  20. Hi, I want to disable the 'view' options for cards also, is it possible to 'ADD' view options for other items rather than cards? Thank you in advance
  21. Title says it all. I was just wondering how they manually hex to read msgstringtable. Any ideas?
  22. Okay, i've 2 clients. One with no quake, and one with quake. I wanted to encrypt my grf. How do I share cps.dll?
×
×
  • Create New...