Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    409

Everything posted by Emistry

  1. OnPCLoadMapEvent: if( strcharinfo(3) == "prontera" ){ .........blablablablabl................. } end; prontera mapflag loadevent
  2. Emistry

    stats

    the calculation is correct ... the problem is that... when you are using the Renewal Statspoint.. the Status Point allocation is different from the Pre-Re... if you want to use the Pre-RE statspoint.. then you can select these way... edit your statspoint.txt edit the status point calculation in source.. disable renewal features.
  3. 3319
  4. 3317
  5. 3315
  6. 3313
  7. 3310
  8. 3308
  9. 3305
  10. 3300
  11. 3298
  12. 3296
  13. 3294
  14. 3292
  15. 3290
  16. 3288
  17. 3286
  18. check for error if any ? and did you edit anything ? beside the game is not 20minute.... it is every 30th minutes of every hour. and you can start it by using GM Char
  19. 3284
  20. *setwall "<map name>",<x>,<y>,<size>,<dir>,<shootable>,"<name>"; *delwall "<name>"; Creates an invisible wall, an array of "setcell" starting from x,y and doing a line of the given size in the given direction. The difference with setcell is this one update client part too to avoid the glitch problem. Directions are the same as NPC sprite facing directions: 0=north, 1=northwest, 2=west, etc.
  21. http://rathena.org/board/topic/65856-request-security-npc/page__hl__security http://rathena.org/board/topic/65126-help-gm-security-password/page__hl__security http://rathena.org/board/topic/57786-done-anti-hack-for-gm-account-password/page__p__72957__hl__security#entry72957 http://rathena.org/board/topic/54361-done-security-password/page__hl__security
  22. 3282
  23. Emistry

    Icons fluxcp

    how about extract it out from the GRF and upload to your fluxcp there ?
  24. @v00m3r thx for informing...will be fixed after this. change for( set .@i,0; .@i < 60; set .@i,.@i + 10 ){ to this for( set .@i,60; .@i > 0; set .@i,.@i - 10 ){ @Reafer it should be work fine with eAthena also.
  25. 3278
×
×
  • Create New...