Jump to content

Mystery

Members
  • Posts

    2192
  • Joined

  • Last visited

  • Days Won

    12

Everything posted by Mystery

  1. Hey guys~ I decided to practice my skills a little bit when it comes to designing... so I thought I should try creating a very simple Website design... and well, I think I have . What do you guys think of it? Please note that this is just a PSD and it is not coded =3 PS: It seems I spelt "created" wrong in the copyright section... *facepalm* xD Rate and comment :3! Note: I'm planning to update this thread as I progress through.
  2. How do you get an error in your player ranking? Mine doesn't error o_O http://sgcp.hostei.com/index.php?act=p_rank Note: you need to login to view it since I've set it up like that in the config file. Username: demo Password: demo
  3. Myself, I'm currently trying to update SGCP's code as you can see in my Repo. However, to answer your question, have you entered your account ID into your privilege table? https://github.com/Mysteries/StarGamesControlPanel/blob/master/install/sql-files/sgcp_database.sql DROP TABLE IF EXISTS `privilege`; CREATE TABLE `privilege` ( `account_id` int(11) NOT NULL default '0', `privilege` int(11) NOT NULL default '0', PRIMARY KEY (`account_id`) ) TYPE=MyISAM; INSERT INTO `privilege` VALUES (20000000,5); There are currently 5 groups: Guest Member Banned Sub Admin and Administrator put 5 for administrator for your account.
  4. Have you actually tried playing around with your db/pre-re/{re}/skill_cast_db? Or if you want, you could always remove the requirement of 'hiding' in your skill_require_db.
  5. Basically, 3000 refers to 3 seconds as to what the topic owner wanted (3 or 5 seconds). If he wishes, he can change 3000 into 5000 for 5 seconds. You're adding the "Sleep" so that the effect can reoccur instead of you re-equipping the equipment.
  6. Mystery

    HP %

    Check your db/(pre-)re/job_db1.txt file. Look at this: JobID,Weight,HPFactor,HPMultiplicator,... Adjust your HPFactor and HPMultiplcator for your job.
  7. Could always try the Search Feature on the boards: http://rathena.org/board/topic/68975-please-help-me-with-my-inventory/?hl=+line++2051#entry127893 Line: 1466 = Usable Items Line: 1472 = Etc. Items Line: 2051 = Equipment and Line: 2052 = Personal/Favourite Tab
  8. Sometimes... not all the time. What should happen is that when you rename them, they should save in a file (forgot what it's called) in your folder and you'll be able to see it. It's in a LUA file if I'm not mistaken.
  9. But if you want to give items to the job after changing, use getitem. --------------------------------------- *getitem <item id>,<amount>{,<account ID>}; *getitem "<item name>",<amount>{,<account ID>}; This command will give an amount of specified items to the invoking character. If an optional account ID is specified, and the target character is currently online, items will be created in their inventory instead. If they are not online, nothing will happen. In the first and most commonly used version of this command, items are referred to by their database ID number found inside 'db/(pre-)re/item_db.txt'. getitem 502,10 // The person will receive 10 apples getitem 617,1 // The person will receive 1 Old Violet Box Giving an item ID of -1 will give a specified number of random items from the list of those that fall out of Old Blue Box. Unlike in all other cases, these will be unidentified, if they turn out to be equipment. This is exactly what's written in the Old Blue Box's item script. Other negative IDs also correspond to other random item generating item tables: Giving an item ID of -2 will produce the effects of Old Violet Box. Giving an item ID of -3 will produce the effects of Old Card Album. Giving an item ID of -4 will produce the effects of Gift Box. Giving an item ID of -5 will produce the effects of Worn Out Scroll, which, in current SVN, drops only Jellopies anyway. This transaction is logged if the log script generated transactions option is enabled. You may also create an item by its name in the 'english name' field in the item database: getitem "RED_POTION",10; Which will do what you'd expect. If it can't find that name in the database, apples will be created anyway. It is often a VERY GOOD IDEA to use it like this. This is used in pretty much all NPC scripts that have to do with items and quite a few item scripts. For more examples check just about any official script. --------------------------------------- PS: We have a job changer in the SVN: http://svn.code.sf.net/p/rathena/svn/trunk/npc/custom/jobmaster.txt
  10. it works because you are normal member. the restriction for that page was disable for normal member account. Oh, then I apologize. Sorry. xD
  11. No, it works for me o_O But, you don't nominate yourself through the app... you do it VIA Pming administrators o_O
  12. Mystery

    This.

    Only way I know how to since I can't find it in the source is through Manage Skill Damage mod.
  13. Em, normally when I use to spam it, I spammed it on the cell the player is on and it always worked o_o
  14. Mystery

    settings

    I only know of the way through Setup.exe. I don't think there's an option in settings (in-game wise) that is able to do this (as of yet).
  15. You can actually find the screen show on Hercules. However, the Cash Shop is the same as Korean Ragnarok Online.
  16. Mystery

    HELP!

    Should help as well: http://rathena.org/board/topic/80989-help-how-to-set-drop-setting/?p=191581
  17. As others stated, you need to disable the actual RENEWAL line... this is the actual line you need to disable because this sets the server into Renewal or Pre-Renewal mode. The others are Renewal Adjustments.
  18. Search Box: - http://rathena.org/board/topic/76641-quick-question/?p=168819 - http://rathena.org/board/topic/80234-updating-server/?hl=%2Bupdate+%2Bserver
  19. Mystery

    settings

    An auto way?.. I only know of a way through the setup o_O
  20. not know the function of the number. Maybe for rAthena is correct this: similar to "npctalk" but is possible implement this for rAthena? Thank you. I already brought up this point. You can find it here and why it was rejected.
  21. What do you mean you cant use ammunition? Meaning, you can't equip it? Not usable? Or? Describe what's going on.
  22. Look at our Trac and search for 'Pincode' as you can see: http://trac.rathena.org/search?q=pincode Changes done in those revisions are your best bet to do manually... or, you automatically update your folder with TortoiseSVN
  23. Instead of just trying to get it handed to you, you should learn how to adjust it. ------------------------- 100 --> 1% 1,000 --> 10% 10,000 --> 100% ------------------------- 200 --> 2% 2,000 --> 20% 20,000 --> 200% ------------------------- 300 --> 3% 3,000 --> 30% 30,000 --> 300% ------------------------- 400 --> 4% 4,000 --> 40% 40,000 --> 400% ------------------------- 500 --> 5% 5,000 --> 50% 50,000 --> 500% ------------------------- Very simple way to remember how to adjust such numbers.
×
×
  • Create New...