Jump to content

Jasc

Members
  • Posts

    270
  • Joined

  • Last visited

Everything posted by Jasc

  1. That error means that you do not have a user that exists in mysql with the right privileges. Try creating a new user and make sure it matches up with the one it calls for in data.php
  2. That means you need an older SVN and a client that is compatible with that SVN. I would think about the time since the nerf you are talking about and find an svn thats before that nerf and run that one instead.
  3. Maybe check the login conf files
  4. If you have not already done any src modifications to your files, I would import fresh src files with your preferred SVN you want to use, this way you know its clean and you start fresh. Heres a good one right here: http://rathena.org/board/files/file/2574-rathena-revision-16797/ All you need to do is diff a new 2012-04-10 client, I have personally used that client before and it works very well. If not, go into mmo.h and change the client version to yours 20111122
  5. Not your clients fault. It tells you the error is in lua files/chatwndinfo, is that file missing? Make sure your have it
  6. There are OnPCLoginEvent and OnPCLogoutEvent labels.
  7. Hairstyle sprites and palettes are located in the GRF, just replace those files and repack the grf.
  8. Jasc

    Need Help

    In most cases there is no need to "re-invent the wheel", I would start by finding a script that uses cash points as an example, and that way you learn how to implement it in any script in the future. This way you learn how to do it, and how to tackle future scripts you wish to customize.
  9. http://code.google.com/p/rathena/source/browse/trunk/doc/atcommands.txt
  10. better to use @item2
  11. You can set aftercast delays on skills but it applies to all skills unless you want to do it individualyl for each
  12. I always use separate webhost and server host, try not to put it on same host, it will be much more organized data losses will be minimized
  13. Only way I know of requires source coding. Looking at the emperium source code will give you a start, I did it once before, I have to find my documentation again, but thats how I started off and defined a new mob ID under the emperium
  14. Is this solved? cause I customized the promo code to the way i wanted if you need to know any info on it
  15. Just out of curiosity with the application of emistys multi currency npc that allows your shop to have custom currency and items, what would the extended vending system do better ?
  16. You should look at other servers and try to be unique and different from them. I think it's good to look at other servers for inspiration but you need to create something that's unique to attract attention. Try to think of existing themes to follow, anime, cartoons, other video games, find a coherent story you can build
  17. Jasc

    petskillattack2

    Yes, thank you Cydh, everything seems to be working now. Lots of things to take into consideration: 1. It was important to take factor into the monsters element, so petskillattack2 does not override any elements even if it is fixed damage 2. Make sure that the mob has proper dex//int for it to do sufficient damage. Without dex, it still abides to casting time etc I believe it works now, thanks Cydh!
  18. Jasc

    petskillattack2

    Yah it won't do 50000 fix damage, it is capped at 100, I want it to do more like what you did in second examplw
  19. Hi all you talented source coders out there! script.c /// petskillattack2 <skill id>,<level>,<div>,<rate>,<bonusrate> /// petskillattack2 "<skill name>",<level>,<div>,<rate>,<bonusrate> BUILDIN_FUNC(petskillattack2) { struct pet_data *pd; TBL_PC *sd=script_rid2sd(rain); if(sd==NULL || sd->pd==NULL) return 0; pd=sd->pd; if (pd->a_skill == NULL) pd->a_skill = (struct pet_skill_attack *)aMalloc(sizeof(struct pet_skill_attack)); pd->a_skill->id=( script_isstring(st,2) ? skill_name2id(script_getstr(st,2)) : script_getnum(st,2) ); pd->a_skill->lv=script_getnum(st,3); pd->a_skill->div_ = script_getnum(st,4); pd->a_skill->rate=script_getnum(st,5); pd->a_skill->bonusrate=script_getnum(st,6); return 0; } Right now for petskillattack2, it doesn't exceed over 100 for "fixed damage" because it is calling for level Here is the Rathena documentation - http://rathena.org/wiki/Petskillattack Using the documentation has follows, the example script would not work because the "fixed damage" is capped at 100 Does anyone know how to change the arguments in source so it can be higher? I have pasted the source in script.c that it is calling for Help would be appreciated, thanks!
  20. has this been solved, I am having this error too
  21. Using the showevent 1,0; The NPC works fine, has the exclamation mark and quest symbol above it; however, the indicator on the minimap is not showing up for it I am using an onpcloadmapevent, have used it for a while now and its always worked for me, not sure what happened. If anybody knows if its a client setting, or have an idea where I should start looking, I would appreciate the help!
  22. To any server owners out there, does the readbook script command work on your server? example: readbook 11001,1; If it does, please confirm your client version you are using and if you know your rathena svn you are using! Really appreciate all responses as I am trying to figure out what the problem is on my server with this script command!
  23. I have the same problem. Here is what I have tried so far and It has not been working. 1. Using 20110315 client instead of 20120410 - both have that error 2. The error message is from the client, I hexed the client, changed the error message, and it appeared in game in place of that error. 3. I have used a new set of miruka data/rdata grfs, all up to date and removed any custom .grf's i have been using. - same problem 4. Edited Packet_db.txt setting it to default, didn't work 5. Source code modified the packets from 0x254 to 0x0254 (original eathena packet used that worked on my old version) 6. Changed source code in clif.c to previous eathena edit 7. Used 2010-06-16 client with older svn 16852 still same error =/ None of this has worked thus far.... Perhaps the pathing of the book folder has changed? renamed? I can probably conclude that the error could be from two things 1. Client files 2. Source Files All the book folders etc scripts are original BG scripts, all have been triple checked.
  24. Hopefully any xray client experts in the past can help me out here. With the new renewal clients, all the hotkeys are essentially coded and saved in hotkey.lua/hotkey.lub along with userkeys.lua in the data folder. However, when looking at xray, of course it uses tabs instead of lua/lub files. So I scouted the grf to see if the client was calling for any hotkey files which I couldn't find. This lead me to speculate that the hotkeys were entirely coded into the client itself and cannot be changed unless hexing the client. My question is, where would I go to change the hotkey codings for an xray client? Hopefully someone can give me some insight on this thank you!
  25. Eathena already won the law suit if I am not mistaken a while back. Gravity did try to go after them, but they failed. Therefore, eAthena, rAthena are all legal, but using their files to make private servers is illegal. With hundreds of private servers, gravity probably won't bother going after small time stuff like this and paying lawyer fees if they aren't going to get their money back. It is a waste of money and time. This reminds me of Apple going after jailbreakers and losing in that sense too.
×
×
  • Create New...