Jump to content

PewN

Members
  • Posts

    892
  • Joined

  • Last visited

Everything posted by PewN

  1. here's my error [24-Mar-2013 10:38:53 America/New_York] PHP Fatal error: require_once() [<a href='function.require'>function.require</a>]: Failed opening required 'public_html/username/main/addons/support/modules/support/function.php' (include_path='lib:.:/usr/lib/php:/usr/local/lib/php') in /public_html/main/themes/owner/header.php on line 1
  2. add me on skype kingfeefty and ill have a look into it. why evertime im going to the link /?module=support you need to login i input my account but nothing happens im always there trying to logging im using Xantara Flux CP but im using old flux integ code so i only merge the old flux integ on xantara
  3. // Abracadabra Derivation Skill 291,Monocell,4,2500 292,Class Change,8,2500 293,Summon Monster,6,3500 294,Grampus Morph,4,5000 295,Grim Reaper,8,2000 //296,Gold Digger,6,4000 297,Beastly Hypnosis,6,4000 298,Questioning,4,5000 299,Gravity,4,5000 //300,Leveling,10,500 301,Suicide,4,2000 302,Rejuvination,8,3000 303,Coma,4,4000 remove the Beastly Hypnosis
  4. data_v3 ay renewal data nanjan ang job sprite ng 3rd jobs and skill effect ung data.grf ko ay old valk server 2008 pero yan ang gmit ko at hnd ako nag eeror. tignan mo muna bago mo sabihin na txt lng yan kng gus2 mo ng ss ayan oh may kagerou pa
  5. ok oh what is fd? and how to use it
  6. sir eto. please use search button http://rathena.org/board/topic/66962-basic-complete-renewal-data-english-folder/ yan or hanap ka d2 http://rathena.org/board/forum/99-client-releases/
  7. hmm like find a mushroom event?
  8. what is the difference between sd and fd> and what is the use of sd->
  9. can you set the $showExceptions to true in config/error.php and let me know the errors. thanks yeah, i think i can add that up. thanks for suggesting. i love you man <3
  10. wow very nice thanks for this man
  11. clif_displaymessage(sd->fd, "Your Message");
  12. try this on atcommand.c ACMD_FUNC(refresh) { nullpo_retr(-1, sd); if ( map[m].flag.pvp ) { clif_displaymessage(fd, "Refresh in pvp is not allowed"); return -1; } clif_refresh(sd); return 0; }
  13. oh ahaha sorry ahah
  14. install a new Flux CP on your webhost then after you successfully installed it delete the new files you installed.
  15. Do you have Harmony installed?
  16. ah only with group id 50 can't drop
  17. PewN

    asurahosting

    do you have a domain?
  18. on card if(strcharinfo(3) == "arena_4") script of fbh else if(strcharinfo(3) == "guild_vs5") script
  19. try this goto src/map/pc.c find this /*========================================== * Check if player can drop an item *------------------------------------------*/ int pc_candrop(struct map_session_data *sd, struct item *item) { ..... then replace with this source /*========================================== * Check if player can drop an item *------------------------------------------*/ int pc_candrop(struct map_session_data *sd, struct item *item) { if( item && item->expire_time ) return 0; if( !pc_can_give_items(sd) ) //check if this GM level can drop items return 0; if ( pc_get_group_level(sd) == 50 ) // your group you want to disable clif_displaymessage (sd->fd, msg_txt(426)); return 0; return (itemdb_isdropable(item, pc_get_group_level(sd))); }
  20. thanks i make it work now!. i saw it on petskillattack
  21. donecheck$ delcheck$
  22. ahahaha. but i will not use in on @security not that
  23. the item or card u insert in item_noequip.txt the effect will not work
  24. is this possible ? cuz on groups.conf can_trade: false you can't trade / you can't drop / you can't vend / you can't mail how about you can't sell items?
  25. Problem solve thanks for emistry
×
×
  • Create New...