Jump to content

Dastgir

Members
  • Posts

    331
  • Joined

  • Last visited

Everything posted by Dastgir

  1. Its bcoz you are using localhost, try uploading to a server and try with your net, and tell the results, If that's less, its impressive. bcoz loading an file with localhost test is like only reading file and nothing else.
  2. If you using renewal edit this file last line, re/statpoint.txt if non-renewal then pre-re/statpoint.txt
  3. As I think it should work fine, if we do that "skill" function, the newly added skill by script goes to misc tab in skill tree view.
  4. But that will not be good, becoz its map texture , replacing it with blank image will show nothing at the map where that texture is placed.
  5. Dastgir

    MD5 password

    i hate you too. i guess so yeah. but is it possible to use different hash? Its "I hate you." not "i hate you too."
  6. *skill <skill id>,<level>{,<flag>}; *skill "<skill name>",<level>{,<flag>}; *addtoskill <skill id>,<level>{,<flag>}; *addtoskill "<skill name>",<level>{,<flag>}; These commands will give the invoking character a specified skill. This is also used for item scripts. Level is obvious. Skill id is the ID number of the skill in question as per 'db/(pre-)re/skill_db.txt'. It is not known for certain whether this can be used to give a character a monster's skill, but you're welcome to try with the numbers given in 'db/(pre-)re/mob_skill_db.txt'. Flag is 0 if the skill is given permanently (will get written with the character data) or 1 if it is temporary (will be lost eventually, this is meant for card item scripts usage.). The flag parameter is optional, and defaults to 1 in 'skill' and to 2 in 'addtoskill'. Flag 2 means that the level parameter is to be interpreted as a stackable additional bonus to the skill level. If the character did not have that skill previously, they will now at 0+the level given. // This will permanently give the character Stone Throw (TF_THROWSTONE,152), at // level 1. skill 152,1,0; So at end of quest just put this skill <skillid>,<level>,0;
  7. Dastgir

    Best vps?

    There's a bundle of guide.
  8. Or do one thing send me ur neoncube file, I will fix it asap
  9. Dastgir

    Best vps?

    Non-ro hosting companies are best, affordable and good.
  10. Use Search Button. Click HERE for Solution
  11. Send me teamviewer id on pm. i will help!
  12. Image for background screen is sliced. texture/유저인터페이스/t1_배경1-1.bmp texture/유저인터페이스/t1_배경1-2.bmp texture/유저인터페이스/t1_배경1-3.bmp texture/유저인터페이스/t1_배경1-4.bmp till texture/유저인터페이스/t1_배경3-4.bmp
  13. You have to put rentitem in the script not in item_db. - script Freebies -1,{ OnPCLoginEvent: if (#Freebie) end; rentitem <itemid>,86400; //Rent Item for 1 day dispbottom "Here is Your Freebies"; set #Freebie,1; end; }
  14. kRO item or iRO item? I can't find item id "15041" in kRO iteminfo.lub Script as mentioned { bonus bFlee,5; bonus bMaxHPrate,5; bonus bMdef,3; }
  15. you mean replay? you can play that with RagnarokReplay.exe
  16. Correct Script is { bonus bDelayRate,-30; },{},{}
  17. If the cart is on, then maybe your client is configured with ("Ignore Sprite Errors") So its not showing any error of missing sprites. so basically, patch your kro. Or patch this files cart.zip and tell if error still there or not
  18. It seems fine. Is there any error, if yes then post the error.
  19. There's item db and mob db inthe flux cp, just insert your customs into sql tables.
  20. What you mean exactly? You mean reset npc?
  21. If you have cpanel, then you can change by logging into cpanel. If you have only ftp then ask the hosting provider to change it.
  22. Dastgir

    Help in V4P

    there is no voteforpoints files in module folder.
  23. Site claims that Microsoft should retire Windows Live Messenger If you're a fan of Windows Live Messenger, affectionately known as MSN, the website The Verge reported bad news. According to the publication, Microsoft is expected to announce the end of the instant messaging service in the coming days. The intention is to promote the Skype service recently purchased by the company. According to company officials, the profiles must be integrated with MSN Skype in the coming months. A survey states that 80% of users of Windows Live Messenger also have Skype account, which would facilitate the migration. MSN was born on July 22, 1999 and revolutionized the way message exchange over the Internet. One of the strengths of the service was the integration with Hotmail e-mail service from Microsoft that is also being retired (give rise to Outlook). Since 2005, the service called Windows Live Messenger, whilst still being called by the MSN users. The latest version of the software was WLM 2011. Source: Click HERE!
×
×
  • Create New...