Jump to content

Dastgir

Members
  • Posts

    331
  • Joined

  • Last visited

Everything posted by Dastgir

  1. Normally whoever has cart can use @at, maybe you have a custom mod which does this or you have a custom script which gives your player a cart.
  2. Then you don't have proper datafolder for sakexe.
  3. you have not compiled all project (map,login,char) or you have done wrong source mod
  4. Boot from windows CD, and run chkdisk twice. (It had fixed my problem last time,)
  5. Not possible via source, learn client reversing or wait for someone who is pro at this.
  6. Post ur custom item iteminfo part. Maybe you haven't put number in slot or classnum
  7. Block 0 Current Code: switch(select("Roll the dice.")){ set LPOINTS, LPOINTS-1; set .@dice, rand(1,6); set LREADYHR,1; mes ""+strcharinfo(0)+" *Dice#"+.@dice+"*"; mes "The dice came out as "+.@dice+"."; mes "Press Close to move forward "+.@dice+" blocks."; Should be switch(select("Roll the dice.")){ set LPOINTS, LPOINTS-1; set .@dice, rand(1,6); set LREADYHR,1; emotion 57+.@dice,0; mes strcharinfo(0)+" *Dice#"+.@dice+"*"; mes "The dice came out as "+.@dice+"."; mes "Press Close to move forward "+.@dice+" blocks."; So it would show the dice number in npc. 3rd Square: switch(select("Roll the dice.")){ set LPOINTS, LPOINTS-1; set .@dice, rand(1,6); mes ""+strcharinfo(0)+" *Dice#"+.@dice+"*"; mes "The dice came out as "+.@dice+"."; mes "Press Close to move forward "+.@dice+" blocks."; Should be switch(select("Roll the dice.")){ set LPOINTS, LPOINTS-1; set .@dice, rand(1,6); emotion 57+.@dice,0; mes strcharinfo(0)+" *Dice#"+.@dice+"*"; mes "The dice came out as "+.@dice+"."; mes "Press Close to move forward "+.@dice+" blocks.";
  8. You are using up-to-date version, just configure your server properly, you might have edited settings in conf/battle/drops.conf for item disappearing time.
  9. Simply, the vs deleted that file, just download that dll and I suppose this is windows error so put the dll in system32, however you can confirm the solution by searching on google.
  10. The files in grf should be in Unicode I.e euc_kr coarser. So yah it's normal, the Thor patcher. Asks whether the data u are packing is ASCII or Unicode.
  11. Even pre-re have 3rd job, just disable third job from job changer.
  12. Anyone interested to give a full working guide/video?
  13. 3773 @ I had Already Reported Luckpauplepup a Hour Ago,
  14. That 2 Should be from above table,(2 digit number) Refer http://rathena.org/wiki/Custom_Mobs
  15. last time on eA i had made this request but they told that it will lag the server, bcoz if hitting a high hp mob then it is chance that it will lagg.
  16. Its misconfiguration caused maybe due to adding some new features or upgrading the ipb version.
  17. I can't click on view new content or view my content, it says search is disabled.
  18. You dont need to make save folder, since txt version is removed from rathena. Just continue with furthur steps.
  19. Use This, Nothing to Configure, On Weekend it just double the base/job exp rate and announces. EXP.txt
  20. Dastgir

    WoE:TE

    Bump, Want To know this.
  21. This will check ping of 'host to ip' right? So Its of no use then. Anyways, Nice Release..
  22. There's // ========================= StartEvent: //Announcement to notify all players // ========================= On The Script. Put OnMinute00: Before it.
  23. Can someone explain how to extract vdk file, I have RO2, but files are in vdk. please send me a direct link to extract vdk files.
  24. .EXE editing, some techniques known as exe reversing
  25. If you have new jobs then you have to edit the client for support of that name,click delay can be experienced in new clients and I guess nothing else..my preference would be 2012-04-10.
×
×
  • Create New...