Jump to content

Dastgir

Members
  • Posts

    331
  • Joined

  • Last visited

Everything posted by Dastgir

  1. That korean word means 3721 3723
  2. Body relocation is working fine. I hvent heard about snap delay, so no idea about it.
  3. Data/Luafiles514/lua files/quest/localquest
  4. Actually till 10th November I am busy, So After it, I can start translating. Malaya and ep14.1 quest are remaining.
  5. yep I already fixed that the only thing I want to translate is the EP 14 and the rest do you have that too?. About dewata and tutorial its already translated. Here it is : As I think, I will be able to translate them after 10th November.
  6. @Kyroad http://rathena.org/board/topic/73453-dewata-and-beginner-tutorial-translated/ Download v1.2
  7. 삼천 칠백서른둘.(3732)
  8. Share your accname.lua so we can help you.
  9. Dastgir

    About flux

    Pre-renewal flux cp: Just install gerome theme to it.
  10. like this ? OnPCLoginEvent: if ( getgmlevel() < 99 ) end; while ( playerattached() ) { if ( hp != maxhp ) { .@hp = maxhp - hp; // skilleffect 28, .@hp; heal .@hp, 0; } if ( sp != maxsp ) { .@sp = maxsp - sp; // skilleffect 9, .@sp; heal 0, .@sp; } sleep2 250; } @monsterignore is more practical ... creating a bonus like this will only make players jealous of you Yes, Why Jealous, This script is meant for GM only. @buda You can lower that sleep2 250; 250 = 25ms. @Annie what if we do 1 ms, will it lag?
  11. Dastgir

    Skill Error

    im running eAthena Emulator for now.. since my host doesnt support rAthena Its not about host supporting, you can just install rathena emulator on your own rAthena just needs 1GB ram for VPS i think,
  12. - script SecondWoe -1,{ OnPCLoadMapEvent: if (strcharinfo(3)!="mapname") end; if (Class>6 && Class< 21) end; else { dispbottom "Only 2nd Job Allowed."; warp "savepoint",0,0; } } mapname mapflag loadevent change mapname with any castle map. EDIT: If there is same castle map available to all jobs in different time, then it will not allow them to enter, then add a time check in the script. Hope you understand. Btw you posted on wrong section.Correct Section = Script Requests
  13. In the link that David gave, there will be no korean fonts, because its translated.
  14. Renaming seems fine, But I don't know how to add new monster entry for gr2 files.
  15. Dastgir

    Skill Error

    Change this #define PACKETVER 20111122 to #define PACKETVER 20111116 then recompile. Edit: About packet_db.txt I don't think you are using rathena's packet_db.txt, if you are using rathena emulator then better use rathena packet_db.txt
  16. 3729
  17. be sure you have subversion installed, then go to your rathena folder, and type this command in putty: svn up That's All.
  18. I remember once , I used a script with each 10 mili-second hp check , . Its easy by that haha. Edit: Suggestion: Make your gm @monsterignore.
  19. BUMP!
  20. I hope you release more designs soon.
  21. Are you using custom skins? or the default one?
  22. File Name: EmberRO Thor Patcher. File Submitter: dastgirpojee File Submitted: 01 Nov 2012 File Category: Patchers Content Author: Dastgir Pojee,Yuki,ShiJu,SweetHoney I liked the design and I coded it since i see many of people don't know to code. Original Design Link: Click HERE Credits: Design: Click Here (Yuki, ShiJu, SweetHoney) Coding: Me (Dastgir Pojee) Click here to download this file
  23. yes its ok, put 60000. thats also fine.
  24. Progress bar setting = config.ini, please configure it properly if using custom skin.
  25. Renewal or Non-renewal? If non-renewal then edit file /pre-re/statpoint.txt if renewal edit file /re/statpoint.txt Check how much stats is needed for all 500 then edit the files last line. ex: if for all stats it needs 60k points then put last line as 60000.
×
×
  • Create New...