Jump to content

Patskie

Members
  • Posts

    1702
  • Joined

  • Last visited

  • Days Won

    19

Everything posted by Patskie

  1. How to work with this? Default : #define MAX_STORAGE 600 https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/src/common/mmo.h
  2. Use sprite name generator. Easy and convenient
  3. Find : // Respawn the Emperium, and display new owners. Add before the line : set .@breaker$, strcharinfo(0); Find : end; // War of Emperium has ended. Add before the line : announce "The [" + getcastlename(strnpcinfo(2)) + "] castle has been conquered by [ "+.@breaker$+" ] of the [" + getguildName(.@GID) + "] guild.",bc_all;
  4. Bakit ka hihingi ng offline server? Gawa ka po dami naman guides dito pati madali lang -,-
  5. Eh, yun pong mga line line? Line 1 blah blah blah blah. Pano po yun? Saka pano po iyon ifix? Yun pong mga map naayos ko na po ngangayon lang. Give the code here
  6. Try this http://pastebin.com/QfydWwrY Put your item id to be restricted in this line of code : setarray .@restricted[0],607,608; // Restricted items
  7. Great job! You did it well
  8. Try your custom item if it is working by simply equipping it. Are you using euphy's latest quest shop?
  9. 3806
  10. Re-size the image I checked it again and the center content alignment is doomed. Why not use a wrapper class then put all your contents inside it? So the CSS would be probably like this : body { margin: 0; padding: 0; } .wrapper { width: 1000px; margin: 0 auto; } So that when the webpage is zoomed out the whole webpage will stretch
  11. Patskie

    My SQL

    What error?
  12. Please please please. Accept me :(

  13. Nope create another script. Just follow the post above.
  14. Uhm It doesnt have what I want Then what is your demands?
  15. Tried on my test server and it works o.O
  16. This code makes your npc not visible : OnWed0000: hideonnpc "Reset Girl"; end; Should be : hideoffnpc "Reset Girl";
  17. I think your custom items causes the crashes not the script.
  18. Like this. announce "Reset Enabled, enjoy!",0;
  19. Check announce script. Based on your script you doesn't have a terminating semicolon on announce statements.
  20. OnWed0000: OnSun0000: hideoffnpc "NPC name"; end; OnThu0000: hideonnpc "NPC name"; end;
  21. Put this code after getmapxy(lastwarp$,lastwarpx,lastwarpy,0) on Go Function : announce strcharinfo(0)+ " entered " +getarg(0)+ ".",0;
  22. gonryun,166,114,5 script WoE Warper 843,{ warp "prtg_cas01" ,99,32; OnAgitStart: hideoffnpc "WoE Warper"; end; OnAgitEnd: hideonnpc "WoE Warper"; end; } You put your OnAgitStart and OnAgitEnd label outside the script
  23. Yup. 127.0.0.1 means localhost. Try set your client date on src/common/mmo.h?
  24. <yellow> <admin>2000000</admin> <admin>2000001</admin> <admin>2000002</admin> <admin>2000003</admin> <admin>2000004</admin> <admin>2000005</admin> </yellow> Remove this?
×
×
  • Create New...