Jump to content

JayPee

Members
  • Posts

    633
  • Joined

  • Last visited

Everything posted by JayPee

  1. meron bang nairereport na error ang map server about sa script. kasi yan lang ang naisip kong posibleng paraan bukod sa source modification.
  2. tama si @simplemhan just diff the client to read data folder and for other erros baka mali lang ung pagkakalagay ng sprite. And for the language i think its your sclientinfo.xml configuration.
  3. try this edittor: http://rathena.org/board/topic/59155-mobdbtxt-edittor/page__pid__81990#entry81990
  4. Try this: - script Kicker -,{ set .requiredLevel,80; OnPCLoginEvent: if(getgmlevel()<(.requiredLevel)) atcommand "@kick "+strcharinfo(0); end; }
  5. you mean this? https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/doc/
  6. posting the screenshots of the modification you made would be helpful
  7. Iam suspecting the problem is the :135, i think it should be ,135 try this: * edit the item_db_re.sql and find the Krieger_Onehand_Staff1 and edit the :135 and change it like this:
  8. Wiki: http://rathena.org/wiki/Edit_Max_Level
  9. look for your idnum2itemresnametable.txt that can be in your data folder or GRF. then open it using a text edittor program ex: Notepad++ since red herb item id is 507, you just search for it which is like this: to duplicate or assign it to another item just copy and change the itemid For example: I want my item that has an item id for 1001 to look like a red herb: for the description of the item just add them in: idnum2itemdisplaynametable.txt idnum2itemdesctable.txt
  10. If you want to change the S1 and P1 in your mysql database: Login first to your mysql as root account then type USE YOURDATABASENAME; then type SELECT * FROM `login` where account_id='1'; then the S1 and P1 should appear as result then if you want to change it type UPDATE `login` SET userid='desiredusername', user_pass='desiredpassword' WHERE account_id='1'; If successful change also the username and password of your map, login and char.
  11. JayPee

    CeresCP

    edit your database access information at config.php
  12. For the wrong username and password: kindly see you config.php and look for MD5 if it is true set it to false vice versa
  13. Maari po natin gamitin ang rAthena Wiki: http://rathena.org/board/index.php?app=ipbwiki
  14. Version 1.1

    1891 downloads

    Requirements: .Net Framework 3.5 Windows OS Features: Add New Mob Edit Existing Mobs Search Function - allows you to search a mob easily Delete Existing Mob Configurable Mob Attributes Values see MobInfo.xml Description: This is my first version of MobDB.txt edittor. Im not very good in C#.net programming so you may find some bugs or errors. If you found bugs or errors or you have some suggestion kindly report it to me.
    Free
  15. I guess thats the newer version of thor patcher. I suggest, you use the thor files that i use just download this http://rathena.org/board/files/file/2269-free-thor-patcher-integrated/page__k__bb2fe024f8a71424996db6d9af08c1fc__settingNewSkin__6 its the older version of thor
  16. Did you try putting the values is quotes? Like this:
  17. too heavy borders specially on fonts.... 4/10
  18. did you try using default flux?.
  19. i guess the problem is the way you configure the mobs in the config/battle/
  20. I think this is a reference for that: http://www.delorie.com/gnu/docs/glibc/libc_437.html
  21. pasting the PSD file wont really do anything. If you want to make a theme for flux. you should know how know well HTML, CSS and some Javascript and some PHP..
  22. check your casting in Renewal.h may be its in renewal state if it is set to 1 make it 0 so it will base on pre-renewal @Edit the Renewal.h is in src/map folder and also dont forget to recompile the server if you edit it.
  23. JayPee

    Security Tips

    Registering: Check username length and the allow only numbers and letters to be used - better to use both server side(more important) and client side validation. Have a captcha and a special QA as verification if the users is a real human. Email Validation or Verification. Login: Log its IP Address As keyworld said better not to give specific error. Other SQL Related Tasks: Use mysql_real_escape_string($value) for every values that came from url and users.
×
×
  • Create New...