Jump to content

EvilPuncker

Members
  • Posts

    713
  • Joined

Everything posted by EvilPuncker

  1. dude u need to fix ur IDE indentation xD the last commit was ugly :P

  2. http://rathena.org/board/index.php?app=core&module=search&do=user_activity&search_app=forums&mid=5816&sid=681734fa40bb38d56dab38d31507f6c9&search_app_filters[forums][searchInKey]=&userMode=title
  3. Um soul linker anyone? oh yeah, forgot to edit
  4. EvilPuncker

    PIN Code

    because it is not present in sakrayRE clients I suppose?
  5. --------------------------------------- *mapwarp "<from map>","<to map>",<x>,<y>{,<type>,<ID>}; This command will collect all characters located on the From map and warp them wholesale to the same point on the To map, or randomly distribute them there if the coordinates are zero. "Random" is understood as a special To map name and will mean randomly shuffling everyone on the same map. Optionally, a type and ID can be specified. Available types are: 0 - Everyone 1 - Guild 2 - Party Example: // Will warp all members of guild with ID 63 on map prontera to map alberta. mapwarp "prontera","alberta",150,150,1,63; ---------------------------------------
  6. but still I think there should be a #ifdef RENEWAL macro or move it back to db folder, since it seems incomplete now coded that way (btw I've just noted it because I deleted the pre-re folder from my server )
  7. sv_readdb("db/pre-re", "exp_guild.txt", ',', 1, 1, 100, exp_guild_parse_row); am I wrong or it is just reading exp_guild.txt from pre-re folder only
  8. dude the msg is self explanatory o.O
  9. maybe this? query_sql("SELECT `name` from `char` WHERE `char_id` = "+$testID+"",.@names$); mes "the name is "+.@names$; written on the fly, may not work lol
  10. hey brian I would like to ask you to re-open the "code revised" thread and ask for some remaining 4 space indentation to be turned into tabs in the rest of the source

    1. Brian

      Brian

      =o I didn't see this comment until today!

      Anyways, I moved the topic back to Source Discussion and marked it [started].

  11. 2012-04-10aRagexeRE no longer needs this:
  12. if I recall correctly, you no longer need to use quotes when deleting/creating a guild when it got space (same for parties)
  13. hey there xantara, can you please update your bound items diff to the latest SVN, also you should ask it to be added into rA src since if I'm not mistaken it is an official feature

  14. oh God, bring the tabs back please! xd
×
×
  • Create New...