Jump to content

astralprojection

Members
  • Content Count

    333
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by astralprojection

  1. getting error like this compiling in linux. looking forward that somebody would make plugin for linux like this [Warning]: HPM:plugin_load: failed to retrieve 'HPMDataCheckLen' for 'plugins/rentitem2.dll', most likely not including HPMDataCheck.h, skipping...
  2. do we have option like this? it very nice to have this for event rewards rentitem2 <id> <qty> <identify> <refine> <attribute> <bound> <card1> <card2> <card3> <card4> <time> What you think?
  3. Hi im having problem with this on the latest build . make[1]: Entering directory '/home/xedf/classic/src/char' MKDIR obj_sql CC char.cchar.c: In function ‘char_make_new_char_sql’:char.c:1633:3: warning: implicit declaration of function ‘Sql_Query’ [-Wimplicit-function-declaration] if( SQL_ERROR == Sql_Query(sql_handle, "SELECT 1 FROM `%s` WHERE `account_id` = '%d'", char_db, sd->account_id) ) ^char.c:1633:30: error: ‘sql_handle’ undeclared (first use in this function) if( SQL_ERROR == Sql_Query(sql_handle, "SELECT 1 FROM `%s` WHERE `account_id` = '%d'", char_db, sd->account_id) ) ^char.c:1633:30: note: each undeclared identifier is reported only once for each function it appears inchar.c:1635:3: warning: implicit declaration of function ‘Sql_NumRows’ [-Wimplicit-function-declaration] if( Sql_NumRows(sql_handle) >= 1 ) ^Makefile:100: recipe for target 'obj_sql/char.o' failedmake[1]: *** [obj_sql/char.o] Error 1
  4. when i click the voting sites, it counts the vote, the icon is disabled but .......nothing happens> it DID NOT redirect to the voting sites where the actual voting happens. What could be the problem.? Thank you for the support
  5. i plan to make all items in inventory account bound with this code, my problem now is that, If 2 same items found (example: 2 gloves_) only 1 gloves_ is bounded, the other is not. Can somebody help me with this routine? Thanks //account bound all items.@boundtype = 1;getinventorylist();for(.@i = 0; .@i < @inventorylist_count; .@i++) { delitem2 @inventorylist_id[.@j],@inventorylist_amount[.@j],@inventorylist_identify[.@j],@inventorylist_refine[.@j],@inventorylist_attribute[.@j],@inventorylist_card1[.@j],@inventorylist_card2[.@j],@inventorylist_card3[.@j],@inventorylist_card4[.@j]; getitembound2 @inventorylist_id[.@j],@inventorylist_amount[.@j],@inventorylist_identify[.@j],@inventorylist_refine[.@j],@inventorylist_attribute[.@j],@inventorylist_card1[.@j],@inventorylist_card2[.@j],@inventorylist_card3[.@j],@inventorylist_card4[.@j],.@boundtype; .@j++;}
  6. I dont see any problem with that? is that really the client size now? usually it only take up to 5 or 6mb.
  7. do we already have the script for this?
  8. Does anyone know how to change GrandCross lighting effect color? The default is something bright and wanted to change to yellow or blue. I been looking on the /effect folder changing 1by1 and no luck. Thanks
  9. hi thank you for this script, and how can we setup this. example for 10 Jelopy, 10 apple, 10 banana = 1 bubblegum AddCollection("Trick or Treats",12,50,12210,1,0,0,0,909,10,512,10,513,10); ? can you also add amount zeny as one of requirement? for instance: 10 Jelopy, 10 apple, 10 banana, 1500z = 1 bubblegum
  10. or is there a banker npc that could replace that banking feature of the new clients? because: 1. My previous game client supports banking 2. I reverted to older clients for some reason and the bank is nit there. 3. players cant access their bank vault any more. hep me pls
  11. As I understood,What he really need is bank_deposit script command bank_op.c i use this bank_op.c plugin and it freezes when i use this script. But the bank_vault sucessfully updated. set Zeny,Zeny - @deposit; set Zeny,Zeny - @cost; bank_deposit(@deposit);
  12. I tried 2014 clients and got problem with "adoption". It is supposed to be there when you right click to the target novice. heres how i tried it: 1. Marry 2. Invite wife and target adopt new novice character 3. right click on novice and booooom!!! no option to adopt. I tried this to 2013 clients and got no problem with it. Please help. Thanks
  13. the below setting would give me unslotted items, what did i missed?item_db.conf{ Id: 13945 AegisName: "Br_SwordPackage" Name: "Brazil Swordsman Package" Type: 18 Buy: 20 Weight: 10 Trade: { nodrop: true notrade: false noselltonpc: true nocart: true nogstorage: true nomail: true noauction: true } Script: <" packageitem(); ">},item_package_conf:Br_SwordPackage: { Plate_Armor_: { Random: 0 Named: false } Shield_: { Random: 0 Named: false } Boots_: { Random: 0 Named: false } Manteau_: { Random: 0 Named: false } Pupa_Card: { Random: 0 Named: false } Daydric_Card: { Random: 0 Named: false } Clip: { Random: 0 Named: false } Clip: { Random: 0 Named: false } Helm_: { Random: 0 Named: false } Iron_Cane: { Random: 0 Named: false } Upgrade_Package_7: { Random: 0 Named: false }}
  14. can't reproduceyou should type @time to get real server actual time, not by your house clock from what I see, your server clock has -12 time zone different tried @time and server time is same with my time zone.
  15. nice one. i made it like this so that i wont need to patch my game exe. iteminfo.lub > my mods iteminfo_re.lub > renewal items info (untouched)
  16. Please check on the server online return date . @maintenance 99 22 10 Backup run on Sep 23, 2014 (Tuesday) 6:38AM but i got this message. It should be "Server will come back up on Tuesday, 7:10 AM"
  17. im getting this error in compiling:./configure --disable-renewal --enable-packetver=20140115using cygwinmake[1]: Entering directory '/home/tbl7/her/src/plugins' CC sample.c CC db2sql.c CC HPMHooking.c CC maintenance.c CC market_clone.cmarket_clone.c: In function ‘mob_clone_spawn_market’:market_clone.c:101:2: warning: implicit declaration of function ‘getFromMOBDATA’ [-Wimplicit-function-declaration] mmd = getFromMOBDATA(md,0); ^market_clone.c:101:6: warning: assignment makes pointer from integer without a cast [enabled by default] mmd = getFromMOBDATA(md,0); ^market_clone.c:105:2: warning: implicit declaration of function ‘addToMOBDATA’ [-Wimplicit-function-declaration] addToMOBDATA( md, mmd, 0, true ); ^market_clone.c: In function ‘battle_check_target_post’:market_clone.c:298:13: warning: assignment makes pointer from integer without a cast [enabled by default] if (( mmd = getFromMOBDATA( (TBL_MOB*)target, 0 ) )) ^market_clone.c: In function ‘chat_joinchat_pre’:market_clone.c:314:13: warning: assignment makes pointer from integer without a cast [enabled by default] if (( mmd = getFromMOBDATA(md,0) )) { ^market_clone.c: In function ‘clif_getareachar_unit_post’:market_clone.c:337:13: warning: assignment makes pointer from integer without a cast [enabled by default] if (( mmd = getFromMOBDATA( (TBL_MOB*)bl, 0) )) ^market_clone.c: In function ‘status_percent_change_pre’:market_clone.c:354:13: warning: assignment makes pointer from integer without a cast [enabled by default] if (( mmd = getFromMOBDATA( (TBL_MOB*)target, 0 ) )) { ^/tmp/ccVolWjl.o: In function `battle_check_target_post':/home/tbl7/her/src/plugins/market_clone.c:298: undefined reference to `getFromMOBDATA'/home/tbl7/her/src/plugins/market_clone.c:298:(.text+0x8d): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `getFromMOBDATA'/tmp/ccVolWjl.o: In function `chat_joinchat_pre':/home/tbl7/her/src/plugins/market_clone.c:314: undefined reference to `getFromMOBDATA'/home/tbl7/her/src/plugins/market_clone.c:314:(.text+0x18a): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `getFromMOBDATA'/tmp/ccVolWjl.o: In function `clif_getareachar_unit_post':/home/tbl7/her/src/plugins/market_clone.c:337: undefined reference to `getFromMOBDATA'/home/tbl7/her/src/plugins/market_clone.c:337:(.text+0x6d3): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `getFromMOBDATA'/tmp/ccVolWjl.o: In function `status_percent_change_pre':/home/tbl7/her/src/plugins/market_clone.c:354: undefined reference to `getFromMOBDATA'/home/tbl7/her/src/plugins/market_clone.c:354:(.text+0x737): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `getFromMOBDATA'/tmp/ccVolWjl.o: In function `mob_clone_spawn_market':/home/tbl7/her/src/plugins/market_clone.c:101: undefined reference to `getFromMOBDATA'/home/tbl7/her/src/plugins/market_clone.c:101:(.text+0xa6d): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `getFromMOBDATA'/home/tbl7/her/src/plugins/market_clone.c:105: undefined reference to `addToMOBDATA'/home/tbl7/her/src/plugins/market_clone.c:105:(.text+0xad2): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `addToMOBDATA'collect2: error: ld returned 1 exit statusMakefile:82: recipe for target '../../plugins/market_clone.dll' failedmake[1]: *** [../../plugins/market_clone.dll] Error 1make[1]: Leaving directory '/home/tbl7/her/src/plugins'Makefile:116: recipe for target 'plugins' failedmake: *** [plugins] Error 2
  18. 20140115 - how about Adoption i don't see "send adoption request" when i right click on the target child.
  19. Sorry for this, it was there!!! I was not reading briefly: plugins_list: [ /* Enable HPMHooking when plugins in use rely on Hooking */ "HPMHooking", //"db2sql", //"sample", //"other", ]
  20. hi AnnieRuru im having errors like this using the plugin: [Error]: HPM:AddHook Fail! 'maintenance' tried to hook to 'pc->authok' but HPMHooking is disabled! [Error]: HPM:AddHook Fail! 'maintenance' tried to hook to 'clif->pLoadEndAck' but HPMHooking is disabled! how can i enable HPMHooking? Thank you.
  21. solved: use http://x.cygwin.com/ it has mysql package
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.